Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -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,