Smart Slice. It defines 2 tools here. You can see some demos in their website.
In any case, it looks like setting up 2 stages is not an option. For whoever ends up here in the future with the same question, here's the alternative approach I've implemented:
I've added a QML switch to select between two modes. When toggled, I fetch all SceneNodes in the scene and show/hide the appropriate ones using setVisible() and setEnabled(). It seems to work for now, but there are still some issues (e.g. SceneNodes remain hidden when changing back to Prepare stage).
Recommended Posts
ahoeben 2,026
As far as I know, a plugin can define only a single tool and a single stage.
What other plugin was that?
Link to post
Share on other sites