bugfix [#24231] outliner not refreshed correctly

also made world changes only redraw the 3d view if 'Render Only' option is set.
This commit is contained in:
Campbell Barton
2010-10-13 01:10:56 +00:00
parent 118e0426f1
commit 9347dd04a3
6 changed files with 35 additions and 13 deletions

View File

@@ -128,7 +128,7 @@ ENDIF(APPLE)
IF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
MESSAGE("WARNING: WITH_PLAYER needs WITH_GAMEENGINE")
MESSAGE(FATAL_ERROR "WITH_PLAYER needs WITH_GAMEENGINE")
ENDIF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
IF(NOT WITH_INSTALL AND WITH_PYTHON_INSTALL)
@@ -334,7 +334,7 @@ IF(WIN32)
# Setup 64bit and 64bit windows systems
IF(CMAKE_CL_64)
message("64 bit compiler detected.")
MESSAGE("64 bit compiler detected.")
SET(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/win64)
ENDIF(CMAKE_CL_64)