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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public float radius;
[DNAFieldAttribute(2, "short", 4, "source", "short", false, 12)]
public short source;
[DNAFieldAttribute(2, "char", 5, "_pad0[2]", "System.Char[]", false, 14)]
[DNAArrayAttribute(2, "char", 5, "_pad0[2]", "System.Char[]", 2, 14)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(2, "short", 6, "color_source", "short", false, 16)]
public short color_source;
@@ -41,9 +41,9 @@ namespace BlendFile.DNA {
public short psys_cache_space;
[DNAFieldAttribute(2, "short", 12, "ob_cache_space", "short", false, 38)]
public short ob_cache_space;
[DNAFieldAttribute(68, "char", 13, "vertex_attribute_name[68]", "System.Char[]", false, 40)]
[DNAArrayAttribute(68, "char", 13, "vertex_attribute_name[68]", "System.Char[]", 68, 40)]
public char[] vertex_attribute_name = new System.Char[68];
[DNAFieldAttribute(4, "char", 14, "_pad1[4]", "System.Char[]", false, 108)]
[DNAArrayAttribute(4, "char", 14, "_pad1[4]", "System.Char[]", 4, 108)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "void", 15, "*point_tree", "void", true, 112)]
public object point_tree;
@@ -57,7 +57,7 @@ namespace BlendFile.DNA {
public short noise_influence;
[DNAFieldAttribute(2, "short", 20, "noise_basis", "short", false, 136)]
public short noise_basis;
[DNAFieldAttribute(6, "char", 21, "_pad2[6]", "System.Char[]", false, 138)]
[DNAArrayAttribute(6, "char", 21, "_pad2[6]", "System.Char[]", 6, 138)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(4, "float", 22, "noise_fac", "float", false, 144)]
public float noise_fac;
@@ -65,7 +65,7 @@ namespace BlendFile.DNA {
public float speed_scale;
[DNAFieldAttribute(4, "float", 24, "falloff_speed_scale", "float", false, 152)]
public float falloff_speed_scale;
[DNAFieldAttribute(4, "char", 25, "_pad3[4]", "System.Char[]", false, 156)]
[DNAArrayAttribute(4, "char", 25, "_pad3[4]", "System.Char[]", 4, 156)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(8, "ColorBand", 26, "*coba", "ColorBand", true, 160)]
public ColorBand coba;