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

@@ -19,13 +19,13 @@ namespace BlendFile.DNA {
public View3DShading shading;
[DNAFieldAttribute(4, "float", 1, "base_scale", "float", false, 944)]
public float base_scale;
[DNAFieldAttribute(3, "char", 2, "_pad[3]", "System.Char[]", false, 948)]
[DNAArrayAttribute(3, "char", 2, "_pad[3]", "System.Char[]", 3, 948)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(1, "char", 3, "base_pose_type", "char", false, 951)]
public char base_pose_type;
[DNAFieldAttribute(8, "Object", 4, "*base_pose_object", "Object", true, 952)]
public Object base_pose_object;
[DNAFieldAttribute(12, "float", 5, "base_pose_location[3]", "System.Single[]", false, 960)]
[DNAArrayAttribute(12, "float", 5, "base_pose_location[3]", "System.Single[]", 3, 960)]
public float[] base_pose_location = new System.Single[3];
[DNAFieldAttribute(4, "float", 6, "base_pose_angle", "float", false, 972)]
public float base_pose_angle;
@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
public char draw_flags;
[DNAFieldAttribute(1, "char", 8, "controller_draw_style", "char", false, 977)]
public char controller_draw_style;
[DNAFieldAttribute(2, "char", 9, "_pad2[2]", "System.Char[]", false, 978)]
[DNAArrayAttribute(2, "char", 9, "_pad2[2]", "System.Char[]", 2, 978)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(4, "float", 10, "clip_start", "float", false, 980)]
public float clip_start;