regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(26, "IDOverrideLibraryPropertyOperation")]
|
||||
[DNAClassAttribute(26, "IDOverrideLibraryPropertyOperation", 64)]
|
||||
public class IDOverrideLibraryPropertyOperation {
|
||||
[DNAFieldAttribute(0, "IDOverrideLibraryPropertyOperation", "*next", "IDOverrideLibraryPropertyOperation", 4, true)]
|
||||
[DNAFieldAttribute(0, "IDOverrideLibraryPropertyOperation", "*next", "IDOverrideLibraryPropertyOperation", 8, true)]
|
||||
public IDOverrideLibraryPropertyOperation ptr_next;
|
||||
[DNAFieldAttribute(1, "IDOverrideLibraryPropertyOperation", "*prev", "IDOverrideLibraryPropertyOperation", 4, true)]
|
||||
[DNAFieldAttribute(1, "IDOverrideLibraryPropertyOperation", "*prev", "IDOverrideLibraryPropertyOperation", 8, true)]
|
||||
public IDOverrideLibraryPropertyOperation ptr_prev;
|
||||
[DNAFieldAttribute(2, "short", "operation", "short", 2, false)]
|
||||
public short operation;
|
||||
@@ -27,17 +27,17 @@ namespace BlendFile.DNA {
|
||||
public short tag;
|
||||
[DNAFieldAttribute(5, "char", "_pad0[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
[DNAFieldAttribute(6, "char", "*subitem_reference_name", "char", 4, true)]
|
||||
[DNAFieldAttribute(6, "char", "*subitem_reference_name", "char", 8, true)]
|
||||
public char ptr_subitem_reference_name;
|
||||
[DNAFieldAttribute(7, "char", "*subitem_local_name", "char", 4, true)]
|
||||
[DNAFieldAttribute(7, "char", "*subitem_local_name", "char", 8, true)]
|
||||
public char ptr_subitem_local_name;
|
||||
[DNAFieldAttribute(8, "int", "subitem_reference_index", "int", 4, false)]
|
||||
public int subitem_reference_index;
|
||||
[DNAFieldAttribute(9, "int", "subitem_local_index", "int", 4, false)]
|
||||
public int subitem_local_index;
|
||||
[DNAFieldAttribute(10, "ID", "*subitem_reference_id", "ID", 4, true)]
|
||||
[DNAFieldAttribute(10, "ID", "*subitem_reference_id", "ID", 8, true)]
|
||||
public ID ptr_subitem_reference_id;
|
||||
[DNAFieldAttribute(11, "ID", "*subitem_local_id", "ID", 4, true)]
|
||||
[DNAFieldAttribute(11, "ID", "*subitem_local_id", "ID", 8, true)]
|
||||
public ID ptr_subitem_local_id;
|
||||
public IDOverrideLibraryPropertyOperation() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user