Skip to content

Allow to disable get_global_ut_hits_tool by property

Andre Gunther requested to merge gunther_toolsWithConditions into master

Using the new ToolBinder functionality has the side effect that the tool (really the ToolHandle) cannot be disabled by passing None via DISABLE_TOOL. This is fixed by using a Property of the tool to switch it off.

Goes with Rec!2660 (merged)

Edited by Andre Gunther

Merge request reports