Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user