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

5 Commits

Author SHA1 Message Date
William Leeson 0c7bd8a311 Merge branch 'upstream_main' into main_reorg 2023-04-20 10:36:49 +02:00
William Leeson fb23746e4b Merge branch 'unbroken_main' into main_reorg 2023-04-19 15:03:29 +02:00
William Leeson be78f144be Reorder include and remove redundant forward declaration.
buildbot/vexp-code-patch-coordinator Build done. Details
2023-04-18 15:29:20 +02:00
William Leeson 3c8656d13b Move DeviceScene into its own file
Moves DeviceScene into devicescene.cpp and devicescene.h
2023-04-18 14:53:32 +02:00
William Leeson 9be76ff0be Break up geometry.cpp into a number of files.
This breaks up geometry.cpp into:
1.  geometry_attributes.cpp
2. geometry_bvh.cpp
3. geometry_mesh.cpp
2023-04-18 14:26:56 +02:00