updated generated files
This commit is contained in:
@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
|
||||
public int framenr;
|
||||
[DNAFieldAttribute(4, "float", 1, "error", "float", false, 4)]
|
||||
public float error;
|
||||
[DNAArrayAttribute(64, "float", 2, "mat[4][4]", "System.Single[,]", 8, 8)]
|
||||
[DNAArrayAttribute(64, "float", 2, "mat[4][4]", "System.Single[,]", 16, false, 8)]
|
||||
public float[,] mat = new System.Single[4,4];
|
||||
public MovieReconstructedCamera() {
|
||||
this.framenr = default;
|
||||
|
||||
Reference in New Issue
Block a user