660867fa00ec73dccecac36a6f8dd0bdb4c5c49b
Store the 'expanded/collapsed' state of the bone collection tree view in the DNA data of the bone collections themselves. This way the tree state is restored when loading the file. This commit also adds some code to the abstract tree view classes, for supporting synchronisation of the extended/collapsed state between it and external data. It follows the same approach as the handling of the active element. RNA wrappers have been added to make it possible for Python code to expand/collapse parts of the tree. Library overrides are supported for this property, so the expanded/collapsed state of linked armatures can be locally saved. If there is no override, the `is_expanded` property is still editable; changes will not be saved to file in that case, though. Pull Request: https://projects.blender.org/blender/blender/pulls/116940
…
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%
