regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(849, "LayoutPanelState")]
public class LayoutPanelState {
[DNAFieldAttribute(0, "LayoutPanelState", "*next", "LayoutPanelState", 32)]
[DNAFieldAttribute(0, "LayoutPanelState", "*next", "LayoutPanelState", 4, true)]
public LayoutPanelState ptr_next;
[DNAFieldAttribute(1, "LayoutPanelState", "*prev", "LayoutPanelState", 32)]
[DNAFieldAttribute(1, "LayoutPanelState", "*prev", "LayoutPanelState", 4, true)]
public LayoutPanelState ptr_prev;
[DNAFieldAttribute(2, "char", "*idname", "char", 1)]
[DNAFieldAttribute(2, "char", "*idname", "char", 4, true)]
public char ptr_idname;
[DNAFieldAttribute(3, "uchar", "flag", "uchar", 1)]
[DNAFieldAttribute(3, "uchar", "flag", "uchar", 1, false)]
public byte flag;
[DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 7, false)]
public char[] _pad = new System.Char[7];
public LayoutPanelState() {
this.ptr_next = default;