Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/modules/bl_i18n_utils/utils.py
| Context not available. | |||||
| try: | try: | ||||
| import bpy | import bpy | ||||
| except ModuleNotFoundError: | except ModuleNotFoundError: | ||||
| print("Could not import bpy, find_best_messages_matches must be run from whithin Blender.") | print("Could not import bpy, find_best_messages_matches must be run from within Blender.") | ||||
| return | return | ||||
| # Build helper mappings. | # Build helper mappings. | ||||
| Context not available. | |||||