regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(28, "IDOverrideLibraryProperty")]
public class IDOverrideLibraryProperty {
[DNAFieldAttribute(0, "IDOverrideLibraryProperty", "*next", 48)]
[DNAFieldAttribute(0, "IDOverrideLibraryProperty", "*next", "IDOverrideLibraryProperty", 48)]
public IDOverrideLibraryProperty ptr_next;
[DNAFieldAttribute(1, "IDOverrideLibraryProperty", "*prev", 48)]
[DNAFieldAttribute(1, "IDOverrideLibraryProperty", "*prev", "IDOverrideLibraryProperty", 48)]
public IDOverrideLibraryProperty ptr_prev;
[DNAFieldAttribute(2, "char", "*rna_path", 1)]
[DNAFieldAttribute(2, "char", "*rna_path", "char", 1)]
public char ptr_rna_path;
[DNAFieldAttribute(3, "ListBase", "operations", 16)]
[DNAFieldAttribute(3, "ListBase", "operations", "ListBase", 16)]
public ListBase operations;
[DNAFieldAttribute(4, "short", "tag", 2)]
[DNAFieldAttribute(4, "short", "tag", "short", 2)]
public short tag;
[DNAFieldAttribute(5, "char", "_pad[2]", 1)]
[DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(6, "int", "rna_prop_type", 4)]
[DNAFieldAttribute(6, "int", "rna_prop_type", "int", 4)]
public int rna_prop_type;
public IDOverrideLibraryProperty() {
this.ptr_next = default;