Generated new code and added initial data handling
This commit is contained in:
@@ -53,6 +53,27 @@ namespace BlendFile.DNA {
|
||||
public GreasePencilOnionSkinningSettings onion_skinning_settings;
|
||||
[DNAFieldAttribute(18, "GreasePencilRuntimeHandle", "*runtime", 0)]
|
||||
public GreasePencilRuntimeHandle ptr_runtime;
|
||||
public GreasePencil() {
|
||||
this.id = default;
|
||||
this.ptr_adt = default;
|
||||
this.ptr_ptr_drawing_array = default;
|
||||
this.drawing_array_size = default;
|
||||
this._pad = default;
|
||||
this.ptr_root_group_ptr = default;
|
||||
this.layers_data = default;
|
||||
this.attributes_active_index = default;
|
||||
this._pad2 = default;
|
||||
this.ptr_active_node = default;
|
||||
this.ptr_ptr_material_array = default;
|
||||
this.material_array_size = default;
|
||||
this._pad3 = default;
|
||||
this.flag = default;
|
||||
this.vertex_group_names = default;
|
||||
this.vertex_group_active_index = default;
|
||||
this._pad4 = default;
|
||||
this.onion_skinning_settings = default;
|
||||
this.ptr_runtime = default;
|
||||
}
|
||||
public GreasePencil(
|
||||
ID id,
|
||||
AnimData ptr_adt,
|
||||
|
||||
Reference in New Issue
Block a user