Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -35,6 +35,18 @@ namespace BlendFile.DNA {
public short local_collections_bits;
[DNAFieldAttribute(9, "short", "_pad2[3]", 2)]
public short[] _pad2 = new System.Int16[3];
public LayerCollection() {
this.ptr_next = default;
this.ptr_prev = default;
this.ptr_collection = default;
this.ptr__pad1 = default;
this.flag = default;
this.runtime_flag = default;
this._pad = default;
this.layer_collections = default;
this.local_collections_bits = default;
this._pad2 = default;
}
public LayerCollection(LayerCollection ptr_next, LayerCollection ptr_prev, Collection ptr_collection, object ptr__pad1, short flag, short runtime_flag, char[] _pad, ListBase layer_collections, short local_collections_bits, short[] _pad2) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;