Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
public Object ptr_camera;
[DNAFieldAttribute(6, "Object", "*depth_ob", 1160)]
public Object ptr_depth_ob;
public bFollowTrackConstraint() {
this.ptr_clip = default;
this.track = default;
this.flag = default;
this.frame_method = default;
this.@object = default;
this.ptr_camera = default;
this.ptr_depth_ob = default;
}
public bFollowTrackConstraint(MovieClip ptr_clip, char[] track, int flag, int frame_method, char[] @object, Object ptr_camera, Object ptr_depth_ob) {
this.ptr_clip = ptr_clip;
this.track = track;