minor adjustment to vertex color baking, tag the meshes directly, no need to do via the objects.

This commit is contained in:
Campbell Barton
2013-04-29 00:49:44 +00:00
parent 838a601a71
commit f239d2e751
2 changed files with 7 additions and 10 deletions

View File

@@ -420,8 +420,8 @@ if(NOT WITH_BOOST)
macro(set_and_warn
_setting _val)
if(${${_setting}})
message(STATUS "'WITH_BOOST' is disabled: forceing 'set(${_setting} ${_val})'")
endif()
message(STATUS "'WITH_BOOST' is disabled: forceing 'set(${_setting} ${_val})'")
endif()
set(${_setting} ${_val})
endmacro()