Generated new code and added initial data handling
This commit is contained in:
@@ -73,6 +73,37 @@ namespace BlendFile.DNA {
|
||||
public Base ptr_ptr_object_bases_array;
|
||||
[DNAFieldAttribute(28, "GHash", "*object_bases_hash", 0)]
|
||||
public GHash ptr_object_bases_hash;
|
||||
public ViewLayer() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.name = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
this.object_bases = default;
|
||||
this.ptr_stats = default;
|
||||
this.ptr_basact = default;
|
||||
this.layer_collections = default;
|
||||
this.ptr_active_collection = default;
|
||||
this.layflag = default;
|
||||
this.passflag = default;
|
||||
this.pass_alpha_threshold = default;
|
||||
this.cryptomatte_flag = default;
|
||||
this.cryptomatte_levels = default;
|
||||
this._pad1 = default;
|
||||
this.samples = default;
|
||||
this.ptr_mat_override = default;
|
||||
this.ptr_world_override = default;
|
||||
this.ptr_id_properties = default;
|
||||
this.freestyle_config = default;
|
||||
this.eevee = default;
|
||||
this.aovs = default;
|
||||
this.ptr_active_aov = default;
|
||||
this.lightgroups = default;
|
||||
this.ptr_active_lightgroup = default;
|
||||
this.drawdata = default;
|
||||
this.ptr_ptr_object_bases_array = default;
|
||||
this.ptr_object_bases_hash = default;
|
||||
}
|
||||
public ViewLayer(
|
||||
ViewLayer ptr_next,
|
||||
ViewLayer ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user