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,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(75, "bActionChannel")]
public class bActionChannel {
[DNAFieldAttribute(0, "bActionChannel", "*next", "bActionChannel", 120)]
[DNAFieldAttribute(0, "bActionChannel", "*next", "bActionChannel", 4, true)]
public bActionChannel ptr_next;
[DNAFieldAttribute(1, "bActionChannel", "*prev", "bActionChannel", 120)]
[DNAFieldAttribute(1, "bActionChannel", "*prev", "bActionChannel", 4, true)]
public bActionChannel ptr_prev;
[DNAFieldAttribute(2, "bActionGroup", "*grp", "bActionGroup", 136)]
[DNAFieldAttribute(2, "bActionGroup", "*grp", "bActionGroup", 4, true)]
public bActionGroup ptr_grp;
[DNAFieldAttribute(3, "Ipo", "*ipo", "Ipo", 248)]
[DNAFieldAttribute(3, "Ipo", "*ipo", "Ipo", 4, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(4, "ListBase", "constraintChannels", "ListBase", 16)]
[DNAFieldAttribute(4, "ListBase", "constraintChannels", "ListBase", 16, false)]
public ListBase constraintChannels;
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
[DNAFieldAttribute(5, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(6, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(7, "int", "temp", "int", 4)]
[DNAFieldAttribute(7, "int", "temp", "int", 4, false)]
public int temp;
public bActionChannel() {
this.ptr_next = default;