regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(201, "bFollowTrackConstraint")]
public class bFollowTrackConstraint {
[DNAFieldAttribute(0, "MovieClip", "*clip", "MovieClip", 2568)]
[DNAFieldAttribute(0, "MovieClip", "*clip", "MovieClip", 4, true)]
public MovieClip ptr_clip;
[DNAFieldAttribute(1, "char", "track[64]", "System.Char[]", 1)]
[DNAFieldAttribute(1, "char", "track[64]", "System.Char[]", 64, false)]
public char[] track = new System.Char[64];
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(3, "int", "frame_method", "int", 4)]
[DNAFieldAttribute(3, "int", "frame_method", "int", 4, false)]
public int frame_method;
[DNAFieldAttribute(4, "char", "object[64]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "object[64]", "System.Char[]", 64, false)]
public char[] @object = new System.Char[64];
[DNAFieldAttribute(5, "Object", "*camera", "Object", 1160)]
[DNAFieldAttribute(5, "Object", "*camera", "Object", 4, true)]
public Object ptr_camera;
[DNAFieldAttribute(6, "Object", "*depth_ob", "Object", 1160)]
[DNAFieldAttribute(6, "Object", "*depth_ob", "Object", 4, true)]
public Object ptr_depth_ob;
public bFollowTrackConstraint() {
this.ptr_clip = default;