Generated new code and added initial data handling
This commit is contained in:
@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
|
||||
public float[,] invmat = new System.Single[4,4];
|
||||
[DNAFieldAttribute(4, "char", "subtarget[64]", 1)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
public bChildOfConstraint() {
|
||||
this.ptr_tar = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
this.invmat = default;
|
||||
this.subtarget = default;
|
||||
}
|
||||
public bChildOfConstraint(Object ptr_tar, int flag, char[] _pad, float[,] invmat, char[] subtarget) {
|
||||
this.ptr_tar = ptr_tar;
|
||||
this.flag = flag;
|
||||
|
||||
Reference in New Issue
Block a user