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

Repro steps: 1. Start SketchUp 2023 (or earlier version) on MacOS 2. Go to state with exactly one open document (document A) 3. Close document A Expected behavior: ANY observer...

bug
Ruby API
SketchUp
logged
observer

#### Ruby and C API Feature Request Retrieves the full file path to the SKM file used to load a material into a model's materials collection. Would be `nil` or...

enhancement
Ruby API
C API
SketchUp

**From the Ruby API documentation**, I read that `texture#filename` should return the full path of the texture image file. ![image](https://github.com/SketchUp/api-issue-tracker/assets/57754157/1f4a2fdf-c357-4697-8efe-80116538b6f8) **However, using the method on the current material in a...

need more info

http://ruby.sketchup.com/Sketchup/DefinitionList.html#load_from_url-instance_method Document this interface similar to the other abstract interfaces we have (See #257 et al)

Ruby API
SketchUp
documentation

### SketchUp & LayOut C API Parity Feature Request #### The Ruby API has predefined Geometric helper objects referenced by constants ... ```ruby # Ruby API used for SketchUp models...

enhancement
C API
SketchUp
LayOut

SU 2017 & Windows ENV['PATH'] is the following (removed a few lines): ` ``` C:\Program Files\SketchUp\SketchUp 2017\Tools\RubyStdLib\platform_specific C:\Program Files\SketchUp\SketchUp 2018\ C:\ruby26_64\bin ``` The second line shows my most recent SU...

bug
Ruby API
SketchUp
logged

Issue: SketchUp Search shows empty search results with string "Extension Menu Text" I am using the case matching version of the "Extension Menu Text", although I do not think that...

bug
Ruby API
SketchUp
logged
ui

#### SketchUp Ruby API Issue The [`#onCancel`](https://ruby.sketchup.com/Sketchup/Tool.html#onCancel-instance_method) callback for Ruby tools does not fire when a tool is reselected by command. The callback is supposed to be called and return...

bug
Ruby API
SketchUp
logged
regression

It looks like the icon is **not adjusted to the size of the box**. ![image](https://user-images.githubusercontent.com/57754157/82989374-e7ee0e80-9ffa-11ea-8e01-3110e7229a7a.png) By trial and error, I found that you have to provide an icon **60x60** ![image](https://user-images.githubusercontent.com/57754157/82989644-4fa45980-9ffb-11ea-9d41-1f4db734d55f.png)

bug
Ruby API
SketchUp
logged
documentation
ui

#### SketchUp API Documentation Issue The code example for [`View#text_bounds`](https://ruby.sketchup.com/Sketchup/View.html#text_bounds-instance_method) code example has duplicate options keys for alignment. The code begins ... ```ruby class ExampleTool TEXT_OPTIONS = { :font =>...

Ruby API
SketchUp
documentation