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,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(62, "bActionGroup")]
public class bActionGroup {
[DNAFieldAttribute(0, "bActionGroup", "*next", "bActionGroup", 136)]
[DNAFieldAttribute(0, "bActionGroup", "*next", "bActionGroup", 4, true)]
public bActionGroup ptr_next;
[DNAFieldAttribute(1, "bActionGroup", "*prev", "bActionGroup", 136)]
[DNAFieldAttribute(1, "bActionGroup", "*prev", "bActionGroup", 4, true)]
public bActionGroup ptr_prev;
[DNAFieldAttribute(2, "ListBase", "channels", "ListBase", 16)]
[DNAFieldAttribute(2, "ListBase", "channels", "ListBase", 16, false)]
public ListBase channels;
[DNAFieldAttribute(3, "int", "fcurve_range_start", "int", 4)]
[DNAFieldAttribute(3, "int", "fcurve_range_start", "int", 4, false)]
public int fcurve_range_start;
[DNAFieldAttribute(4, "int", "fcurve_range_length", "int", 4)]
[DNAFieldAttribute(4, "int", "fcurve_range_length", "int", 4, false)]
public int fcurve_range_length;
[DNAFieldAttribute(5, "ActionChannelBag", "*channel_bag", "ActionChannelBag", 32)]
[DNAFieldAttribute(5, "ActionChannelBag", "*channel_bag", "ActionChannelBag", 4, true)]
public ActionChannelBag ptr_channel_bag;
[DNAFieldAttribute(6, "int", "flag", "int", 4)]
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(7, "int", "customCol", "int", 4)]
[DNAFieldAttribute(7, "int", "customCol", "int", 4, false)]
public int customCol;
[DNAFieldAttribute(8, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(9, "ThemeWireColor", "cs", "ThemeWireColor", 16)]
[DNAFieldAttribute(9, "ThemeWireColor", "cs", "ThemeWireColor", 16, false)]
public ThemeWireColor cs;
public bActionGroup() {
this.ptr_next = default;