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,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(946, "wmOperator")]
public class wmOperator {
[DNAFieldAttribute(0, "wmOperator", "*next", "wmOperator", 168)]
[DNAFieldAttribute(0, "wmOperator", "*next", "wmOperator", 4, true)]
public wmOperator ptr_next;
[DNAFieldAttribute(1, "wmOperator", "*prev", "wmOperator", 168)]
[DNAFieldAttribute(1, "wmOperator", "*prev", "wmOperator", 4, true)]
public wmOperator ptr_prev;
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 64, false)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(3, "IDProperty", "*properties", "IDProperty", 136)]
[DNAFieldAttribute(3, "IDProperty", "*properties", "IDProperty", 4, true)]
public IDProperty ptr_properties;
[DNAFieldAttribute(4, "wmOperatorType", "*type", "wmOperatorType", 0)]
[DNAFieldAttribute(4, "wmOperatorType", "*type", "wmOperatorType", 4, true)]
public wmOperatorType ptr_type;
[DNAFieldAttribute(5, "void", "*customdata", "void", 0)]
[DNAFieldAttribute(5, "void", "*customdata", "void", 4, true)]
public object ptr_customdata;
[DNAFieldAttribute(6, "void", "*py_instance", "void", 0)]
[DNAFieldAttribute(6, "void", "*py_instance", "void", 4, true)]
public object ptr_py_instance;
[DNAFieldAttribute(7, "PointerRNA", "*ptr", "PointerRNA", 0)]
[DNAFieldAttribute(7, "PointerRNA", "*ptr", "PointerRNA", 4, true)]
public PointerRNA ptr_ptr;
[DNAFieldAttribute(8, "ReportList", "*reports", "ReportList", 48)]
[DNAFieldAttribute(8, "ReportList", "*reports", "ReportList", 4, true)]
public ReportList ptr_reports;
[DNAFieldAttribute(9, "ListBase", "macro", "ListBase", 16)]
[DNAFieldAttribute(9, "ListBase", "macro", "ListBase", 16, false)]
public ListBase macro;
[DNAFieldAttribute(10, "wmOperator", "*opm", "wmOperator", 168)]
[DNAFieldAttribute(10, "wmOperator", "*opm", "wmOperator", 4, true)]
public wmOperator ptr_opm;
[DNAFieldAttribute(11, "uiLayout", "*layout", "uiLayout", 0)]
[DNAFieldAttribute(11, "uiLayout", "*layout", "uiLayout", 4, true)]
public uiLayout ptr_layout;
[DNAFieldAttribute(12, "short", "flag", "short", 2)]
[DNAFieldAttribute(12, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 1)]
[DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 6, false)]
public char[] _pad = new System.Char[6];
public wmOperator() {
this.ptr_next = default;