Break up geometry.cpp and scene.cpp file into smaller pieces #107079

Merged
William Leeson merged 5 commits from leesonw/blender-cluster:main_reorg into main 2023-04-20 12:26:14 +02:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit be78f144be - Show all commits

View File

@ -6,10 +6,10 @@
#include "bvh/params.h"
#include "scene/devicescene.h"
#include "scene/film.h"
#include "scene/image.h"
#include "scene/shader.h"
#include "scene/devicescene.h"
#include "util/param.h"
#include "util/string.h"
@ -49,7 +49,6 @@ class BakeData;
class RenderStats;
class SceneUpdateStats;
class Volume;
class DeviceScene;
/* Scene Parameters */