Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user