Generated new code and added initial data handling
This commit is contained in:
@@ -49,6 +49,25 @@ namespace BlendFile.DNA {
|
||||
public char ptr_viewlayername;
|
||||
[DNAFieldAttribute(16, "GreasePencilLayerRuntimeHandle", "*runtime", 0)]
|
||||
public GreasePencilLayerRuntimeHandle ptr_runtime;
|
||||
public GreasePencilLayer() {
|
||||
this.@base = default;
|
||||
this.frames_storage = default;
|
||||
this.blend_mode = default;
|
||||
this._pad = default;
|
||||
this.opacity = default;
|
||||
this.masks = default;
|
||||
this.active_mask_index = default;
|
||||
this._pad2 = default;
|
||||
this.ptr_parent = default;
|
||||
this.ptr_parsubstr = default;
|
||||
this.parentinv = default;
|
||||
this.translation = default;
|
||||
this.rotation = default;
|
||||
this.scale = default;
|
||||
this._pad3 = default;
|
||||
this.ptr_viewlayername = default;
|
||||
this.ptr_runtime = default;
|
||||
}
|
||||
public GreasePencilLayer(
|
||||
GreasePencilLayerTreeNode @base,
|
||||
GreasePencilLayerFramesMapStorage frames_storage,
|
||||
|
||||
Reference in New Issue
Block a user