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,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(25, "IDProperty")]
public class IDProperty {
[DNAFieldAttribute(0, "IDProperty", "*next", "IDProperty", 136)]
[DNAFieldAttribute(0, "IDProperty", "*next", "IDProperty", 4, true)]
public IDProperty ptr_next;
[DNAFieldAttribute(1, "IDProperty", "*prev", "IDProperty", 136)]
[DNAFieldAttribute(1, "IDProperty", "*prev", "IDProperty", 4, true)]
public IDProperty ptr_prev;
[DNAFieldAttribute(2, "char", "type", "char", 1)]
[DNAFieldAttribute(2, "char", "type", "char", 1, false)]
public char type;
[DNAFieldAttribute(3, "char", "subtype", "char", 1)]
[DNAFieldAttribute(3, "char", "subtype", "char", 1, false)]
public char subtype;
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 4, false)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(7, "IDPropertyData", "data", "IDPropertyData", 32)]
[DNAFieldAttribute(7, "IDPropertyData", "data", "IDPropertyData", 32, false)]
public IDPropertyData data;
[DNAFieldAttribute(8, "int", "len", "int", 4)]
[DNAFieldAttribute(8, "int", "len", "int", 4, false)]
public int len;
[DNAFieldAttribute(9, "int", "totallen", "int", 4)]
[DNAFieldAttribute(9, "int", "totallen", "int", 4, false)]
public int totallen;
[DNAFieldAttribute(10, "IDPropertyUIData", "*ui_data", "IDPropertyUIData", 16)]
[DNAFieldAttribute(10, "IDPropertyUIData", "*ui_data", "IDPropertyUIData", 4, true)]
public IDPropertyUIData ptr_ui_data;
public IDProperty() {
this.ptr_next = default;