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

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...

bug
Ruby API
SketchUp
logged

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...

bug
Ruby API
SketchUp
logged
crash

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
Ruby API
LayOut
logged

# 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...

bug
Ruby API
SketchUp
logged
regression

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...

Ruby API
LayOut
documentation

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...

bug
Ruby API
SketchUp
logged
regression
performance

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...

bug
Ruby API
C API
SketchUp
logged

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...

enhancement
Ruby API
SketchUp

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...

enhancement
Ruby API
LayOut

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...

bug
Ruby API
SketchUp
logged
crash