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

@@ -51,6 +51,26 @@ namespace BlendFile.DNA {
public short panelouter;
[DNAFieldAttribute(17, "char", "_pad0[2]", 1)]
public char[] _pad0 = new System.Char[2];
public uiStyle() {
this.ptr_next = default;
this.ptr_prev = default;
this.name = default;
this.paneltitle = default;
this.grouplabel = default;
this.widget = default;
this.tooltip = default;
this.panelzoom = default;
this.minlabelchars = default;
this.minwidgetchars = default;
this.columnspace = default;
this.templatespace = default;
this.boxspace = default;
this.buttonspacex = default;
this.buttonspacey = default;
this.panelspace = default;
this.panelouter = default;
this._pad0 = default;
}
public uiStyle(
uiStyle ptr_next,
uiStyle ptr_prev,