Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,40 +15,40 @@ namespace BlendFile.DNA {
[DNAClassAttribute(317, "GreasePencilLayer", 232)]
public class GreasePencilLayer {
[DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "base", "GreasePencilLayerTreeNode", 40, false, 0)]
[DNAFieldAttribute(40, "GreasePencilLayerTreeNode", 0, "base", "GreasePencilLayerTreeNode", false, 0)]
public GreasePencilLayerTreeNode @base;
[DNAFieldAttribute(1, "GreasePencilLayerFramesMapStorage", "frames_storage", "GreasePencilLayerFramesMapStorage", 24, false, 40)]
[DNAFieldAttribute(24, "GreasePencilLayerFramesMapStorage", 1, "frames_storage", "GreasePencilLayerFramesMapStorage", false, 40)]
public GreasePencilLayerFramesMapStorage frames_storage;
[DNAFieldAttribute(2, "int8_t", "blend_mode", "int8_t", 1, false, 64)]
[DNAFieldAttribute(1, "int8_t", 2, "blend_mode", "int8_t", false, 64)]
public sbyte blend_mode;
[DNAFieldAttribute(3, "char", "_pad[3]", "System.Char[]", 3, false, 65)]
[DNAFieldAttribute(3, "char", 3, "_pad[3]", "System.Char[]", false, 65)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(4, "float", "opacity", "float", 4, false, 68)]
[DNAFieldAttribute(4, "float", 4, "opacity", "float", false, 68)]
public float opacity;
[DNAFieldAttribute(5, "ListBase", "masks", "ListBase", 16, false, 72)]
[DNAFieldAttribute(16, "ListBase", 5, "masks", "ListBase", false, 72)]
public ListBase masks;
[DNAFieldAttribute(6, "int", "active_mask_index", "int", 4, false, 88)]
[DNAFieldAttribute(4, "int", 6, "active_mask_index", "int", false, 88)]
public int active_mask_index;
[DNAFieldAttribute(7, "char", "_pad2[4]", "System.Char[]", 4, false, 92)]
[DNAFieldAttribute(4, "char", 7, "_pad2[4]", "System.Char[]", false, 92)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(8, "Object", "*parent", "Object", 8, true, 96)]
public Object ptr_parent;
[DNAFieldAttribute(9, "char", "*parsubstr", "char", 8, true, 104)]
public char ptr_parsubstr;
[DNAFieldAttribute(10, "float", "parentinv[4][4]", "System.Single[,]", 64, false, 112)]
[DNAFieldAttribute(8, "Object", 8, "*parent", "Object", true, 96)]
public Object parent;
[DNAFieldAttribute(8, "char", 9, "*parsubstr", "char", true, 104)]
public char parsubstr;
[DNAFieldAttribute(64, "float", 10, "parentinv[4][4]", "System.Single[,]", false, 112)]
public float[,] parentinv = new System.Single[4,4];
[DNAFieldAttribute(11, "float", "translation[3]", "System.Single[]", 12, false, 176)]
[DNAFieldAttribute(12, "float", 11, "translation[3]", "System.Single[]", false, 176)]
public float[] translation = new System.Single[3];
[DNAFieldAttribute(12, "float", "rotation[3]", "System.Single[]", 12, false, 188)]
[DNAFieldAttribute(12, "float", 12, "rotation[3]", "System.Single[]", false, 188)]
public float[] rotation = new System.Single[3];
[DNAFieldAttribute(13, "float", "scale[3]", "System.Single[]", 12, false, 200)]
[DNAFieldAttribute(12, "float", 13, "scale[3]", "System.Single[]", false, 200)]
public float[] scale = new System.Single[3];
[DNAFieldAttribute(14, "char", "_pad3[4]", "System.Char[]", 4, false, 212)]
[DNAFieldAttribute(4, "char", 14, "_pad3[4]", "System.Char[]", false, 212)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(15, "char", "*viewlayername", "char", 8, true, 216)]
public char ptr_viewlayername;
[DNAFieldAttribute(16, "GreasePencilLayerRuntimeHandle", "*runtime", "GreasePencilLayerRuntimeHandle", 8, true, 224)]
public GreasePencilLayerRuntimeHandle ptr_runtime;
[DNAFieldAttribute(8, "char", 15, "*viewlayername", "char", true, 216)]
public char viewlayername;
[DNAFieldAttribute(8, "GreasePencilLayerRuntimeHandle", 16, "*runtime", "GreasePencilLayerRuntimeHandle", true, 224)]
public GreasePencilLayerRuntimeHandle runtime;
public GreasePencilLayer() {
this.@base = default;
this.frames_storage = default;
@@ -58,15 +58,15 @@ namespace BlendFile.DNA {
this.masks = default;
this.active_mask_index = default;
this._pad2 = default;
this.ptr_parent = default;
this.ptr_parsubstr = default;
this.parent = default;
this.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;
this.viewlayername = default;
this.runtime = default;
}
public GreasePencilLayer(
GreasePencilLayerTreeNode @base,
@@ -77,15 +77,15 @@ namespace BlendFile.DNA {
ListBase masks,
int active_mask_index,
char[] _pad2,
Object ptr_parent,
char ptr_parsubstr,
Object parent,
char parsubstr,
float[,] parentinv,
float[] translation,
float[] rotation,
float[] scale,
char[] _pad3,
char ptr_viewlayername,
GreasePencilLayerRuntimeHandle ptr_runtime) {
char viewlayername,
GreasePencilLayerRuntimeHandle runtime) {
this.@base = @base;
this.frames_storage = frames_storage;
this.blend_mode = blend_mode;
@@ -94,15 +94,15 @@ namespace BlendFile.DNA {
this.masks = masks;
this.active_mask_index = active_mask_index;
this._pad2 = _pad2;
this.ptr_parent = ptr_parent;
this.ptr_parsubstr = ptr_parsubstr;
this.parent = parent;
this.parsubstr = parsubstr;
this.parentinv = parentinv;
this.translation = translation;
this.rotation = rotation;
this.scale = scale;
this._pad3 = _pad3;
this.ptr_viewlayername = ptr_viewlayername;
this.ptr_runtime = ptr_runtime;
this.viewlayername = viewlayername;
this.runtime = runtime;
}
}
}