Regenerated all the files
This commit is contained in:
@@ -11,12 +11,18 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class MovieTrackingReconstruction {
|
||||
[DNAFieldAttribute(0, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "float", "error", 4)]
|
||||
public float error;
|
||||
[DNAFieldAttribute(2, "int", "last_camera", 4)]
|
||||
public int last_camera;
|
||||
[DNAFieldAttribute(3, "int", "camnr", 4)]
|
||||
public int camnr;
|
||||
[DNAFieldAttribute(4, "MovieReconstructedCamera", "*cameras", 72)]
|
||||
public MovieReconstructedCamera ptr_cameras;
|
||||
public MovieTrackingReconstruction(int flag, float error, int last_camera, int camnr, MovieReconstructedCamera ptr_cameras) {
|
||||
this.flag = flag;
|
||||
|
||||
Reference in New Issue
Block a user