Generated new code and added initial data handling
This commit is contained in:
@@ -17,6 +17,9 @@ namespace BlendFile.DNA {
|
||||
public struct Bone_Runtime {
|
||||
[DNAFieldAttribute(0, "ListBase", "collections", 16)]
|
||||
public ListBase collections;
|
||||
public Bone_Runtime() {
|
||||
this.collections = default;
|
||||
}
|
||||
public Bone_Runtime(ListBase collections) {
|
||||
this.collections = collections;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user