regenerated files
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(862, "bToolRef")]
|
||||
public class bToolRef {
|
||||
[DNAFieldAttribute(0, "bToolRef", "*next", 168)]
|
||||
[DNAFieldAttribute(0, "bToolRef", "*next", "bToolRef", 168)]
|
||||
public bToolRef ptr_next;
|
||||
[DNAFieldAttribute(1, "bToolRef", "*prev", 168)]
|
||||
[DNAFieldAttribute(1, "bToolRef", "*prev", "bToolRef", 168)]
|
||||
public bToolRef ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "idname[64]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 1)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "idname_fallback[64]", 1)]
|
||||
[DNAFieldAttribute(3, "char", "idname_fallback[64]", "System.Char[]", 1)]
|
||||
public char[] idname_fallback = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "short", "tag", 2)]
|
||||
[DNAFieldAttribute(4, "short", "tag", "short", 2)]
|
||||
public short tag;
|
||||
[DNAFieldAttribute(5, "short", "space_type", 2)]
|
||||
[DNAFieldAttribute(5, "short", "space_type", "short", 2)]
|
||||
public short space_type;
|
||||
[DNAFieldAttribute(6, "int", "mode", 4)]
|
||||
[DNAFieldAttribute(6, "int", "mode", "int", 4)]
|
||||
public int mode;
|
||||
[DNAFieldAttribute(7, "IDProperty", "*properties", 136)]
|
||||
[DNAFieldAttribute(7, "IDProperty", "*properties", "IDProperty", 136)]
|
||||
public IDProperty ptr_properties;
|
||||
[DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", 0)]
|
||||
[DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", "bToolRef_Runtime", 0)]
|
||||
public bToolRef_Runtime ptr_runtime;
|
||||
public bToolRef() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user