regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1005, "bUserAssetLibrary")]
public class bUserAssetLibrary {
[DNAFieldAttribute(0, "bUserAssetLibrary", "*next", "bUserAssetLibrary", 1112)]
[DNAFieldAttribute(0, "bUserAssetLibrary", "*next", "bUserAssetLibrary", 4, true)]
public bUserAssetLibrary ptr_next;
[DNAFieldAttribute(1, "bUserAssetLibrary", "*prev", "bUserAssetLibrary", 1112)]
[DNAFieldAttribute(1, "bUserAssetLibrary", "*prev", "bUserAssetLibrary", 4, true)]
public bUserAssetLibrary ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "char", "path[1024]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "path[1024]", "System.Char[]", 1024, false)]
public char[] path = new System.Char[1024];
[DNAFieldAttribute(4, "short", "import_method", "short", 2)]
[DNAFieldAttribute(4, "short", "import_method", "short", 2, false)]
public short import_method;
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
[DNAFieldAttribute(5, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 4, false)]
public char[] _pad0 = new System.Char[4];
public bUserAssetLibrary() {
this.ptr_next = default;