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,7 +23,7 @@ namespace BlendFile.DNA {
public char reference_point;
[DNAFieldAttribute(1, "char", 3, "type", "char", false, 3)]
public char type;
[DNAArrayAttribute(4, "char", 4, "_pad2[4]", "System.Char[]", 4, 4)]
[DNAArrayAttribute(4, "char", 4, "_pad2[4]", "System.Char[]", 4, false, 4)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(4, "float", 5, "angle", "float", false, 8)]
public float angle;
@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
public float angle_snap;
[DNAFieldAttribute(4, "float", 7, "spacing", "float", false, 16)]
public float spacing;
[DNAArrayAttribute(12, "float", 8, "location[3]", "System.Single[]", 3, 20)]
[DNAArrayAttribute(12, "float", 8, "location[3]", "System.Single[]", 3, false, 20)]
public float[] location = new System.Single[3];
[DNAFieldAttribute(8, "Object", 9, "*reference_object", "Object", true, 32)]
public Object reference_object;