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

@@ -31,13 +31,13 @@ namespace BlendFile.DNA {
public int subframes;
[DNAFieldAttribute(2, "short", 7, "type", "short", false, 40)]
public short type;
[DNAArrayAttribute(6, "char", 8, "_pad1[6]", "System.Char[]", 6, 42)]
[DNAArrayAttribute(6, "char", 8, "_pad1[6]", "System.Char[]", 6, false, 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;
[DNAArrayAttribute(2, "char", 11, "_pad2[2]", "System.Char[]", 2, 54)]
[DNAArrayAttribute(2, "char", 11, "_pad2[2]", "System.Char[]", 2, false, 54)]
public char[] _pad2 = new System.Char[2];
public FluidEffectorSettings() {
this.fmd = default;