updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -17,13 +17,13 @@ namespace BlendFile.DNA {
public class bFollowTrackConstraint {
[DNAFieldAttribute(8, "MovieClip", 0, "*clip", "MovieClip", true, 0)]
public MovieClip clip;
[DNAArrayAttribute(64, "char", 1, "track[64]", "System.Char[]", 64, 8)]
[DNAArrayAttribute(64, "char", 1, "track[64]", "System.Char[]", 64, false, 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;
[DNAArrayAttribute(64, "char", 4, "object[64]", "System.Char[]", 64, 80)]
[DNAArrayAttribute(64, "char", 4, "object[64]", "System.Char[]", 64, false, 80)]
public char[] @object = new System.Char[64];
[DNAFieldAttribute(8, "Object", 5, "*camera", "Object", true, 144)]
public Object camera;