Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -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,