Regenerated all the files
This commit is contained in:
@@ -11,14 +11,22 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class IDOverrideLibrary {
|
||||
[DNAFieldAttribute(0, "ID", "*reference", 208)]
|
||||
public ID ptr_reference;
|
||||
[DNAFieldAttribute(1, "ListBase", "properties", 16)]
|
||||
public ListBase properties;
|
||||
[DNAFieldAttribute(2, "ID", "*hierarchy_root", 208)]
|
||||
public ID ptr_hierarchy_root;
|
||||
[DNAFieldAttribute(3, "ID", "*storage", 208)]
|
||||
public ID ptr_storage;
|
||||
[DNAFieldAttribute(4, "IDOverrideLibraryRuntime", "*runtime", 0)]
|
||||
public IDOverrideLibraryRuntime ptr_runtime;
|
||||
[DNAFieldAttribute(5, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(6, "char", "_pad_1[4]", 1)]
|
||||
public char[] _pad_1 = new System.Char[4];
|
||||
public IDOverrideLibrary(ID ptr_reference, ListBase properties, ID ptr_hierarchy_root, ID ptr_storage, IDOverrideLibraryRuntime ptr_runtime, int flag, char[] _pad_1) {
|
||||
this.ptr_reference = ptr_reference;
|
||||
|
||||
Reference in New Issue
Block a user