When I switch to the Maya preset interface, everything is fine until I go to select a bone in Pose Mode. Then I get the following error:
Traceback (most recent call last): File “blender-2.67-windows64\2.67\scripts\startup\bl_operators\view3d.py”, line 158, in invoke
bpy.ops.object.select_all(action=‘DESELECT’)
File “blender-2.67-windows64\2.67\scripts\modules\bpy\ops.py”, line 188, in __call__ret = op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.object.select_all.poll() failed, context is incorrect
Any ideas how to fix that? Is this a known bug?
mykyl66
(mykyl66)
May 8, 2013, 8:47am
2
When I switch to the Maya preset interface, everything is fine until I go to select a bone in Pose Mode. Then I get the following error:
Traceback (most recent call last): File “blender-2.67-windows64\2.67\scripts\startup\bl_operators\view3d.py”, line 158, in invoke
bpy.ops.object.select_all(action=‘DESELECT’)
File “blender-2.67-windows64\2.67\scripts\modules\bpy\ops.py”, line 188, in __call__ret = op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.object.select_all.poll() failed, context is incorrect
[ATTACH=CONFIG]232966[/ATTACH]
Any ideas how to fix that? Is this a known bug?
Same error here for me. Worked fine in 2.66. Other little niggles as well like opening a node view does not automatically have nodes viewable until you tick “use nodes”. That confused me for a bit as I am trying to learn Blender.
M
Thanks for the confirmation, mykyl66. I guess maybe we need to file a bug report…
mykyl66
(mykyl66)
May 9, 2013, 5:34am
4
Where do bugs get reported?
Thanks
Mike
I reported the bug, but the Blender Devs were already ahead of me. It was fixed yesterday.
The fix is in Build: r56680.
You can get it here: [http://builder.blender.org/download/ ](http://Blender Downloads)
mykyl66
(mykyl66)
May 11, 2013, 1:30pm
6
Excellent. Thank you. Giving it a go.