Generated new code and added initial data handling
This commit is contained in:
@@ -69,6 +69,35 @@ namespace BlendFile.DNA {
|
||||
public ThemeStripColor[] strip_color = new ThemeStripColor[9];
|
||||
[DNAFieldAttribute(26, "int", "active_theme_area", 4)]
|
||||
public int active_theme_area;
|
||||
public bTheme() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.name = default;
|
||||
this.filepath = default;
|
||||
this.tui = default;
|
||||
this.tbuts = default;
|
||||
this.tv3d = default;
|
||||
this.tfile = default;
|
||||
this.tipo = default;
|
||||
this.tinfo = default;
|
||||
this.tact = default;
|
||||
this.tnla = default;
|
||||
this.tseq = default;
|
||||
this.tima = default;
|
||||
this.text = default;
|
||||
this.toops = default;
|
||||
this.tnode = default;
|
||||
this.tuserpref = default;
|
||||
this.tconsole = default;
|
||||
this.tclip = default;
|
||||
this.ttopbar = default;
|
||||
this.tstatusbar = default;
|
||||
this.space_spreadsheet = default;
|
||||
this.tarm = default;
|
||||
this.collection_color = default;
|
||||
this.strip_color = default;
|
||||
this.active_theme_area = default;
|
||||
}
|
||||
public bTheme(
|
||||
bTheme ptr_next,
|
||||
bTheme ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user