Play It Again Plugin Sketchup Review
The plugin taps into SketchUp’s Ruby API and its native Observer classes (e.g., ToolObserver , SelectionObserver ) to listen for user events. When recording is active, each event is serialized into a lightweight command object—storing the tool ID, input point coordinates (relative to current context), modifier keys, and timing delay between actions. On playback, the plugin re-injects these events into SketchUp’s event queue, respecting the original timing or running at maximum speed if configured.
While SketchUp includes native repetition tools (like the * key to repeat the last command), Play It Again extends this capability by saving multi-step workflows for later reuse, even across different SketchUp sessions. play it again plugin sketchup
: If it doesn't appear after installation, check View > Toolbars or look specifically in the right-click context menu of a component. The plugin taps into SketchUp’s Ruby API and