Generated new code and added initial data handling
This commit is contained in:
@@ -57,6 +57,29 @@ namespace BlendFile.DNA {
|
||||
public float frame_end;
|
||||
[DNAFieldAttribute(20, "PreviewImage", "*preview", 48)]
|
||||
public PreviewImage ptr_preview;
|
||||
public bAction() {
|
||||
this.id = default;
|
||||
this.ptr_ptr_layer_array = default;
|
||||
this.layer_array_num = default;
|
||||
this.layer_active_index = default;
|
||||
this.ptr_ptr_slot_array = default;
|
||||
this.slot_array_num = default;
|
||||
this.last_slot_handle = default;
|
||||
this.ptr_ptr_strip_keyframe_data_array = default;
|
||||
this.strip_keyframe_data_array_num = default;
|
||||
this._pad0 = default;
|
||||
this.curves = default;
|
||||
this.chanbase = default;
|
||||
this.groups = default;
|
||||
this.markers = default;
|
||||
this.flag = default;
|
||||
this.active_marker = default;
|
||||
this.idroot = default;
|
||||
this._pad1 = default;
|
||||
this.frame_start = default;
|
||||
this.frame_end = default;
|
||||
this.ptr_preview = default;
|
||||
}
|
||||
public bAction(
|
||||
ID id,
|
||||
ActionLayer ptr_ptr_layer_array,
|
||||
|
||||
Reference in New Issue
Block a user