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

@@ -31,13 +31,13 @@ namespace BlendFile.DNA {
public int subframes;
[DNAFieldAttribute(2, "short", 7, "type", "short", false, 40)]
public short type;
[DNAFieldAttribute(6, "char", 8, "_pad1[6]", "System.Char[]", false, 42)]
[DNAArrayAttribute(6, "char", 8, "_pad1[6]", "System.Char[]", 6, 42)]
public char[] _pad1 = new System.Char[6];
[DNAFieldAttribute(4, "float", 9, "vel_multi", "float", false, 48)]
public float vel_multi;
[DNAFieldAttribute(2, "short", 10, "guiding_mode", "short", false, 52)]
public short guiding_mode;
[DNAFieldAttribute(2, "char", 11, "_pad2[2]", "System.Char[]", false, 54)]
[DNAArrayAttribute(2, "char", 11, "_pad2[2]", "System.Char[]", 2, 54)]
public char[] _pad2 = new System.Char[2];
public FluidEffectorSettings() {
this.fmd = default;