regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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