Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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