Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(90, "DriverTarget", 104)]
|
||||
public class DriverTarget {
|
||||
[DNAFieldAttribute(0, "ID", "*id", "ID", 8, true)]
|
||||
[DNAFieldAttribute(0, "ID", "*id", "ID", 8, true, 0)]
|
||||
public ID ptr_id;
|
||||
[DNAFieldAttribute(1, "char", "*rna_path", "char", 8, true)]
|
||||
[DNAFieldAttribute(1, "char", "*rna_path", "char", 8, true, 8)]
|
||||
public char ptr_rna_path;
|
||||
[DNAFieldAttribute(2, "char", "pchan_name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(2, "char", "pchan_name[64]", "System.Char[]", 64, false, 16)]
|
||||
public char[] pchan_name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "short", "transChan", "short", 2, false)]
|
||||
[DNAFieldAttribute(3, "short", "transChan", "short", 2, false, 80)]
|
||||
public short transChan;
|
||||
[DNAFieldAttribute(4, "char", "rotation_mode", "char", 1, false)]
|
||||
[DNAFieldAttribute(4, "char", "rotation_mode", "char", 1, false, 82)]
|
||||
public char rotation_mode;
|
||||
[DNAFieldAttribute(5, "char", "_pad[5]", "System.Char[]", 5, false)]
|
||||
[DNAFieldAttribute(5, "char", "_pad[5]", "System.Char[]", 5, false, 83)]
|
||||
public char[] _pad = new System.Char[5];
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 88)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "options", "short", 2, false)]
|
||||
[DNAFieldAttribute(7, "short", "options", "short", 2, false, 90)]
|
||||
public short options;
|
||||
[DNAFieldAttribute(8, "int", "idtype", "int", 4, false)]
|
||||
[DNAFieldAttribute(8, "int", "idtype", "int", 4, false, 92)]
|
||||
public int idtype;
|
||||
[DNAFieldAttribute(9, "int", "context_property", "int", 4, false)]
|
||||
[DNAFieldAttribute(9, "int", "context_property", "int", 4, false, 96)]
|
||||
public int context_property;
|
||||
[DNAFieldAttribute(10, "float", "fallback_value", "float", 4, false)]
|
||||
[DNAFieldAttribute(10, "float", "fallback_value", "float", 4, false, 100)]
|
||||
public float fallback_value;
|
||||
public DriverTarget() {
|
||||
this.ptr_id = default;
|
||||
|
||||
Reference in New Issue
Block a user