Generated new code and added initial data handling
This commit is contained in:
@@ -61,6 +61,31 @@ namespace BlendFile.DNA {
|
||||
public object ptr_batch_cache;
|
||||
[DNAFieldAttribute(22, "VolumeRuntimeHandle", "*runtime", 0)]
|
||||
public VolumeRuntimeHandle ptr_runtime;
|
||||
public Volume() {
|
||||
this.id = default;
|
||||
this.ptr_adt = default;
|
||||
this.filepath = default;
|
||||
this.ptr_packedfile = default;
|
||||
this.is_sequence = default;
|
||||
this.sequence_mode = default;
|
||||
this._pad1 = default;
|
||||
this.frame_start = default;
|
||||
this.frame_duration = default;
|
||||
this.frame_offset = default;
|
||||
this.flag = default;
|
||||
this.active_grid = default;
|
||||
this.ptr_ptr_mat = default;
|
||||
this.totcol = default;
|
||||
this._pad2 = default;
|
||||
this.render = default;
|
||||
this.display = default;
|
||||
this.velocity_grid = default;
|
||||
this._pad3 = default;
|
||||
this.velocity_unit = default;
|
||||
this.velocity_scale = default;
|
||||
this.ptr_batch_cache = default;
|
||||
this.ptr_runtime = default;
|
||||
}
|
||||
public Volume(
|
||||
ID id,
|
||||
AnimData ptr_adt,
|
||||
|
||||
Reference in New Issue
Block a user