Regenerated files
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
|
||||
@@ -17,7 +16,7 @@ namespace BlendFile.DNA {
|
||||
public Object ptr_tar;
|
||||
public int flag;
|
||||
public char[] _pad = new System.Char[4];
|
||||
public float[,] invmat = new System.Single[4][4];
|
||||
public float[,] invmat = new System.Single[4,4];
|
||||
public char[] subtarget = new System.Char[64];
|
||||
public bChildOfConstraint(Object ptr_tar, int flag, char[] _pad, float[,] invmat, char[] subtarget) {
|
||||
this.ptr_tar = ptr_tar;
|
||||
|
||||
Reference in New Issue
Block a user