updated generated files
This commit is contained in:
@@ -17,9 +17,9 @@ namespace BlendFile.DNA {
|
||||
public class bPivotConstraint {
|
||||
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
|
||||
public Object tar;
|
||||
[DNAArrayAttribute(64, "char", 1, "subtarget[64]", "System.Char[]", 64, 8)]
|
||||
[DNAArrayAttribute(64, "char", 1, "subtarget[64]", "System.Char[]", 64, false, 8)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
[DNAArrayAttribute(12, "float", 2, "offset[3]", "System.Single[]", 3, 72)]
|
||||
[DNAArrayAttribute(12, "float", 2, "offset[3]", "System.Single[]", 3, false, 72)]
|
||||
public float[] offset = new System.Single[3];
|
||||
[DNAFieldAttribute(2, "short", 3, "rotAxis", "short", false, 84)]
|
||||
public short rotAxis;
|
||||
|
||||
Reference in New Issue
Block a user