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

@@ -23,17 +23,17 @@ namespace BlendFile.DNA {
public int flag;
[DNAFieldAttribute(4, "int", 3, "offset_mode", "int", false, 292)]
public int offset_mode;
[DNAFieldAttribute(12, "float", 4, "loc[3]", "System.Single[]", false, 296)]
[DNAArrayAttribute(12, "float", 4, "loc[3]", "System.Single[]", 3, 296)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(12, "float", 5, "rot[3]", "System.Single[]", false, 308)]
[DNAArrayAttribute(12, "float", 5, "rot[3]", "System.Single[]", 3, 308)]
public float[] rot = new System.Single[3];
[DNAFieldAttribute(12, "float", 6, "scale[3]", "System.Single[]", false, 320)]
[DNAArrayAttribute(12, "float", 6, "scale[3]", "System.Single[]", 3, 320)]
public float[] scale = new System.Single[3];
[DNAFieldAttribute(12, "float", 7, "stroke_loc[3]", "System.Single[]", false, 332)]
[DNAArrayAttribute(12, "float", 7, "stroke_loc[3]", "System.Single[]", 3, 332)]
public float[] stroke_loc = new System.Single[3];
[DNAFieldAttribute(12, "float", 8, "stroke_rot[3]", "System.Single[]", false, 344)]
[DNAArrayAttribute(12, "float", 8, "stroke_rot[3]", "System.Single[]", 3, 344)]
public float[] stroke_rot = new System.Single[3];
[DNAFieldAttribute(12, "float", 9, "stroke_scale[3]", "System.Single[]", false, 356)]
[DNAArrayAttribute(12, "float", 9, "stroke_scale[3]", "System.Single[]", 3, 356)]
public float[] stroke_scale = new System.Single[3];
[DNAFieldAttribute(4, "int", 10, "seed", "int", false, 368)]
public int seed;
@@ -41,7 +41,7 @@ namespace BlendFile.DNA {
public int stroke_step;
[DNAFieldAttribute(4, "int", 12, "stroke_start_offset", "int", false, 376)]
public int stroke_start_offset;
[DNAFieldAttribute(4, "char", 13, "_pad1[4]", "System.Char[]", false, 380)]
[DNAArrayAttribute(4, "char", 13, "_pad1[4]", "System.Char[]", 4, 380)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "void", 14, "*_pad2", "void", true, 384)]
public object _pad2;