Message 1 of 3
Toggle selection on and off with Show/End result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've put together a simple script that (in this case) toggles a mesh smooth modifier and hides the edges.
showEndResult = not showEndResult
actionMan.executeAction 0 "369"
When the showEndResult is true, however, the vertices are still there. Is there a way to hide these when it's true and enable the latest selection again when showEndResult is false?
Script is binded to my TAB key when toggling: