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

@@ -17,13 +17,13 @@ namespace BlendFile.DNA {
public class bFollowTrackConstraint {
[DNAFieldAttribute(8, "MovieClip", 0, "*clip", "MovieClip", true, 0)]
public MovieClip clip;
[DNAFieldAttribute(64, "char", 1, "track[64]", "System.Char[]", false, 8)]
[DNAArrayAttribute(64, "char", 1, "track[64]", "System.Char[]", 64, 8)]
public char[] track = new System.Char[64];
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 72)]
public int flag;
[DNAFieldAttribute(4, "int", 3, "frame_method", "int", false, 76)]
public int frame_method;
[DNAFieldAttribute(64, "char", 4, "object[64]", "System.Char[]", false, 80)]
[DNAArrayAttribute(64, "char", 4, "object[64]", "System.Char[]", 64, 80)]
public char[] @object = new System.Char[64];
[DNAFieldAttribute(8, "Object", 5, "*camera", "Object", true, 144)]
public Object camera;