updated generated files
This commit is contained in:
@@ -21,19 +21,19 @@ namespace BlendFile.DNA {
|
||||
public GreasePencilModifierInfluenceData influence;
|
||||
[DNAFieldAttribute(8, "Object", 2, "*object", "Object", true, 288)]
|
||||
public Object @object;
|
||||
[DNAArrayAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", 64, 296)]
|
||||
[DNAArrayAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", 64, false, 296)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
[DNAArrayAttribute(4, "char", 4, "_pad[4]", "System.Char[]", 4, 360)]
|
||||
[DNAArrayAttribute(4, "char", 4, "_pad[4]", "System.Char[]", 4, false, 360)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "int", 5, "flag", "int", false, 364)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "char", 6, "falloff_type", "char", false, 368)]
|
||||
public char falloff_type;
|
||||
[DNAArrayAttribute(3, "char", 7, "_pad1[3]", "System.Char[]", 3, 369)]
|
||||
[DNAArrayAttribute(3, "char", 7, "_pad1[3]", "System.Char[]", 3, false, 369)]
|
||||
public char[] _pad1 = new System.Char[3];
|
||||
[DNAArrayAttribute(64, "float", 8, "parentinv[4][4]", "System.Single[,]", 8, 372)]
|
||||
[DNAArrayAttribute(64, "float", 8, "parentinv[4][4]", "System.Single[,]", 16, false, 372)]
|
||||
public float[,] parentinv = new System.Single[4,4];
|
||||
[DNAArrayAttribute(12, "float", 9, "cent[3]", "System.Single[]", 3, 436)]
|
||||
[DNAArrayAttribute(12, "float", 9, "cent[3]", "System.Single[]", 3, false, 436)]
|
||||
public float[] cent = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 10, "falloff", "float", false, 448)]
|
||||
public float falloff;
|
||||
|
||||
Reference in New Issue
Block a user