Generated new code and added initial data handling
This commit is contained in:
@@ -27,6 +27,14 @@ namespace BlendFile.DNA {
|
||||
public int framenr;
|
||||
[DNAFieldAttribute(5, "int", "flag", 4)]
|
||||
public int flag;
|
||||
public MovieTrackingMarker() {
|
||||
this.pos = default;
|
||||
this.pattern_corners = default;
|
||||
this.search_min = default;
|
||||
this.search_max = default;
|
||||
this.framenr = default;
|
||||
this.flag = default;
|
||||
}
|
||||
public MovieTrackingMarker(float[] pos, float[,] pattern_corners, float[] search_min, float[] search_max, int framenr, int flag) {
|
||||
this.pos = pos;
|
||||
this.pattern_corners = pattern_corners;
|
||||
|
||||
Reference in New Issue
Block a user