Skip to content
  • Bastien Montagne's avatar
    blendfile.py: fix/add some 'basic data' reading (mostly arrays of... · 81c92e60
    Bastien Montagne authored
    blendfile.py: fix/add some 'basic data' reading (mostly arrays of ints/floats/...), add utils to recursively get all items of a struct.
    
    New `BlendFileBlock.items_recursive_iter()` will yield all valid key/values pair of a given struct,
    including sub ones (e.g. 'id.next', 'id.name', etc.).
    81c92e60