updated generated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user