Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -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;