Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -21,13 +21,13 @@ namespace BlendFile.DNA {
public AssetLibraryReference asset_library_ref;
[DNAFieldAttribute(2, "short", 2, "asset_catalog_visibility", "short", false, 2096)]
public short asset_catalog_visibility;
[DNAFieldAttribute(6, "char", 3, "_pad[6]", "System.Char[]", false, 2098)]
[DNAArrayAttribute(6, "char", 3, "_pad[6]", "System.Char[]", 6, 2098)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(16, "bUUID", 4, "catalog_id", "bUUID", false, 2104)]
public bUUID catalog_id;
[DNAFieldAttribute(2, "short", 5, "import_type", "short", false, 2120)]
public short import_type;
[DNAFieldAttribute(6, "char", 6, "_pad2[6]", "System.Char[]", false, 2122)]
[DNAArrayAttribute(6, "char", 6, "_pad2[6]", "System.Char[]", 6, 2122)]
public char[] _pad2 = new System.Char[6];
public FileAssetSelectParams() {
this.base_params = default;