-
```
What steps will reproduce the problem?
1. Enter export dialog box
2. Choose location to save file, hit "OK"
3. Path and filename as selected, but with ); at end
This changes the extension to *.svg…
-
```
What steps will reproduce the problem?
1. Enter export dialog box
2. Choose location to save file, hit "OK"
3. Path and filename as selected, but with ); at end
This changes the extension to *.svg…
-
### API Documentation Issue
The Developer Center Guidelines page is still not fixed. (It has been logged internally, but not here apparently.)
The old URL: https://extensions.sketchup.com/en/dev…
-
```
Process: SketchUp [84858]
Path: /Applications/SketchUp 2019/SketchUp.app/Contents/MacOS/SketchUp
Identifier: com.sketchup.SketchUp.2019
Version: …
-
Hi,
Is there any way to use the script directly? If I have an STL file, from Thingiverse and want to modify it for my needs, the Sketchup online app does not let me import stl files, if I can conver…
-
```
What steps will reproduce the problem?
1. Install Sketchup 2015
2. Install Sketchyphysics 3.2
What is the expected output? What do you see instead?
I expected Sketchyphysics to be installed corre…
-
When developing plugins I always launch sketchup from command line. Very recently a client was unable to use my extension because of a part that executes a shell command and expecting return from it w…
-
Currently we need to check for hardcoded integer values, or define these somewhere in our extensions. Ideally these should be defined by the SketchUp Ruby API.
```ruby
CANCEL_ESC = 0
CANCEL_RESEL…
-
# Use Case
A SketchUp Extension wants to modify a SketchUp file which is referenced by a Layout file.
The Layout Document needs to be told to update it's SketchUpModel Entities.
After that a PDF Ex…
-
http://ruby.sketchup.com/UI.html#savepanel-class_method
`UI.savepanel` doesn't auto-append the file extension selected in the file type drop down. Nor does it return this selection to the caller.