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