I get an error when I activate the quicktools addon in Blender 2.69. Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender\2.69\scripts\modules\addon_utils.py", line 298, in enable mod = **import**(module_name) File "C:\Users\Mark\AppData\Roaming\Blender Foundation\Blender\2.69\scripts\addons\quicktools__init__.py", line 28, in <module> from . import quick_operators, quick_object_mode, quick_edit_mode, quick_sculpt_mode, quick_mode_switch, quick_scene ImportError: cannot import name quick_operators
I get an error when I activate the quicktools addon in Blender 2.69.
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\2.69\scripts\modules\addon_utils.py", line 298, in enable
mod = import(module_name)
File "C:\Users\Mark\AppData\Roaming\Blender Foundation\Blender\2.69\scripts\addons\quicktools__init__.py", line 28, in
from . import quick_operators, quick_object_mode, quick_edit_mode, quick_sculpt_mode, quick_mode_switch, quick_scene
ImportError: cannot import name quick_operators