Changeset View
Changeset View
Standalone View
Standalone View
rigify/metarig_menu.py
| Context not available. | |||||
| module_name = f[:-3] | module_name = f[:-3] | ||||
| try: | try: | ||||
| metarigs += [utils.get_metarig_module(module_name)] | metarigs += [utils.get_metarig_module(module_name)] | ||||
| except (ImportError): | except ImportError: | ||||
| pass | pass | ||||
| return metarigs | return metarigs | ||||
| Context not available. | |||||