Generated new code and added initial data handling
This commit is contained in:
@@ -35,6 +35,18 @@ namespace BlendFile.DNA {
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(9, "ThemeWireColor", "cs", 16)]
|
||||
public ThemeWireColor cs;
|
||||
public bActionGroup() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.channels = default;
|
||||
this.fcurve_range_start = default;
|
||||
this.fcurve_range_length = default;
|
||||
this.ptr_channel_bag = default;
|
||||
this.flag = default;
|
||||
this.customCol = default;
|
||||
this.name = default;
|
||||
this.cs = default;
|
||||
}
|
||||
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;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user