blender/release/scripts/modules/bpy
Campbell Barton 64ff9d6de4 fix to allow [#24009] to be fixed.
WM_operator_poll() could fail in cases WM_operator_name_call() would succeed because calling the operator would setup the context before calling poll.
this would result in python raising an invalid error or menu items being greyed out.

now python can also check with an operator context:
  bpy.ops.object.editmode_toggle.poll('INVOKE_SCREEN')
2010-11-04 12:59:03 +00:00
..
__init__.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
ops.py fix to allow [#24009] to be fixed. 2010-11-04 12:59:03 +00:00
path.py bugfix [#24065] obj export (mtl image path) 2010-10-01 05:19:40 +00:00
utils.py == addons == 2010-10-24 16:01:21 +00:00