committed by
Yorik van Havre
parent
df9cf537af
commit
e3ec5b5f90
@@ -56,4 +56,4 @@ template<> const char* App::MaterialObjectPython::getViewProviderName(void) cons
|
||||
|
||||
// explicit template instantiation
|
||||
template class AppExport FeaturePythonT<App::MaterialObject>;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -261,7 +261,7 @@ class _MechanicalMaterialTaskPanel:
|
||||
|
||||
use_mat_from_custom_dir = self.fem_preferences.GetBool("UseMaterialsFromCustomDir", True)
|
||||
if use_mat_from_custom_dir:
|
||||
custom_mat_dir = self.fem_preferences.GetString("CustomMaterialsDir","")
|
||||
custom_mat_dir = self.fem_preferences.GetString("CustomMaterialsDir", "")
|
||||
self.add_mat_dir(custom_mat_dir, ":/icons/user.svg")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user