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 242 api-issue-tracker issues
Sort by recently updated
recently updated
newest added

**Platform**: Mac OSX only **SU versions**: All SU2017 to SU2020 Another big bug, with 2 side effects if you launch a **modal** dialog box from another HtmlDialog window, say in...

bug
Ruby API
SketchUp
logged
crash
ui
Mac OS

1. SketchUp/LayOut Version: 2024 2. OS Platform: Windows 11 64 bit Sketchup 2024 is more sensitive about the order of dialog calls - if you show the dialog before add_action_callback...

bug
Ruby API
SketchUp
documentation
regression

When a repeated UI timer runs a code block and the code block takes longer time to execute than the defined repeat time, the code block sometimes is interrupted and...

bug
Ruby API
SketchUp
logged
regression

This issue is **only for SU2024**, both for Interactive Tools and Overlays. In short, `view.draw2d GL_POINTS, lst_points` draws the points in model space, not in screen coordinates. Here is a...

bug
Ruby API
SketchUp
logged
regression

# Bug Reports The direction obtained may be incorrect in some cases. The texture directions of the two faces are consistent, but the calculated vectors differ by 90 degrees. I...

bug
Ruby API
SketchUp
logged

This is only for Mac. In the Mac framework, there may be situation where no model is active. This happens when - all models are closed - apparently during the...

bug
enhancement
Ruby API
SketchUp
logged

Layout::Style.new would benefit from some modernization enhancement. Creating a Layout Style require defining before setting and is no scalable. Current Method ```ruby s = Layout::Style.new s.stroke_color = Sketchup::Color.new(0, 0, 0,...

enhancement
Ruby API
LayOut

# Feature Requests It mays interesting to complete the ModelObserver to watch `model.name` and `model.description` changes.

enhancement
Ruby API
SketchUp
observer

**Sketchup API: Ruby** **Bug Report** **Sketchup:** 2017 / 2018 **Platform:** Windows 10 x64 Observers callbacks are triggered in wrong order _(depends on order of attaching)._ ``` class CSingleObserver def onTransactionStart(model)...

bug
Ruby API
SketchUp
logged
observer

# Version 1. SketchUp 2024 2. Windows (Probably mac too) # Description When the "new graphics engine" is being used, face-me component transforms are not updated after camera view change....

bug
Ruby API
SketchUp
logged
regression