Cleanup: format

This commit is contained in:
Chris Blackbourn
2023-04-26 10:37:41 +12:00
parent ae57d86d42
commit 838b258b22
2 changed files with 1 additions and 4 deletions

View File

@@ -126,7 +126,6 @@ typedef enum eAssetImportMethod {
ASSET_IMPORT_APPEND_REUSE = 2,
} eAssetImportMethod;
typedef enum eAssetLibrary_Flag {
ASSET_LIBRARY_RELATIVE_PATH = (1 << 0),
} eAssetLibrary_Flag;

View File

@@ -6262,9 +6262,7 @@ static void rna_def_userdef_filepaths_asset_library(BlenderRNA *brna)
prop = RNA_def_property(srna, "use_relative_path", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", ASSET_LIBRARY_RELATIVE_PATH);
RNA_def_property_ui_text(
prop,
"Relative Path",
"Use relative path when linking assets from this asset library");
prop, "Relative Path", "Use relative path when linking assets from this asset library");
}
static void rna_def_userdef_script_directory(BlenderRNA *brna)