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,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(171, "bConstraintChannel")]
public class bConstraintChannel {
[DNAFieldAttribute(0, "bConstraintChannel", "*next", "bConstraintChannel", 56)]
[DNAFieldAttribute(0, "bConstraintChannel", "*next", "bConstraintChannel", 4, true)]
public bConstraintChannel ptr_next;
[DNAFieldAttribute(1, "bConstraintChannel", "*prev", "bConstraintChannel", 56)]
[DNAFieldAttribute(1, "bConstraintChannel", "*prev", "bConstraintChannel", 4, true)]
public bConstraintChannel ptr_prev;
[DNAFieldAttribute(2, "Ipo", "*ipo", "Ipo", 248)]
[DNAFieldAttribute(2, "Ipo", "*ipo", "Ipo", 4, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(4, "char", "name[30]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "name[30]", "System.Char[]", 30, false)]
public char[] name = new System.Char[30];
public bConstraintChannel() {
this.ptr_next = default;