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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public float radius;
[DNAFieldAttribute(2, "short", 4, "source", "short", false, 12)]
public short source;
[DNAArrayAttribute(2, "char", 5, "_pad0[2]", "System.Char[]", 2, 14)]
[DNAArrayAttribute(2, "char", 5, "_pad0[2]", "System.Char[]", 2, false, 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;
[DNAArrayAttribute(68, "char", 13, "vertex_attribute_name[68]", "System.Char[]", 68, 40)]
[DNAArrayAttribute(68, "char", 13, "vertex_attribute_name[68]", "System.Char[]", 68, false, 40)]
public char[] vertex_attribute_name = new System.Char[68];
[DNAArrayAttribute(4, "char", 14, "_pad1[4]", "System.Char[]", 4, 108)]
[DNAArrayAttribute(4, "char", 14, "_pad1[4]", "System.Char[]", 4, false, 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;
[DNAArrayAttribute(6, "char", 21, "_pad2[6]", "System.Char[]", 6, 138)]
[DNAArrayAttribute(6, "char", 21, "_pad2[6]", "System.Char[]", 6, false, 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;
[DNAArrayAttribute(4, "char", 25, "_pad3[4]", "System.Char[]", 4, 156)]
[DNAArrayAttribute(4, "char", 25, "_pad3[4]", "System.Char[]", 4, false, 156)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(8, "ColorBand", 26, "*coba", "ColorBand", true, 160)]
public ColorBand coba;