api-issue-tracker
api-issue-tracker copied to clipboard
Public issue tracker for the SketchUp and LayOut's APIs
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...
#### 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...
**From the Ruby API documentation**, I read that `texture#filename` should return the full path of the texture image file.  **However, using the method on the current material in a...
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)
### 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...
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...
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...
#### 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...
It looks like the icon is **not adjusted to the size of the box**.  By trial and error, I found that you have to provide an icon **60x60** 
#### 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 =>...