Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,61 +15,61 @@ namespace BlendFile.DNA {
[DNAClassAttribute(561, "MovieTrackingTrack", 208)]
public class MovieTrackingTrack {
[DNAFieldAttribute(0, "MovieTrackingTrack", "*next", "MovieTrackingTrack", 8, true, 0)]
public MovieTrackingTrack ptr_next;
[DNAFieldAttribute(1, "MovieTrackingTrack", "*prev", "MovieTrackingTrack", 8, true, 8)]
public MovieTrackingTrack ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false, 16)]
[DNAFieldAttribute(8, "MovieTrackingTrack", 0, "*next", "MovieTrackingTrack", true, 0)]
public MovieTrackingTrack next;
[DNAFieldAttribute(8, "MovieTrackingTrack", 1, "*prev", "MovieTrackingTrack", true, 8)]
public MovieTrackingTrack prev;
[DNAFieldAttribute(64, "char", 2, "name[64]", "System.Char[]", false, 16)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "float", "pat_min[2]", "System.Single[]", 8, false, 80)]
[DNAFieldAttribute(8, "float", 3, "pat_min[2]", "System.Single[]", false, 80)]
public float[] pat_min = new System.Single[2];
[DNAFieldAttribute(4, "float", "pat_max[2]", "System.Single[]", 8, false, 88)]
[DNAFieldAttribute(8, "float", 4, "pat_max[2]", "System.Single[]", false, 88)]
public float[] pat_max = new System.Single[2];
[DNAFieldAttribute(5, "float", "search_min[2]", "System.Single[]", 8, false, 96)]
[DNAFieldAttribute(8, "float", 5, "search_min[2]", "System.Single[]", false, 96)]
public float[] search_min = new System.Single[2];
[DNAFieldAttribute(6, "float", "search_max[2]", "System.Single[]", 8, false, 104)]
[DNAFieldAttribute(8, "float", 6, "search_max[2]", "System.Single[]", false, 104)]
public float[] search_max = new System.Single[2];
[DNAFieldAttribute(7, "float", "offset[2]", "System.Single[]", 8, false, 112)]
[DNAFieldAttribute(8, "float", 7, "offset[2]", "System.Single[]", false, 112)]
public float[] offset = new System.Single[2];
[DNAFieldAttribute(8, "int", "markersnr", "int", 4, false, 120)]
[DNAFieldAttribute(4, "int", 8, "markersnr", "int", false, 120)]
public int markersnr;
[DNAFieldAttribute(9, "int", "_pad", "int", 4, false, 124)]
[DNAFieldAttribute(4, "int", 9, "_pad", "int", false, 124)]
public int _pad;
[DNAFieldAttribute(10, "MovieTrackingMarker", "*markers", "MovieTrackingMarker", 8, true, 128)]
public MovieTrackingMarker ptr_markers;
[DNAFieldAttribute(11, "float", "bundle_pos[3]", "System.Single[]", 12, false, 136)]
[DNAFieldAttribute(8, "MovieTrackingMarker", 10, "*markers", "MovieTrackingMarker", true, 128)]
public MovieTrackingMarker markers;
[DNAFieldAttribute(12, "float", 11, "bundle_pos[3]", "System.Single[]", false, 136)]
public float[] bundle_pos = new System.Single[3];
[DNAFieldAttribute(12, "float", "error", "float", 4, false, 148)]
[DNAFieldAttribute(4, "float", 12, "error", "float", false, 148)]
public float error;
[DNAFieldAttribute(13, "int", "flag", "int", 4, false, 152)]
[DNAFieldAttribute(4, "int", 13, "flag", "int", false, 152)]
public int flag;
[DNAFieldAttribute(14, "int", "pat_flag", "int", 4, false, 156)]
[DNAFieldAttribute(4, "int", 14, "pat_flag", "int", false, 156)]
public int pat_flag;
[DNAFieldAttribute(15, "int", "search_flag", "int", 4, false, 160)]
[DNAFieldAttribute(4, "int", 15, "search_flag", "int", false, 160)]
public int search_flag;
[DNAFieldAttribute(16, "float", "color[3]", "System.Single[]", 12, false, 164)]
[DNAFieldAttribute(12, "float", 16, "color[3]", "System.Single[]", false, 164)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(17, "short", "frames_limit", "short", 2, false, 176)]
[DNAFieldAttribute(2, "short", 17, "frames_limit", "short", false, 176)]
public short frames_limit;
[DNAFieldAttribute(18, "short", "margin", "short", 2, false, 178)]
[DNAFieldAttribute(2, "short", 18, "margin", "short", false, 178)]
public short margin;
[DNAFieldAttribute(19, "short", "pattern_match", "short", 2, false, 180)]
[DNAFieldAttribute(2, "short", 19, "pattern_match", "short", false, 180)]
public short pattern_match;
[DNAFieldAttribute(20, "short", "motion_model", "short", 2, false, 182)]
[DNAFieldAttribute(2, "short", 20, "motion_model", "short", false, 182)]
public short motion_model;
[DNAFieldAttribute(21, "int", "algorithm_flag", "int", 4, false, 184)]
[DNAFieldAttribute(4, "int", 21, "algorithm_flag", "int", false, 184)]
public int algorithm_flag;
[DNAFieldAttribute(22, "float", "minimum_correlation", "float", 4, false, 188)]
[DNAFieldAttribute(4, "float", 22, "minimum_correlation", "float", false, 188)]
public float minimum_correlation;
[DNAFieldAttribute(23, "bGPdata", "*gpd", "bGPdata", 8, true, 192)]
public bGPdata ptr_gpd;
[DNAFieldAttribute(24, "float", "weight", "float", 4, false, 200)]
[DNAFieldAttribute(8, "bGPdata", 23, "*gpd", "bGPdata", true, 192)]
public bGPdata gpd;
[DNAFieldAttribute(4, "float", 24, "weight", "float", false, 200)]
public float weight;
[DNAFieldAttribute(25, "float", "weight_stab", "float", 4, false, 204)]
[DNAFieldAttribute(4, "float", 25, "weight_stab", "float", false, 204)]
public float weight_stab;
public MovieTrackingTrack() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.name = default;
this.pat_min = default;
this.pat_max = default;
@@ -78,7 +78,7 @@ namespace BlendFile.DNA {
this.offset = default;
this.markersnr = default;
this._pad = default;
this.ptr_markers = default;
this.markers = default;
this.bundle_pos = default;
this.error = default;
this.flag = default;
@@ -91,13 +91,13 @@ namespace BlendFile.DNA {
this.motion_model = default;
this.algorithm_flag = default;
this.minimum_correlation = default;
this.ptr_gpd = default;
this.gpd = default;
this.weight = default;
this.weight_stab = default;
}
public MovieTrackingTrack(
MovieTrackingTrack ptr_next,
MovieTrackingTrack ptr_prev,
MovieTrackingTrack next,
MovieTrackingTrack prev,
char[] name,
float[] pat_min,
float[] pat_max,
@@ -106,7 +106,7 @@ namespace BlendFile.DNA {
float[] offset,
int markersnr,
int _pad,
MovieTrackingMarker ptr_markers,
MovieTrackingMarker markers,
float[] bundle_pos,
float error,
int flag,
@@ -119,11 +119,11 @@ namespace BlendFile.DNA {
short motion_model,
int algorithm_flag,
float minimum_correlation,
bGPdata ptr_gpd,
bGPdata gpd,
float weight,
float weight_stab) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
this.next = next;
this.prev = prev;
this.name = name;
this.pat_min = pat_min;
this.pat_max = pat_max;
@@ -132,7 +132,7 @@ namespace BlendFile.DNA {
this.offset = offset;
this.markersnr = markersnr;
this._pad = _pad;
this.ptr_markers = ptr_markers;
this.markers = markers;
this.bundle_pos = bundle_pos;
this.error = error;
this.flag = flag;
@@ -145,7 +145,7 @@ namespace BlendFile.DNA {
this.motion_model = motion_model;
this.algorithm_flag = algorithm_flag;
this.minimum_correlation = minimum_correlation;
this.ptr_gpd = ptr_gpd;
this.gpd = gpd;
this.weight = weight;
this.weight_stab = weight_stab;
}