api-issue-tracker icon indicating copy to clipboard operation
api-issue-tracker copied to clipboard

Public issue tracker for the SketchUp and LayOut's APIs

Results 182 api-issue-tracker issues
Sort by recently updated
recently updated
newest added

# Bug 1. Create a SketchUp Document with a Scene with some Entities visible 2. Use the API to create a Layout Document and insert a Layout::SketchUpModel referencing the aforementioned...

bug
Ruby API
SketchUp
LayOut
logged

Currently we need to check for hardcoded integer values, or define these somewhere in our extensions. Ideally these should be defined by the SketchUp Ruby API. ```ruby CANCEL_ESC = 0...

enhancement
Ruby API
SketchUp

Current behavior of **OnCancel**: The **flag** argument does not make the distinction between Undo and Redo. This is an old problem, which I hope should be overcome one day. The...

enhancement
Ruby API
SketchUp

#### SketchUp Ruby API Issue **Ruby Windows Consume Keystrokes When Focused - Focus Does Not Follow Mouse** **SketchUp Version**: 2023 and older versions **Platform**: MS Windows - not sure about...

need more info

Layout::SketchUpModel is missing the ability to view/set the camera location in relationship to the bounds. This means that not all Layout::SketchUpModel are looking at same location. By dragging the edges...

enhancement
Ruby API
C API
LayOut

As many other API methods, ComponentDefinition#save_as is documented as returning true on success. However, it appears to return true even when the file wasn't written to, e.g. when the file...

enhancement
Ruby API
SketchUp

SketchUp defines empty classes for observers that are expected to be subclassed into custom observers. However it can be easier to think of the observers as interfaces (abstract classes). One...

Ruby API
SketchUp
documentation

### SketchUp API Documentation Issue **[`Sketchup::Animation#stop`](https://ruby.sketchup.com/Sketchup/Animation.html#stop-instance_method) doc note has confounded link to [`Sketchup::View#animation=`](https://ruby.sketchup.com/Sketchup/View.html#animation=-instance_method)**. The note reads ... > **Note**: Do not call **Sketchup::Animation#Sketchup#Sketchup::View#Sketchup::View#animation=** from this method. This will cause a...

Ruby API
SketchUp
documentation

On Mac SketchUp 2023 running on macOS Ventura, anything that explicitly (e.g. calling view.invalidate) or implicitly (e.g. adding any Entity to an Entities collection) invalidates the view will cause an...

bug
Ruby API
SketchUp
logged
regression

Currently a 2 point perspective can be read from the Ruby API by using is_2d?, scale_2d and center_2d. The corresponding setter methods are however missing. This means 2 point perspective...

enhancement
Ruby API
SketchUp
logged