Skip to content

Commit

Permalink
Enable the transfer function charts by default
Browse files Browse the repository at this point in the history
New API for the transfer function charst has been backported into VTK.
  • Loading branch information
finetjul committed Oct 18, 2011
1 parent da5cafe commit 29201c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeExternals/VTK.cmake
Expand Up @@ -31,7 +31,7 @@ IF(${add_project} OR CTK_LIB_Scripting/Python/Core_PYTHONQT_USE_VTK)

IF(NOT DEFINED VTK_DIR)

SET(revision_tag 0e6c2a52501efab53e1c4d74910bcb1155245e1b)
SET(revision_tag 4b419e67427e974b51ea0812bae25b174426a2ff)
IF(${proj}_REVISION_TAG)
SET(revision_tag ${${proj}_REVISION_TAG})
ENDIF()
Expand Down
2 changes: 1 addition & 1 deletion Libs/Visualization/VTK/Widgets/ctk_library_options.cmake
Expand Up @@ -6,5 +6,5 @@
#

SET(ctk_library_options
USE_TRANSFER_FUNCTION_CHARTS:OFF
USE_TRANSFER_FUNCTION_CHARTS:ON
)

0 comments on commit 29201c2

Please sign in to comment.