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

@@ -25,11 +25,11 @@ namespace BlendFile.DNA {
public char spacetype;
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
public char link_flag;
[DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)]
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(1, "char", 6, "gizmo_flag", "char", false, 40)]
public char gizmo_flag;
[DNAFieldAttribute(3, "char", 7, "_pad1[3]", "System.Char[]", false, 41)]
[DNAArrayAttribute(3, "char", 7, "_pad1[3]", "System.Char[]", 3, 41)]
public char[] _pad1 = new System.Char[3];
[DNAFieldAttribute(4, "float", 8, "xof", "float", false, 44)]
public float xof;
@@ -55,29 +55,29 @@ namespace BlendFile.DNA {
public short view;
[DNAFieldAttribute(4, "int", 19, "path_length", "int", false, 224)]
public int path_length;
[DNAFieldAttribute(8, "float", 20, "loc[2]", "System.Single[]", false, 228)]
[DNAArrayAttribute(8, "float", 20, "loc[2]", "System.Single[]", 2, 228)]
public float[] loc = new System.Single[2];
[DNAFieldAttribute(4, "float", 21, "scale", "float", false, 236)]
public float scale;
[DNAFieldAttribute(4, "float", 22, "angle", "float", false, 240)]
public float angle;
[DNAFieldAttribute(4, "char", 23, "_pad[4]", "System.Char[]", false, 244)]
[DNAArrayAttribute(4, "char", 23, "_pad[4]", "System.Char[]", 4, 244)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(64, "float", 24, "stabmat[4][4]", "System.Single[,]", false, 248)]
[DNAArrayAttribute(64, "float", 24, "stabmat[4][4]", "System.Single[,]", 8, 248)]
public float[,] stabmat = new System.Single[4,4];
[DNAFieldAttribute(64, "float", 25, "unistabmat[4][4]", "System.Single[,]", false, 312)]
[DNAArrayAttribute(64, "float", 25, "unistabmat[4][4]", "System.Single[,]", 8, 312)]
public float[,] unistabmat = new System.Single[4,4];
[DNAFieldAttribute(4, "int", 26, "postproc_flag", "int", false, 376)]
public int postproc_flag;
[DNAFieldAttribute(2, "short", 27, "gpencil_src", "short", false, 380)]
public short gpencil_src;
[DNAFieldAttribute(2, "char", 28, "_pad2[2]", "System.Char[]", false, 382)]
[DNAArrayAttribute(2, "char", 28, "_pad2[2]", "System.Char[]", 2, 382)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(4, "int", 29, "around", "int", false, 384)]
public int around;
[DNAFieldAttribute(4, "char", 30, "_pad4[4]", "System.Char[]", false, 388)]
[DNAArrayAttribute(4, "char", 30, "_pad4[4]", "System.Char[]", 4, 388)]
public char[] _pad4 = new System.Char[4];
[DNAFieldAttribute(8, "float", 31, "cursor[2]", "System.Single[]", false, 392)]
[DNAArrayAttribute(8, "float", 31, "cursor[2]", "System.Single[]", 2, 392)]
public float[] cursor = new System.Single[2];
[DNAFieldAttribute(16, "MaskSpaceInfo", 32, "mask_info", "MaskSpaceInfo", false, 400)]
public MaskSpaceInfo mask_info;