Go to file
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
build_files Add PREFIX support to makefiles. 2010-11-01 23:17:58 +00:00
doc == blender file format == 2010-11-01 13:27:33 +00:00
extern Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with -Werror in their CMAKE_C_FLAGS_DEBUG (so all warnings give errors). 2010-10-24 03:57:07 +00:00
intern Add PREFIX support to makefiles. 2010-11-01 23:17:58 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
release fix to allow [#24009] to be fixed. 2010-11-04 12:59:03 +00:00
source fix to allow [#24009] to be fixed. 2010-11-04 12:59:03 +00:00
CMakeLists.txt bugfix [#24518] Blender wont compile with -Wall -Werror and COLLADA support 2010-11-03 22:44:39 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Make sure plugins/ goes under shortversion/ dir 2010-10-26 22:13:37 +00:00