Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public BLI_mempool ptr_pool;
|
||||
[DNAFieldAttribute(6, "CustomDataExternal", "*external", 1024)]
|
||||
public CustomDataExternal ptr_external;
|
||||
public CustomData() {
|
||||
this.ptr_layers = default;
|
||||
this.typemap = default;
|
||||
this.totlayer = default;
|
||||
this.maxlayer = default;
|
||||
this.totsize = default;
|
||||
this.ptr_pool = default;
|
||||
this.ptr_external = default;
|
||||
}
|
||||
public CustomData(CustomDataLayer ptr_layers, int[] typemap, int totlayer, int maxlayer, int totsize, BLI_mempool ptr_pool, CustomDataExternal ptr_external) {
|
||||
this.ptr_layers = ptr_layers;
|
||||
this.typemap = typemap;
|
||||
|
||||
Reference in New Issue
Block a user