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