Regenerated files
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
|
||||
@@ -15,7 +14,7 @@ namespace BlendFile.DNA {
|
||||
|
||||
public struct MovieTrackingMarker {
|
||||
public float[] pos = new System.Single[2];
|
||||
public float[,] pattern_corners = new System.Single[4][2];
|
||||
public float[,] pattern_corners = new System.Single[4,2];
|
||||
public float[] search_min = new System.Single[2];
|
||||
public float[] search_max = new System.Single[2];
|
||||
public int framenr;
|
||||
|
||||
Reference in New Issue
Block a user