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