Regenerated codefiles
This commit is contained in:
@@ -15,37 +15,37 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(980, "MovieTrackingStabilization", 72)]
|
||||
public class MovieTrackingStabilization {
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false, 0)]
|
||||
[DNAFieldAttribute(4, "int", 0, "flag", "int", false, 0)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "int", "tot_track", "int", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "int", 1, "tot_track", "int", false, 4)]
|
||||
public int tot_track;
|
||||
[DNAFieldAttribute(2, "int", "act_track", "int", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "int", 2, "act_track", "int", false, 8)]
|
||||
public int act_track;
|
||||
[DNAFieldAttribute(3, "int", "tot_rot_track", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 3, "tot_rot_track", "int", false, 12)]
|
||||
public int tot_rot_track;
|
||||
[DNAFieldAttribute(4, "int", "act_rot_track", "int", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "int", 4, "act_rot_track", "int", false, 16)]
|
||||
public int act_rot_track;
|
||||
[DNAFieldAttribute(5, "float", "maxscale", "float", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "float", 5, "maxscale", "float", false, 20)]
|
||||
public float maxscale;
|
||||
[DNAFieldAttribute(6, "MovieTrackingTrack", "*rot_track", "MovieTrackingTrack", 8, true, 24)]
|
||||
public MovieTrackingTrack ptr_rot_track;
|
||||
[DNAFieldAttribute(7, "int", "anchor_frame", "int", 4, false, 32)]
|
||||
[DNAFieldAttribute(8, "MovieTrackingTrack", 6, "*rot_track", "MovieTrackingTrack", true, 24)]
|
||||
public MovieTrackingTrack rot_track;
|
||||
[DNAFieldAttribute(4, "int", 7, "anchor_frame", "int", false, 32)]
|
||||
public int anchor_frame;
|
||||
[DNAFieldAttribute(8, "float", "target_pos[2]", "System.Single[]", 8, false, 36)]
|
||||
[DNAFieldAttribute(8, "float", 8, "target_pos[2]", "System.Single[]", false, 36)]
|
||||
public float[] target_pos = new System.Single[2];
|
||||
[DNAFieldAttribute(9, "float", "target_rot", "float", 4, false, 44)]
|
||||
[DNAFieldAttribute(4, "float", 9, "target_rot", "float", false, 44)]
|
||||
public float target_rot;
|
||||
[DNAFieldAttribute(10, "float", "scale", "float", 4, false, 48)]
|
||||
[DNAFieldAttribute(4, "float", 10, "scale", "float", false, 48)]
|
||||
public float scale;
|
||||
[DNAFieldAttribute(11, "float", "locinf", "float", 4, false, 52)]
|
||||
[DNAFieldAttribute(4, "float", 11, "locinf", "float", false, 52)]
|
||||
public float locinf;
|
||||
[DNAFieldAttribute(12, "float", "scaleinf", "float", 4, false, 56)]
|
||||
[DNAFieldAttribute(4, "float", 12, "scaleinf", "float", false, 56)]
|
||||
public float scaleinf;
|
||||
[DNAFieldAttribute(13, "float", "rotinf", "float", 4, false, 60)]
|
||||
[DNAFieldAttribute(4, "float", 13, "rotinf", "float", false, 60)]
|
||||
public float rotinf;
|
||||
[DNAFieldAttribute(14, "int", "filter", "int", 4, false, 64)]
|
||||
[DNAFieldAttribute(4, "int", 14, "filter", "int", false, 64)]
|
||||
public int filter;
|
||||
[DNAFieldAttribute(15, "int", "_pad", "int", 4, false, 68)]
|
||||
[DNAFieldAttribute(4, "int", 15, "_pad", "int", false, 68)]
|
||||
public int _pad;
|
||||
public MovieTrackingStabilization() {
|
||||
this.flag = default;
|
||||
@@ -54,7 +54,7 @@ namespace BlendFile.DNA {
|
||||
this.tot_rot_track = default;
|
||||
this.act_rot_track = default;
|
||||
this.maxscale = default;
|
||||
this.ptr_rot_track = default;
|
||||
this.rot_track = default;
|
||||
this.anchor_frame = default;
|
||||
this.target_pos = default;
|
||||
this.target_rot = default;
|
||||
@@ -72,7 +72,7 @@ namespace BlendFile.DNA {
|
||||
int tot_rot_track,
|
||||
int act_rot_track,
|
||||
float maxscale,
|
||||
MovieTrackingTrack ptr_rot_track,
|
||||
MovieTrackingTrack rot_track,
|
||||
int anchor_frame,
|
||||
float[] target_pos,
|
||||
float target_rot,
|
||||
@@ -88,7 +88,7 @@ namespace BlendFile.DNA {
|
||||
this.tot_rot_track = tot_rot_track;
|
||||
this.act_rot_track = act_rot_track;
|
||||
this.maxscale = maxscale;
|
||||
this.ptr_rot_track = ptr_rot_track;
|
||||
this.rot_track = rot_track;
|
||||
this.anchor_frame = anchor_frame;
|
||||
this.target_pos = target_pos;
|
||||
this.target_rot = target_rot;
|
||||
|
||||
Reference in New Issue
Block a user