regenerated files
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(28, "IDOverrideLibraryProperty")]
|
||||
public class IDOverrideLibraryProperty {
|
||||
[DNAFieldAttribute(0, "IDOverrideLibraryProperty", "*next", "IDOverrideLibraryProperty", 48)]
|
||||
[DNAFieldAttribute(0, "IDOverrideLibraryProperty", "*next", "IDOverrideLibraryProperty", 4, true)]
|
||||
public IDOverrideLibraryProperty ptr_next;
|
||||
[DNAFieldAttribute(1, "IDOverrideLibraryProperty", "*prev", "IDOverrideLibraryProperty", 48)]
|
||||
[DNAFieldAttribute(1, "IDOverrideLibraryProperty", "*prev", "IDOverrideLibraryProperty", 4, true)]
|
||||
public IDOverrideLibraryProperty ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "*rna_path", "char", 1)]
|
||||
[DNAFieldAttribute(2, "char", "*rna_path", "char", 4, true)]
|
||||
public char ptr_rna_path;
|
||||
[DNAFieldAttribute(3, "ListBase", "operations", "ListBase", 16)]
|
||||
[DNAFieldAttribute(3, "ListBase", "operations", "ListBase", 16, false)]
|
||||
public ListBase operations;
|
||||
[DNAFieldAttribute(4, "short", "tag", "short", 2)]
|
||||
[DNAFieldAttribute(4, "short", "tag", "short", 2, false)]
|
||||
public short tag;
|
||||
[DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(6, "int", "rna_prop_type", "int", 4)]
|
||||
[DNAFieldAttribute(6, "int", "rna_prop_type", "int", 4, false)]
|
||||
public int rna_prop_type;
|
||||
public IDOverrideLibraryProperty() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user