regenerated files
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(150, "CameraDOFSettings")]
|
||||
public class CameraDOFSettings {
|
||||
[DNAFieldAttribute(0, "Object", "*focus_object", "Object", 1160)]
|
||||
[DNAFieldAttribute(0, "Object", "*focus_object", "Object", 4, true)]
|
||||
public Object ptr_focus_object;
|
||||
[DNAFieldAttribute(1, "char", "focus_subtarget[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "focus_subtarget[64]", "System.Char[]", 64, false)]
|
||||
public char[] focus_subtarget = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "float", "focus_distance", "float", 4)]
|
||||
[DNAFieldAttribute(2, "float", "focus_distance", "float", 4, false)]
|
||||
public float focus_distance;
|
||||
[DNAFieldAttribute(3, "float", "aperture_fstop", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "aperture_fstop", "float", 4, false)]
|
||||
public float aperture_fstop;
|
||||
[DNAFieldAttribute(4, "float", "aperture_rotation", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "aperture_rotation", "float", 4, false)]
|
||||
public float aperture_rotation;
|
||||
[DNAFieldAttribute(5, "float", "aperture_ratio", "float", 4)]
|
||||
[DNAFieldAttribute(5, "float", "aperture_ratio", "float", 4, false)]
|
||||
public float aperture_ratio;
|
||||
[DNAFieldAttribute(6, "int", "aperture_blades", "int", 4)]
|
||||
[DNAFieldAttribute(6, "int", "aperture_blades", "int", 4, false)]
|
||||
public int aperture_blades;
|
||||
[DNAFieldAttribute(7, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(7, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
public CameraDOFSettings() {
|
||||
this.ptr_focus_object = default;
|
||||
|
||||
Reference in New Issue
Block a user