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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(335, "IpoDriver")]
public class IpoDriver {
[DNAFieldAttribute(0, "Object", "*ob", 1160)]
[DNAFieldAttribute(0, "Object", "*ob", "Object", 1160)]
public Object ptr_ob;
[DNAFieldAttribute(1, "short", "blocktype", 2)]
[DNAFieldAttribute(1, "short", "blocktype", "short", 2)]
public short blocktype;
[DNAFieldAttribute(2, "short", "adrcode", 2)]
[DNAFieldAttribute(2, "short", "adrcode", "short", 2)]
public short adrcode;
[DNAFieldAttribute(3, "short", "type", 2)]
[DNAFieldAttribute(3, "short", "type", "short", 2)]
public short type;
[DNAFieldAttribute(4, "short", "flag", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(5, "char", "name[128]", 1)]
[DNAFieldAttribute(5, "char", "name[128]", "System.Char[]", 1)]
public char[] name = new System.Char[128];
public IpoDriver() {
this.ptr_ob = default;