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