blender/release/scripts
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
..
io/netrender netrender 2010-10-27 18:24:58 +00:00
keyingsets bugfix [#23795] Insert Visual Loc/Rot Keyframe of Armature Bones Broken 2010-09-23 08:15:53 +00:00
modules fix to allow [#24009] to be fixed. 2010-11-04 12:59:03 +00:00
op patch [#24496] Fix for exporting animations to OBJ format. 2010-11-02 04:12:00 +00:00
presets This fixes HDV render presets: 2010-10-16 19:29:48 +00:00
templates update for gamelogic templates 2010-10-11 22:25:28 +00:00
ui bugfix [#24392] 2d Image paint editor: no clone/smear/soften tools etc 2010-11-02 22:04:41 +00:00