setSimulationEnabled(enabled)
Call hou.setSimulationEnabled(True)
to enable simulation updates or hou.setSimulationEnabled(False)
to disable them. The user can choose to disable simulation updates to improve interactivity using the simulation menu in the bottom right corner of the main window. This function lets you set the state of that menu item programmatically. Use hou.simulationEnabled() to check whether simulation updates are currently enabled.
See also |