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

@@ -21,7 +21,7 @@ namespace BlendFile.DNA {
public AnimData adt;
[DNAFieldAttribute(16, "DrawDataList", 2, "drawdata", "DrawDataList", false, 216)]
public DrawDataList drawdata;
[DNAFieldAttribute(4, "char", 3, "_pad0[4]", "System.Char[]", false, 232)]
[DNAArrayAttribute(4, "char", 3, "_pad0[4]", "System.Char[]", 4, 232)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(2, "short", 4, "texact", "short", false, 236)]
public short texact;
@@ -41,7 +41,7 @@ namespace BlendFile.DNA {
public float range;
[DNAFieldAttribute(2, "short", 12, "mode", "short", false, 264)]
public short mode;
[DNAFieldAttribute(6, "char", 13, "_pad2[6]", "System.Char[]", false, 266)]
[DNAArrayAttribute(6, "char", 13, "_pad2[6]", "System.Char[]", 6, 266)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(4, "float", 14, "misi", "float", false, 272)]
public float misi;
@@ -57,7 +57,7 @@ namespace BlendFile.DNA {
public float aoenergy;
[DNAFieldAttribute(2, "short", 20, "flag", "short", false, 296)]
public short flag;
[DNAFieldAttribute(2, "char", 21, "_pad3[2]", "System.Char[]", false, 298)]
[DNAArrayAttribute(2, "char", 21, "_pad3[2]", "System.Char[]", 2, 298)]
public char[] _pad3 = new System.Char[2];
[DNAFieldAttribute(4, "int", 22, "probe_resolution", "int", false, 300)]
public int probe_resolution;
@@ -71,7 +71,7 @@ namespace BlendFile.DNA {
public float sun_shadow_jitter_overblur;
[DNAFieldAttribute(4, "float", 27, "sun_shadow_filter_radius", "float", false, 320)]
public float sun_shadow_filter_radius;
[DNAFieldAttribute(4, "char", 28, "_pad4[4]", "System.Char[]", false, 324)]
[DNAArrayAttribute(4, "char", 28, "_pad4[4]", "System.Char[]", 4, 324)]
public char[] _pad4 = new System.Char[4];
[DNAFieldAttribute(8, "Ipo", 29, "*ipo", "Ipo", true, 328)]
public Ipo ipo;
@@ -79,7 +79,7 @@ namespace BlendFile.DNA {
public short pr_texture;
[DNAFieldAttribute(2, "short", 31, "use_nodes", "short", false, 338)]
public short use_nodes;
[DNAFieldAttribute(4, "char", 32, "_pad[4]", "System.Char[]", false, 340)]
[DNAArrayAttribute(4, "char", 32, "_pad[4]", "System.Char[]", 4, 340)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(8, "PreviewImage", 33, "*preview", "PreviewImage", true, 344)]
public PreviewImage preview;