You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SketchUp 2025.0, SketchUp 2026.0 and SketchUp 2026.1. (#87)
* SketchUp 2025.0 and SketchUp 2026.0.
* Fix typo in one `@version` tag.
* SketchUp 2026.1.
* Update github action.
* Remove Bundler dev dependency.
* Bump version to 0.7.11.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
The SketchUp Ruby API allows you to interact with SketchUp models and the SketchUp application. It is available from within SketchUp, it cannot be used by itself.
6
6
7
-
<p>
8
-
Get started with the <ahref="_index.html">Ruby API Overview</a>.
9
-
</p>
7
+
All interactions with the SketchUp Ruby API must be performed from the main thread to avoid unexpected behavior and application instability.
8
+
9
+
Get started with the [Ruby API Overview](_index.html).
10
10
11
11
Visit our [SketchUp Developer Center](https://developer.sketchup.com) for more information and resources on SketchUp's APIs.
0 commit comments