Regenerated all the files
This commit is contained in:
@@ -11,17 +11,28 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class bActionGroup {
|
||||
[DNAFieldAttribute(0, "bActionGroup", "*next", 136)]
|
||||
public bActionGroup ptr_next;
|
||||
[DNAFieldAttribute(1, "bActionGroup", "*prev", 136)]
|
||||
public bActionGroup ptr_prev;
|
||||
[DNAFieldAttribute(2, "ListBase", "channels", 16)]
|
||||
public ListBase channels;
|
||||
[DNAFieldAttribute(3, "int", "fcurve_range_start", 4)]
|
||||
public int fcurve_range_start;
|
||||
[DNAFieldAttribute(4, "int", "fcurve_range_length", 4)]
|
||||
public int fcurve_range_length;
|
||||
[DNAFieldAttribute(5, "ActionChannelBag", "*channel_bag", 32)]
|
||||
public ActionChannelBag ptr_channel_bag;
|
||||
[DNAFieldAttribute(6, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(7, "int", "customCol", 4)]
|
||||
public int customCol;
|
||||
[DNAFieldAttribute(8, "char", "name[64]", 1)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(9, "ThemeWireColor", "cs", 16)]
|
||||
public ThemeWireColor cs;
|
||||
public bActionGroup(bActionGroup ptr_next, bActionGroup ptr_prev, ListBase channels, int fcurve_range_start, int fcurve_range_length, ActionChannelBag ptr_channel_bag, int flag, int customCol, char[] name, ThemeWireColor cs) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user