| 229 | } |
| 230 | |
| 231 | void LuxCoreApp::SetFilmResolution(const unsigned int width, const unsigned int height) { |
| 232 | // Close film related editors |
| 233 | filmChannelsWindow.Close(); |
| 234 | filmOutputsWindow.Close(); |
| 235 | filmRadianceGroupsWindow.Close(); |
| 236 | |
| 237 | targetFilmWidth = width; |
| 238 | targetFilmHeight = height; |
| 239 | |
| 240 | StartRendering(); |
| 241 | } |
| 242 | |
| 243 | void LuxCoreApp::LoadRenderConfig(const std::string &fileName) { |
| 244 | DeleteRendering(); |