Generated new code and added initial data handling
This commit is contained in:
@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
|
||||
public float image_opacity;
|
||||
[DNAFieldAttribute(11, "int", "last_marker", 4)]
|
||||
public int last_marker;
|
||||
public MovieTrackingPlaneTrack() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.name = default;
|
||||
this.ptr_ptr_point_tracks = default;
|
||||
this.point_tracksnr = default;
|
||||
this._pad = default;
|
||||
this.ptr_markers = default;
|
||||
this.markersnr = default;
|
||||
this.flag = default;
|
||||
this.ptr_image = default;
|
||||
this.image_opacity = default;
|
||||
this.last_marker = default;
|
||||
}
|
||||
public MovieTrackingPlaneTrack(MovieTrackingPlaneTrack ptr_next, MovieTrackingPlaneTrack ptr_prev, char[] name, MovieTrackingTrack ptr_ptr_point_tracks, int point_tracksnr, char[] _pad, MovieTrackingPlaneMarker ptr_markers, int markersnr, int flag, Image ptr_image, float image_opacity, int last_marker) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user