Spaces:
Runtime error
Runtime error
Commit
·
9f522a5
1
Parent(s):
1c44d5e
chore: rename script to `create`
Browse filesFormer-commit-id: 0f5e60ccb7a73e9028de40040909f88de9940cf7
- README.md +3 -3
- create-3d-icon.py → create.py +0 -0
README.md
CHANGED
@@ -7,7 +7,7 @@ This is a small cli tool to generate 3D icons using Blender.
|
|
7 |
## Examples
|
8 |
|
9 |
```bash
|
10 |
-
python create
|
11 |
```
|
12 |
|
13 |
| from | to |
|
@@ -17,7 +17,7 @@ python create-3d-icon.py examples/LogosGithubIcon.svg
|
|
17 |
---
|
18 |
|
19 |
```bash
|
20 |
-
python create
|
21 |
```
|
22 |
|
23 |
| from | to |
|
@@ -27,7 +27,7 @@ python create-3d-icon.py --light-x 1 --light-strength 2 examples/LogosBlender.sv
|
|
27 |
---
|
28 |
|
29 |
```bash
|
30 |
-
python create
|
31 |
```
|
32 |
|
33 |
| from | to |
|
|
|
7 |
## Examples
|
8 |
|
9 |
```bash
|
10 |
+
python create.py examples/LogosGithubIcon.svg
|
11 |
```
|
12 |
|
13 |
| from | to |
|
|
|
17 |
---
|
18 |
|
19 |
```bash
|
20 |
+
python create.py --light-x 1 --light-strength 2 examples/LogosBlender.svg
|
21 |
```
|
22 |
|
23 |
| from | to |
|
|
|
27 |
---
|
28 |
|
29 |
```bash
|
30 |
+
python create.py -r 0 -g 0.1 -b 0.3 -rx 5 -rz 5 -lx 1 -lz -1 -ls 100 --th 2 -d 0.6 examples/LogosGithub.svg
|
31 |
```
|
32 |
|
33 |
| from | to |
|
create-3d-icon.py → create.py
RENAMED
File without changes
|