Assets/BPY: Remove unused catalog path RNA/BPY type
This was used internally only until 2fbf206491 and was planned for
removal in 5.0, see blender/blender#122330.
This commit is contained in:
@@ -677,12 +677,6 @@ static void rna_def_asset_representation(BlenderRNA *brna)
|
||||
"of the asset inside the file");
|
||||
}
|
||||
|
||||
static void rna_def_asset_catalog_path(BlenderRNA *brna)
|
||||
{
|
||||
StructRNA *srna = RNA_def_struct(brna, "AssetCatalogPath", nullptr);
|
||||
RNA_def_struct_ui_text(srna, "Catalog Path", "");
|
||||
}
|
||||
|
||||
static void rna_def_asset_library_reference(BlenderRNA *brna)
|
||||
{
|
||||
StructRNA *srna = RNA_def_struct(brna, "AssetLibraryReference", nullptr);
|
||||
@@ -728,7 +722,6 @@ void RNA_def_asset(BlenderRNA *brna)
|
||||
rna_def_asset_data(brna);
|
||||
rna_def_asset_library_reference(brna);
|
||||
rna_def_asset_representation(brna);
|
||||
rna_def_asset_catalog_path(brna);
|
||||
rna_def_asset_weak_reference(brna);
|
||||
|
||||
RNA_define_animate_sdna(true);
|
||||
|
||||
Reference in New Issue
Block a user