Regenerated codefiles
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(981, "MovieTrackingReconstruction", 24)]
|
||||
public class MovieTrackingReconstruction {
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false, 0)]
|
||||
[DNAFieldAttribute(4, "int", 0, "flag", "int", false, 0)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "float", "error", "float", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "float", 1, "error", "float", false, 4)]
|
||||
public float error;
|
||||
[DNAFieldAttribute(2, "int", "last_camera", "int", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "int", 2, "last_camera", "int", false, 8)]
|
||||
public int last_camera;
|
||||
[DNAFieldAttribute(3, "int", "camnr", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 3, "camnr", "int", false, 12)]
|
||||
public int camnr;
|
||||
[DNAFieldAttribute(4, "MovieReconstructedCamera", "*cameras", "MovieReconstructedCamera", 8, true, 16)]
|
||||
public MovieReconstructedCamera ptr_cameras;
|
||||
[DNAFieldAttribute(8, "MovieReconstructedCamera", 4, "*cameras", "MovieReconstructedCamera", true, 16)]
|
||||
public MovieReconstructedCamera cameras;
|
||||
public MovieTrackingReconstruction() {
|
||||
this.flag = default;
|
||||
this.error = default;
|
||||
this.last_camera = default;
|
||||
this.camnr = default;
|
||||
this.ptr_cameras = default;
|
||||
this.cameras = default;
|
||||
}
|
||||
public MovieTrackingReconstruction(int flag, float error, int last_camera, int camnr, MovieReconstructedCamera ptr_cameras) {
|
||||
public MovieTrackingReconstruction(int flag, float error, int last_camera, int camnr, MovieReconstructedCamera cameras) {
|
||||
this.flag = flag;
|
||||
this.error = error;
|
||||
this.last_camera = last_camera;
|
||||
this.camnr = camnr;
|
||||
this.ptr_cameras = ptr_cameras;
|
||||
this.cameras = cameras;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user