api-issue-tracker
api-issue-tracker copied to clipboard
Public issue tracker for the SketchUp and LayOut's APIs
**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...
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...
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...
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 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...
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...
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,...
# Feature Requests It mays interesting to complete the ModelObserver to watch `model.name` and `model.description` changes.
**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)...
# 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....