Generated new code and added initial data handling
This commit is contained in:
@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
|
||||
public int camnr;
|
||||
[DNAFieldAttribute(4, "MovieReconstructedCamera", "*cameras", 72)]
|
||||
public MovieReconstructedCamera ptr_cameras;
|
||||
public MovieTrackingReconstruction() {
|
||||
this.flag = default;
|
||||
this.error = default;
|
||||
this.last_camera = default;
|
||||
this.camnr = default;
|
||||
this.ptr_cameras = default;
|
||||
}
|
||||
public MovieTrackingReconstruction(int flag, float error, int last_camera, int camnr, MovieReconstructedCamera ptr_cameras) {
|
||||
this.flag = flag;
|
||||
this.error = error;
|
||||
|
||||
Reference in New Issue
Block a user