api-issue-tracker
api-issue-tracker copied to clipboard
Public issue tracker for the SketchUp and LayOut's APIs
SketchUp 2024 introduces the SUOverlayRef. The SDK comes with an example and the issue in question is reproducible with it (but not limited to it). To reproduce simply: 1) compile...
1. SketchUp/LayOut Version: Sketchup Pro 22.0.354 2. OS Platform: Windows 10 **Describe briefly what you are doing and what is happening.** We’re having an issue where after some time, we...
Locked= and Locked? methods are broken for the Layout::Group Class The following code will give the following results even though the entity is not locked when you open the file...
# Bug Report **1. SketchUp/LayOut Version:** Expected behaviour verified on Mac in SU2017 - 2022, issue observed on Mac and Win in SU2023.1 & SU2024.0 (SU2023.0 not tested) **2. OS...
Layout::Document#add_entity does not have any return currently. This is not the norm with adding entities in SketchUp. The norm is to return the entity added Changing the return to the...
I noticed a strange behavior in SU2024. In short, **the delay between the call to `HtmlDialog#show` and the first message received by Javascript (`onDOMContentLoaded`) can vary from a factor 1...
1. All SketchUp versions so far 2. All Platforms A face painted with a default material, which has a texture applied to a parent object gives wrong UV coordinates using...
It would be helpful to **have an API or a set of symbols to designate the built-in cursors**. Although their number (ex: 659 for vertical resize arrows) has been quite...
Layout::Document has no method to purge unused References. This is particularly difficult when creating a new Layout Document from an existing file as a template (Layout::Document.new). If the file used...
1. SketchUp/LayOut Version: SketchUp 2024 2. OS Platform: Windows When you save a sketchup component, observers are incorrectly notified that new components have been added. Adding new observers to this...