fed463df785f43f64ba038ad8a28e48fd465fdd4
This commits adds some new, specific flags to further control ID remapping process (like and option to skip user refcounting completely). It also adds a new function to do 'raw' remapping, without any extra post-processing, depsgraph tagging, etc. This is not used currently, but will soon be needed by readfile post-processing code changes. There is also some small cleanups and reorganization in that area of code, the main noticeable change being the switch from a short to an int for the flags controlling remapping code (using short here does not give any benefit, and makes it harder to switch to integers when it becomes necessary). No change in behaviors are expected from this commit.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
