f92bfe0f0bffa1428c80be007ed5600bd7a65bd8
Make use of our sparse value writer in more places. Namely, when using animated Camera or Light properties, this will prevent a needless stream of unchanging values being written into the USD file [1]. Skeletons and armatures benefit too but less so as typically the primary benefit only applies to the comparatively small `scale` transform attribute, which typically remains unchanged from frame to frame. The newly added `set_attribute` common code can, and eventually will, be used to reduce boilerplate elsewhere where we do the same sparse writing dance. Ref #130759 Pull Request: https://projects.blender.org/blender/blender/pulls/131333
…
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%
