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 short flag;
[DNAFieldAttribute(1, "char", 3, "surface_render_method", "char", false, 218)]
public char surface_render_method;
[DNAArrayAttribute(1, "char", 4, "_pad1[1]", "System.Char[]", 1, 219)]
[DNAArrayAttribute(1, "char", 4, "_pad1[1]", "System.Char[]", 1, false, 219)]
public char[] _pad1 = new System.Char[1];
[DNAFieldAttribute(4, "float", 5, "r", "float", false, 220)]
public float r;
@@ -67,7 +67,7 @@ namespace BlendFile.DNA {
public Ipo ipo;
[DNAFieldAttribute(8, "PreviewImage", 25, "*preview", "PreviewImage", true, 296)]
public PreviewImage preview;
[DNAArrayAttribute(16, "float", 26, "line_col[4]", "System.Single[]", 4, 304)]
[DNAArrayAttribute(16, "float", 26, "line_col[4]", "System.Single[]", 4, false, 304)]
public float[] line_col = new System.Single[4];
[DNAFieldAttribute(2, "short", 27, "line_priority", "short", false, 320)]
public short line_priority;
@@ -97,7 +97,7 @@ namespace BlendFile.DNA {
public char volume_intersection_method;
[DNAFieldAttribute(4, "float", 40, "inflate_bounds", "float", false, 344)]
public float inflate_bounds;
[DNAArrayAttribute(4, "char", 41, "_pad3[4]", "System.Char[]", 4, 348)]
[DNAArrayAttribute(4, "char", 41, "_pad3[4]", "System.Char[]", 4, false, 348)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(8, "TexPaintSlot", 42, "*texpaintslot", "TexPaintSlot", true, 352)]
public TexPaintSlot texpaintslot;