Generated new code and added initial data handling
This commit is contained in:
@@ -53,6 +53,27 @@ namespace BlendFile.DNA {
|
||||
public ViewLayer ptr_view_layer;
|
||||
[DNAFieldAttribute(18, "Collection_Runtime", "runtime", 64)]
|
||||
public Collection_Runtime runtime;
|
||||
public Collection() {
|
||||
this.id = default;
|
||||
this.ptr_owner_id = default;
|
||||
this.gobject = default;
|
||||
this.children = default;
|
||||
this._pad0 = default;
|
||||
this.active_exporter_index = default;
|
||||
this.exporters = default;
|
||||
this.ptr_preview = default;
|
||||
this.layer = default;
|
||||
this.dupli_ofs = default;
|
||||
this.flag = default;
|
||||
this.color_tag = default;
|
||||
this._pad1 = default;
|
||||
this.lineart_usage = default;
|
||||
this.lineart_flags = default;
|
||||
this.lineart_intersection_mask = default;
|
||||
this.lineart_intersection_priority = default;
|
||||
this.ptr_view_layer = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public Collection(
|
||||
ID id,
|
||||
ID ptr_owner_id,
|
||||
|
||||
Reference in New Issue
Block a user