Blender Git Commits

Blender Git "temp-cycles-source-reorganize" branch commits.

October 25, 2021, 22:44 (GMT)
Fixes for Cycles source reorganize
October 25, 2021, 19:18 (GMT)
Cycles: remove prefix from source code file names

Remove prefix of filenames that is the same as the folder name. This used
to help when #includes were using individual files, but now they are always
relative to the cycles root directory and so the prefixes are redundant.

For patches and branches, git merge and rebase should be able to detect the
renames and move over code to the right file.
October 25, 2021, 19:13 (GMT)
Cycles: changes to source code folders structure

* Split render/ into scene/ and session/. The scene/ folder now contains the
scene and its nodes. The session/ folder contains the render session and
associated data structures like drivers and render buffers.
* Move top level kernel headers into new folders kernel/camera/, kernel/film/,
kernel/light/, kernel/sample/, kernel/util/
* Move integrator related kernel headers into kernel/integrator/
* Move OSL shaders from kernel/shaders/ to kernel/osl/shaders/

For patches and branches, git merge and rebase should be able to detect the
renames and move over code to the right file.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021