regenerated files
This commit is contained in:
@@ -15,91 +15,91 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(152, "Camera")]
|
||||
public class Camera {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "char", "type", "char", 1)]
|
||||
[DNAFieldAttribute(2, "char", "type", "char", 1, false)]
|
||||
public char type;
|
||||
[DNAFieldAttribute(3, "char", "dtx", "char", 1)]
|
||||
[DNAFieldAttribute(3, "char", "dtx", "char", 1, false)]
|
||||
public char dtx;
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(5, "float", "passepartalpha", "float", 4)]
|
||||
[DNAFieldAttribute(5, "float", "passepartalpha", "float", 4, false)]
|
||||
public float passepartalpha;
|
||||
[DNAFieldAttribute(6, "float", "clipsta", "float", 4)]
|
||||
[DNAFieldAttribute(6, "float", "clipsta", "float", 4, false)]
|
||||
public float clipsta;
|
||||
[DNAFieldAttribute(7, "float", "clipend", "float", 4)]
|
||||
[DNAFieldAttribute(7, "float", "clipend", "float", 4, false)]
|
||||
public float clipend;
|
||||
[DNAFieldAttribute(8, "float", "lens", "float", 4)]
|
||||
[DNAFieldAttribute(8, "float", "lens", "float", 4, false)]
|
||||
public float lens;
|
||||
[DNAFieldAttribute(9, "float", "ortho_scale", "float", 4)]
|
||||
[DNAFieldAttribute(9, "float", "ortho_scale", "float", 4, false)]
|
||||
public float ortho_scale;
|
||||
[DNAFieldAttribute(10, "float", "drawsize", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "drawsize", "float", 4, false)]
|
||||
public float drawsize;
|
||||
[DNAFieldAttribute(11, "float", "sensor_x", "float", 4)]
|
||||
[DNAFieldAttribute(11, "float", "sensor_x", "float", 4, false)]
|
||||
public float sensor_x;
|
||||
[DNAFieldAttribute(12, "float", "sensor_y", "float", 4)]
|
||||
[DNAFieldAttribute(12, "float", "sensor_y", "float", 4, false)]
|
||||
public float sensor_y;
|
||||
[DNAFieldAttribute(13, "float", "shiftx", "float", 4)]
|
||||
[DNAFieldAttribute(13, "float", "shiftx", "float", 4, false)]
|
||||
public float shiftx;
|
||||
[DNAFieldAttribute(14, "float", "shifty", "float", 4)]
|
||||
[DNAFieldAttribute(14, "float", "shifty", "float", 4, false)]
|
||||
public float shifty;
|
||||
[DNAFieldAttribute(15, "float", "YF_dofdist", "float", 4)]
|
||||
[DNAFieldAttribute(15, "float", "YF_dofdist", "float", 4, false)]
|
||||
public float YF_dofdist;
|
||||
[DNAFieldAttribute(16, "char", "sensor_fit", "char", 1)]
|
||||
[DNAFieldAttribute(16, "char", "sensor_fit", "char", 1, false)]
|
||||
public char sensor_fit;
|
||||
[DNAFieldAttribute(17, "char", "panorama_type", "char", 1)]
|
||||
[DNAFieldAttribute(17, "char", "panorama_type", "char", 1, false)]
|
||||
public char panorama_type;
|
||||
[DNAFieldAttribute(18, "char", "_pad[2]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(18, "char", "_pad[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(19, "float", "fisheye_fov", "float", 4)]
|
||||
[DNAFieldAttribute(19, "float", "fisheye_fov", "float", 4, false)]
|
||||
public float fisheye_fov;
|
||||
[DNAFieldAttribute(20, "float", "fisheye_lens", "float", 4)]
|
||||
[DNAFieldAttribute(20, "float", "fisheye_lens", "float", 4, false)]
|
||||
public float fisheye_lens;
|
||||
[DNAFieldAttribute(21, "float", "latitude_min", "float", 4)]
|
||||
[DNAFieldAttribute(21, "float", "latitude_min", "float", 4, false)]
|
||||
public float latitude_min;
|
||||
[DNAFieldAttribute(22, "float", "latitude_max", "float", 4)]
|
||||
[DNAFieldAttribute(22, "float", "latitude_max", "float", 4, false)]
|
||||
public float latitude_max;
|
||||
[DNAFieldAttribute(23, "float", "longitude_min", "float", 4)]
|
||||
[DNAFieldAttribute(23, "float", "longitude_min", "float", 4, false)]
|
||||
public float longitude_min;
|
||||
[DNAFieldAttribute(24, "float", "longitude_max", "float", 4)]
|
||||
[DNAFieldAttribute(24, "float", "longitude_max", "float", 4, false)]
|
||||
public float longitude_max;
|
||||
[DNAFieldAttribute(25, "float", "fisheye_polynomial_k0", "float", 4)]
|
||||
[DNAFieldAttribute(25, "float", "fisheye_polynomial_k0", "float", 4, false)]
|
||||
public float fisheye_polynomial_k0;
|
||||
[DNAFieldAttribute(26, "float", "fisheye_polynomial_k1", "float", 4)]
|
||||
[DNAFieldAttribute(26, "float", "fisheye_polynomial_k1", "float", 4, false)]
|
||||
public float fisheye_polynomial_k1;
|
||||
[DNAFieldAttribute(27, "float", "fisheye_polynomial_k2", "float", 4)]
|
||||
[DNAFieldAttribute(27, "float", "fisheye_polynomial_k2", "float", 4, false)]
|
||||
public float fisheye_polynomial_k2;
|
||||
[DNAFieldAttribute(28, "float", "fisheye_polynomial_k3", "float", 4)]
|
||||
[DNAFieldAttribute(28, "float", "fisheye_polynomial_k3", "float", 4, false)]
|
||||
public float fisheye_polynomial_k3;
|
||||
[DNAFieldAttribute(29, "float", "fisheye_polynomial_k4", "float", 4)]
|
||||
[DNAFieldAttribute(29, "float", "fisheye_polynomial_k4", "float", 4, false)]
|
||||
public float fisheye_polynomial_k4;
|
||||
[DNAFieldAttribute(30, "float", "central_cylindrical_range_u_min", "float", 4)]
|
||||
[DNAFieldAttribute(30, "float", "central_cylindrical_range_u_min", "float", 4, false)]
|
||||
public float central_cylindrical_range_u_min;
|
||||
[DNAFieldAttribute(31, "float", "central_cylindrical_range_u_max", "float", 4)]
|
||||
[DNAFieldAttribute(31, "float", "central_cylindrical_range_u_max", "float", 4, false)]
|
||||
public float central_cylindrical_range_u_max;
|
||||
[DNAFieldAttribute(32, "float", "central_cylindrical_range_v_min", "float", 4)]
|
||||
[DNAFieldAttribute(32, "float", "central_cylindrical_range_v_min", "float", 4, false)]
|
||||
public float central_cylindrical_range_v_min;
|
||||
[DNAFieldAttribute(33, "float", "central_cylindrical_range_v_max", "float", 4)]
|
||||
[DNAFieldAttribute(33, "float", "central_cylindrical_range_v_max", "float", 4, false)]
|
||||
public float central_cylindrical_range_v_max;
|
||||
[DNAFieldAttribute(34, "float", "central_cylindrical_radius", "float", 4)]
|
||||
[DNAFieldAttribute(34, "float", "central_cylindrical_radius", "float", 4, false)]
|
||||
public float central_cylindrical_radius;
|
||||
[DNAFieldAttribute(35, "float", "_pad2", "float", 4)]
|
||||
[DNAFieldAttribute(35, "float", "_pad2", "float", 4, false)]
|
||||
public float _pad2;
|
||||
[DNAFieldAttribute(36, "Ipo", "*ipo", "Ipo", 248)]
|
||||
[DNAFieldAttribute(36, "Ipo", "*ipo", "Ipo", 4, true)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(37, "Object", "*dof_ob", "Object", 1160)]
|
||||
[DNAFieldAttribute(37, "Object", "*dof_ob", "Object", 4, true)]
|
||||
public Object ptr_dof_ob;
|
||||
[DNAFieldAttribute(38, "GPUDOFSettings", "gpu_dof", "GPUDOFSettings", 32)]
|
||||
[DNAFieldAttribute(38, "GPUDOFSettings", "gpu_dof", "GPUDOFSettings", 32, false)]
|
||||
public GPUDOFSettings gpu_dof;
|
||||
[DNAFieldAttribute(39, "CameraDOFSettings", "dof", "CameraDOFSettings", 96)]
|
||||
[DNAFieldAttribute(39, "CameraDOFSettings", "dof", "CameraDOFSettings", 96, false)]
|
||||
public CameraDOFSettings dof;
|
||||
[DNAFieldAttribute(40, "ListBase", "bg_images", "ListBase", 16)]
|
||||
[DNAFieldAttribute(40, "ListBase", "bg_images", "ListBase", 16, false)]
|
||||
public ListBase bg_images;
|
||||
[DNAFieldAttribute(41, "CameraStereoSettings", "stereo", "CameraStereoSettings", 24)]
|
||||
[DNAFieldAttribute(41, "CameraStereoSettings", "stereo", "CameraStereoSettings", 24, false)]
|
||||
public CameraStereoSettings stereo;
|
||||
[DNAFieldAttribute(42, "Camera_Runtime", "runtime", "Camera_Runtime", 216)]
|
||||
[DNAFieldAttribute(42, "Camera_Runtime", "runtime", "Camera_Runtime", 216, false)]
|
||||
public Camera_Runtime runtime;
|
||||
public Camera() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user