Generated new code and added initial data handling
This commit is contained in:
@@ -67,6 +67,34 @@ namespace BlendFile.DNA {
|
||||
public float weight;
|
||||
[DNAFieldAttribute(25, "float", "weight_stab", 4)]
|
||||
public float weight_stab;
|
||||
public MovieTrackingTrack() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.name = default;
|
||||
this.pat_min = default;
|
||||
this.pat_max = default;
|
||||
this.search_min = default;
|
||||
this.search_max = default;
|
||||
this.offset = default;
|
||||
this.markersnr = default;
|
||||
this._pad = default;
|
||||
this.ptr_markers = default;
|
||||
this.bundle_pos = default;
|
||||
this.error = default;
|
||||
this.flag = default;
|
||||
this.pat_flag = default;
|
||||
this.search_flag = default;
|
||||
this.color = default;
|
||||
this.frames_limit = default;
|
||||
this.margin = default;
|
||||
this.pattern_match = default;
|
||||
this.motion_model = default;
|
||||
this.algorithm_flag = default;
|
||||
this.minimum_correlation = default;
|
||||
this.ptr_gpd = default;
|
||||
this.weight = default;
|
||||
this.weight_stab = default;
|
||||
}
|
||||
public MovieTrackingTrack(
|
||||
MovieTrackingTrack ptr_next,
|
||||
MovieTrackingTrack ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user