Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -21,7 +21,7 @@ namespace BlendFile.DNA {
public GreasePencilLayerFramesMapStorage frames_storage;
[DNAFieldAttribute(1, "int8_t", 2, "blend_mode", "int8_t", false, 64)]
public sbyte blend_mode;
[DNAFieldAttribute(3, "char", 3, "_pad[3]", "System.Char[]", false, 65)]
[DNAArrayAttribute(3, "char", 3, "_pad[3]", "System.Char[]", 3, 65)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(4, "float", 4, "opacity", "float", false, 68)]
public float opacity;
@@ -29,21 +29,21 @@ namespace BlendFile.DNA {
public ListBase masks;
[DNAFieldAttribute(4, "int", 6, "active_mask_index", "int", false, 88)]
public int active_mask_index;
[DNAFieldAttribute(4, "char", 7, "_pad2[4]", "System.Char[]", false, 92)]
[DNAArrayAttribute(4, "char", 7, "_pad2[4]", "System.Char[]", 4, 92)]
public char[] _pad2 = new System.Char[4];
[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)]
[DNAArrayAttribute(64, "float", 10, "parentinv[4][4]", "System.Single[,]", 8, 112)]
public float[,] parentinv = new System.Single[4,4];
[DNAFieldAttribute(12, "float", 11, "translation[3]", "System.Single[]", false, 176)]
[DNAArrayAttribute(12, "float", 11, "translation[3]", "System.Single[]", 3, 176)]
public float[] translation = new System.Single[3];
[DNAFieldAttribute(12, "float", 12, "rotation[3]", "System.Single[]", false, 188)]
[DNAArrayAttribute(12, "float", 12, "rotation[3]", "System.Single[]", 3, 188)]
public float[] rotation = new System.Single[3];
[DNAFieldAttribute(12, "float", 13, "scale[3]", "System.Single[]", false, 200)]
[DNAArrayAttribute(12, "float", 13, "scale[3]", "System.Single[]", 3, 200)]
public float[] scale = new System.Single[3];
[DNAFieldAttribute(4, "char", 14, "_pad3[4]", "System.Char[]", false, 212)]
[DNAArrayAttribute(4, "char", 14, "_pad3[4]", "System.Char[]", 4, 212)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(8, "char", 15, "*viewlayername", "char", true, 216)]
public char viewlayername;