updated generated files
This commit is contained in:
@@ -23,13 +23,13 @@ namespace BlendFile.DNA {
|
||||
public short totaddkey;
|
||||
[DNAFieldAttribute(2, "short", 3, "brushtype", "short", false, 6)]
|
||||
public short brushtype;
|
||||
[DNAArrayAttribute(112, "ParticleBrushData", 4, "brush[7]", "ParticleBrushData[]", 7, 8)]
|
||||
[DNAArrayAttribute(112, "ParticleBrushData", 4, "brush[7]", "ParticleBrushData[]", 7, false, 8)]
|
||||
public ParticleBrushData[] brush = new ParticleBrushData[7];
|
||||
[DNAFieldAttribute(8, "void", 5, "*paintcursor", "void", true, 120)]
|
||||
public object paintcursor;
|
||||
[DNAFieldAttribute(4, "float", 6, "emitterdist", "float", false, 128)]
|
||||
public float emitterdist;
|
||||
[DNAArrayAttribute(4, "char", 7, "_pad0[4]", "System.Char[]", 4, 132)]
|
||||
[DNAArrayAttribute(4, "char", 7, "_pad0[4]", "System.Char[]", 4, false, 132)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "int", 8, "selectmode", "int", false, 136)]
|
||||
public int selectmode;
|
||||
|
||||
Reference in New Issue
Block a user