Commit Graph

3 Commits (master)

Author SHA1 Message Date
Josiah a05118462e
improve block loading 2021-07-25 16:04:47 -05:00
Josiah c618ab5d35
it's messy but it works
Implement construction of integer values and characters. One-dimensional arrays are handled but are not constructed. I've also added an inspect() method to the BlendStruct class, which prints a nicely formatted dict with json.
2021-07-24 18:24:03 -05:00
Josiah 6739b9d471
add BlendStruct
The BlendStruct class handles the representation of a blender structure, which may be loaded or unloaded, and which may contain nested blend structs. This allows for loading specific structures in the tree to save memory.
2021-07-24 11:03:44 -05:00