scriptup 2024.0.1 → 2024.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +19 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8118e861b983f2560322e501db4beabecc1cbd9e0eb9c05a01432bbff5f2512
|
4
|
+
data.tar.gz: 9a8a7c86161f090ed411cb8b533dbe9d0b746e0e4ae68ded2a3867167f354365
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e8a6925fde4e72f9c43ce64d6ecbf9bf1aec16664c983ff318e697542ddf9d7494fcc7db05fe2ce44500e0a47a8e5c4e5fd969d58f7e8384a5d0e537adc72d2
|
7
|
+
data.tar.gz: a4366a95e80c8abffec14cfb9308e8813547c4d1e1fbdf380587f5712cc7a242613793153f79e3cdb2e81cc2a533e82738ed4595b055fe96a0305481c0c8bb49
|
data/README.md
CHANGED
@@ -3,3 +3,22 @@
|
|
3
3
|
This project provides ruby bindings for the SketchUp C API. They are designed to mimmic the SketchUp [**ruby api**](https://ruby.sketchup.com) for use in Sketchup extension tests outside the SketchUp application. You can however use them for general purpouse scripting.
|
4
4
|
|
5
5
|
The SketchUp C API is much more limmited than the ruby api. There is no gui event loop, nor observers, nor view, nor does this extension aim to provide such functionality.
|
6
|
+
|
7
|
+
|
8
|
+
# Fully implemented classes
|
9
|
+
* Attribute Dictionary
|
10
|
+
* Color
|
11
|
+
* Component Definition
|
12
|
+
* Definition List
|
13
|
+
* Entity
|
14
|
+
* Material
|
15
|
+
|
16
|
+
# Partially implemented classes
|
17
|
+
* Attribute Dictionaries
|
18
|
+
* Behavior
|
19
|
+
* Component Instance
|
20
|
+
* Drawing Element
|
21
|
+
* Entities
|
22
|
+
* Materials
|
23
|
+
* Model
|
24
|
+
* Texture
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scriptup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2024.0.
|
4
|
+
version: 2024.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Noel Warren
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|