ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
Request: Smarter Menu APIs for SketchUp Plugins
-
Has anyone explored making plugin menus more dynamic in SketchUp? For example, showing options only when certain tools or objects are active. Could a smarter menu API reduce clutter and improve workflows?
-
Absolutely, but SketchUp does not have a object and edit mode to define what should and shouldn't display. It is context based so there is an element of 'intelligence'.
You are always constrained to what is exposed via the API. If you look at Vertex Tools it parks the native commands while it is operating and exposes a suite of context options that are limited to the tools function only.
So having something that works globally in a SketchUp environment and considers whatever custom installs the user has would be a challenge.
Advertisement