Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
public MovieTrackingTrack rot_track;
[DNAFieldAttribute(4, "int", 7, "anchor_frame", "int", false, 32)]
public int anchor_frame;
[DNAFieldAttribute(8, "float", 8, "target_pos[2]", "System.Single[]", false, 36)]
[DNAArrayAttribute(8, "float", 8, "target_pos[2]", "System.Single[]", 2, 36)]
public float[] target_pos = new System.Single[2];
[DNAFieldAttribute(4, "float", 9, "target_rot", "float", false, 44)]
public float target_rot;