Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,20 +14,20 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(941, "FileAssetSelectParams", 2128)]
public struct FileAssetSelectParams {
[DNAFieldAttribute(0, "FileSelectParams", "base_params", "FileSelectParams", 2088, false, 0)]
public class FileAssetSelectParams {
[DNAFieldAttribute(2088, "FileSelectParams", 0, "base_params", "FileSelectParams", false, 0)]
public FileSelectParams base_params;
[DNAFieldAttribute(1, "AssetLibraryReference", "asset_library_ref", "AssetLibraryReference", 8, false, 2088)]
[DNAFieldAttribute(8, "AssetLibraryReference", 1, "asset_library_ref", "AssetLibraryReference", false, 2088)]
public AssetLibraryReference asset_library_ref;
[DNAFieldAttribute(2, "short", "asset_catalog_visibility", "short", 2, false, 2096)]
[DNAFieldAttribute(2, "short", 2, "asset_catalog_visibility", "short", false, 2096)]
public short asset_catalog_visibility;
[DNAFieldAttribute(3, "char", "_pad[6]", "System.Char[]", 6, false, 2098)]
[DNAFieldAttribute(6, "char", 3, "_pad[6]", "System.Char[]", false, 2098)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(4, "bUUID", "catalog_id", "bUUID", 16, false, 2104)]
[DNAFieldAttribute(16, "bUUID", 4, "catalog_id", "bUUID", false, 2104)]
public bUUID catalog_id;
[DNAFieldAttribute(5, "short", "import_type", "short", 2, false, 2120)]
[DNAFieldAttribute(2, "short", 5, "import_type", "short", false, 2120)]
public short import_type;
[DNAFieldAttribute(6, "char", "_pad2[6]", "System.Char[]", 6, false, 2122)]
[DNAFieldAttribute(6, "char", 6, "_pad2[6]", "System.Char[]", false, 2122)]
public char[] _pad2 = new System.Char[6];
public FileAssetSelectParams() {
this.base_params = default;