regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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