regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(90, "DriverTarget")]
public class DriverTarget {
[DNAFieldAttribute(0, "ID", "*id", 208)]
[DNAFieldAttribute(0, "ID", "*id", "ID", 208)]
public ID ptr_id;
[DNAFieldAttribute(1, "char", "*rna_path", 1)]
[DNAFieldAttribute(1, "char", "*rna_path", "char", 1)]
public char ptr_rna_path;
[DNAFieldAttribute(2, "char", "pchan_name[64]", 1)]
[DNAFieldAttribute(2, "char", "pchan_name[64]", "System.Char[]", 1)]
public char[] pchan_name = new System.Char[64];
[DNAFieldAttribute(3, "short", "transChan", 2)]
[DNAFieldAttribute(3, "short", "transChan", "short", 2)]
public short transChan;
[DNAFieldAttribute(4, "char", "rotation_mode", 1)]
[DNAFieldAttribute(4, "char", "rotation_mode", "char", 1)]
public char rotation_mode;
[DNAFieldAttribute(5, "char", "_pad[5]", 1)]
[DNAFieldAttribute(5, "char", "_pad[5]", "System.Char[]", 1)]
public char[] _pad = new System.Char[5];
[DNAFieldAttribute(6, "short", "flag", 2)]
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(7, "short", "options", 2)]
[DNAFieldAttribute(7, "short", "options", "short", 2)]
public short options;
[DNAFieldAttribute(8, "int", "idtype", 4)]
[DNAFieldAttribute(8, "int", "idtype", "int", 4)]
public int idtype;
[DNAFieldAttribute(9, "int", "context_property", 4)]
[DNAFieldAttribute(9, "int", "context_property", "int", 4)]
public int context_property;
[DNAFieldAttribute(10, "float", "fallback_value", 4)]
[DNAFieldAttribute(10, "float", "fallback_value", "float", 4)]
public float fallback_value;
public DriverTarget() {
this.ptr_id = default;