159 lines
6.9 KiB
C#
159 lines
6.9 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System;
|
|
|
|
|
|
namespace BlendFile.DNA {
|
|
using BlendFile;
|
|
|
|
[DNAClassAttribute(997, "bTheme", 19320)]
|
|
public class bTheme {
|
|
[DNAFieldAttribute(8, "bTheme", 0, "*next", "bTheme", true, 0)]
|
|
public bTheme next;
|
|
[DNAFieldAttribute(8, "bTheme", 1, "*prev", "bTheme", true, 8)]
|
|
public bTheme prev;
|
|
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
|
|
public char[] name = new System.Char[64];
|
|
[DNAArrayAttribute(1024, "char", 3, "filepath[1024]", "System.Char[]", 1024, 80)]
|
|
public char[] filepath = new System.Char[1024];
|
|
[DNAFieldAttribute(976, "ThemeUI", 4, "tui", "ThemeUI", false, 1104)]
|
|
public ThemeUI tui;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 5, "tbuts", "ThemeSpace", false, 2080)]
|
|
public ThemeSpace tbuts;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 6, "tv3d", "ThemeSpace", false, 3016)]
|
|
public ThemeSpace tv3d;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 7, "tfile", "ThemeSpace", false, 3952)]
|
|
public ThemeSpace tfile;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 8, "tipo", "ThemeSpace", false, 4888)]
|
|
public ThemeSpace tipo;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 9, "tinfo", "ThemeSpace", false, 5824)]
|
|
public ThemeSpace tinfo;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 10, "tact", "ThemeSpace", false, 6760)]
|
|
public ThemeSpace tact;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 11, "tnla", "ThemeSpace", false, 7696)]
|
|
public ThemeSpace tnla;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 12, "tseq", "ThemeSpace", false, 8632)]
|
|
public ThemeSpace tseq;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 13, "tima", "ThemeSpace", false, 9568)]
|
|
public ThemeSpace tima;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 14, "text", "ThemeSpace", false, 10504)]
|
|
public ThemeSpace text;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 15, "toops", "ThemeSpace", false, 11440)]
|
|
public ThemeSpace toops;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 16, "tnode", "ThemeSpace", false, 12376)]
|
|
public ThemeSpace tnode;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 17, "tuserpref", "ThemeSpace", false, 13312)]
|
|
public ThemeSpace tuserpref;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 18, "tconsole", "ThemeSpace", false, 14248)]
|
|
public ThemeSpace tconsole;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 19, "tclip", "ThemeSpace", false, 15184)]
|
|
public ThemeSpace tclip;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 20, "ttopbar", "ThemeSpace", false, 16120)]
|
|
public ThemeSpace ttopbar;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 21, "tstatusbar", "ThemeSpace", false, 17056)]
|
|
public ThemeSpace tstatusbar;
|
|
[DNAFieldAttribute(936, "ThemeSpace", 22, "space_spreadsheet", "ThemeSpace", false, 17992)]
|
|
public ThemeSpace space_spreadsheet;
|
|
[DNAArrayAttribute(320, "ThemeWireColor", 23, "tarm[20]", "ThemeWireColor[]", 20, 18928)]
|
|
public ThemeWireColor[] tarm = new ThemeWireColor[20];
|
|
[DNAArrayAttribute(32, "ThemeCollectionColor", 24, "collection_color[8]", "ThemeCollectionColor[]", 8, 19248)]
|
|
public ThemeCollectionColor[] collection_color = new ThemeCollectionColor[8];
|
|
[DNAArrayAttribute(36, "ThemeStripColor", 25, "strip_color[9]", "ThemeStripColor[]", 9, 19280)]
|
|
public ThemeStripColor[] strip_color = new ThemeStripColor[9];
|
|
[DNAFieldAttribute(4, "int", 26, "active_theme_area", "int", false, 19316)]
|
|
public int active_theme_area;
|
|
public bTheme() {
|
|
this.next = default;
|
|
this.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 next,
|
|
bTheme prev,
|
|
char[] name,
|
|
char[] filepath,
|
|
ThemeUI tui,
|
|
ThemeSpace tbuts,
|
|
ThemeSpace tv3d,
|
|
ThemeSpace tfile,
|
|
ThemeSpace tipo,
|
|
ThemeSpace tinfo,
|
|
ThemeSpace tact,
|
|
ThemeSpace tnla,
|
|
ThemeSpace tseq,
|
|
ThemeSpace tima,
|
|
ThemeSpace text,
|
|
ThemeSpace toops,
|
|
ThemeSpace tnode,
|
|
ThemeSpace tuserpref,
|
|
ThemeSpace tconsole,
|
|
ThemeSpace tclip,
|
|
ThemeSpace ttopbar,
|
|
ThemeSpace tstatusbar,
|
|
ThemeSpace space_spreadsheet,
|
|
ThemeWireColor[] tarm,
|
|
ThemeCollectionColor[] collection_color,
|
|
ThemeStripColor[] strip_color,
|
|
int active_theme_area) {
|
|
this.next = next;
|
|
this.prev = prev;
|
|
this.name = name;
|
|
this.filepath = filepath;
|
|
this.tui = tui;
|
|
this.tbuts = tbuts;
|
|
this.tv3d = tv3d;
|
|
this.tfile = tfile;
|
|
this.tipo = tipo;
|
|
this.tinfo = tinfo;
|
|
this.tact = tact;
|
|
this.tnla = tnla;
|
|
this.tseq = tseq;
|
|
this.tima = tima;
|
|
this.text = text;
|
|
this.toops = toops;
|
|
this.tnode = tnode;
|
|
this.tuserpref = tuserpref;
|
|
this.tconsole = tconsole;
|
|
this.tclip = tclip;
|
|
this.ttopbar = ttopbar;
|
|
this.tstatusbar = tstatusbar;
|
|
this.space_spreadsheet = space_spreadsheet;
|
|
this.tarm = tarm;
|
|
this.collection_color = collection_color;
|
|
this.strip_color = strip_color;
|
|
this.active_theme_area = active_theme_area;
|
|
}
|
|
}
|
|
}
|