0
1
This repository has been archived on 2023-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
blender-dev-tools/modules
Bastien Montagne 2a541f164a blendfile.py: add basic support for non-DNA blocks (allocated strings...).
Allocated strings or arrays of numbers have no DNA struct, they are
'raw' blocks of data in blendfiles.

Reading those was not supported so far, this commit adds basic support
for them, although user needs to know and manually call the code for the
relevant properties pointers.

Propper automated support could be added once T99875 is addressed.
2022-07-29 16:02:44 +02:00
..
blendfile.py blendfile.py: add basic support for non-DNA blocks (allocated strings...). 2022-07-29 16:02:44 +02:00