blender/release/scripts/modules
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
..
bpy fix to allow [#24009] to be fixed. 2010-11-04 12:59:03 +00:00
console bugfix [#24419] Console Autocomplete Error [Patch to fix attached] 2010-10-27 16:47:25 +00:00
extensions_framework extensions_framework: minor string change 2010-10-28 21:20:57 +00:00
add_object_utils.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
animsys_refactor.py nodes were being ignored by api update script. 2010-10-15 11:43:34 +00:00
blend_render_info.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpy_types.py [#24491] not possible to create a new Rendering preset than "add render preset.py" 2010-11-01 21:07:25 +00:00
bpyml_ui.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpyml.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
graphviz_export.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
io_utils.py bugfix [#23945] obj export problems 2010-09-22 13:24:21 +00:00
rna_info.py == rna info == 2010-10-15 13:09:38 +00:00
rna_prop_ui.py use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
sys_info.py * Enable compile and link flags to build info also on Windows and in SCons. 2010-10-19 05:00:36 +00:00