39c1127dc06b5fa1c8ab07fe3f78d96f87e16fd9
# Fix 128078, Part I: Fix missing reverse endian switch of Action's `idroot`. ID type code stored as ints (or shorts) need their endian switch to be reverted (in case there is endianess conversion) on file read. Interestingly, this was done for the deprecated IPO data (among others), but not for the Action one! NOTE: There is no versioning fix for this mistake, i.e. old files that were saved from a BE system, then opened and re-saved from a LE system, will still have totally invalid ID code values. This is not considered as necessary currently, given that this `idroot` value is only 'informational' and not relied on by any part of the code. # Fix 128078, Part II: GPv3 conversion code missing animation of Layers' location. Also add code to the AnimDataConverter to ensure that actions get the `idroot` matching their new ID owner type in GP data case. Pull Request: https://projects.blender.org/blender/blender/pulls/128129
…
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%
