updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 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;
[DNAArrayAttribute(12, "float", 4, "loc[3]", "System.Single[]", 3, 296)]
[DNAArrayAttribute(12, "float", 4, "loc[3]", "System.Single[]", 3, false, 296)]
public float[] loc = new System.Single[3];
[DNAArrayAttribute(12, "float", 5, "rot[3]", "System.Single[]", 3, 308)]
[DNAArrayAttribute(12, "float", 5, "rot[3]", "System.Single[]", 3, false, 308)]
public float[] rot = new System.Single[3];
[DNAArrayAttribute(12, "float", 6, "scale[3]", "System.Single[]", 3, 320)]
[DNAArrayAttribute(12, "float", 6, "scale[3]", "System.Single[]", 3, false, 320)]
public float[] scale = new System.Single[3];
[DNAArrayAttribute(12, "float", 7, "stroke_loc[3]", "System.Single[]", 3, 332)]
[DNAArrayAttribute(12, "float", 7, "stroke_loc[3]", "System.Single[]", 3, false, 332)]
public float[] stroke_loc = new System.Single[3];
[DNAArrayAttribute(12, "float", 8, "stroke_rot[3]", "System.Single[]", 3, 344)]
[DNAArrayAttribute(12, "float", 8, "stroke_rot[3]", "System.Single[]", 3, false, 344)]
public float[] stroke_rot = new System.Single[3];
[DNAArrayAttribute(12, "float", 9, "stroke_scale[3]", "System.Single[]", 3, 356)]
[DNAArrayAttribute(12, "float", 9, "stroke_scale[3]", "System.Single[]", 3, false, 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;
[DNAArrayAttribute(4, "char", 13, "_pad1[4]", "System.Char[]", 4, 380)]
[DNAArrayAttribute(4, "char", 13, "_pad1[4]", "System.Char[]", 4, false, 380)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "void", 14, "*_pad2", "void", true, 384)]
public object _pad2;