Adding ready to paste commands for 5 color wheels
This commit is contained in:
parent
b2ca9bcc32
commit
457e8ef38e
1 changed files with 25 additions and 0 deletions
25
scripts/commands.sh
Normal file
25
scripts/commands.sh
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
# Ready to paste command to create 5 color charts
|
||||
#
|
||||
# First run 20260306_1213 with backward numbers
|
||||
# Second run with regular numbers -> 20260308_12303
|
||||
#
|
||||
blender-bin-5.0.0 --background --python scripts/create_glb_colorpie.py -- \
|
||||
scad/wedge.stl glb/colorpie_gamut_20260308_1303.glb \
|
||||
--hexes FF0000,FF9900,CCFF00,33FF00,00FF66,00FFFF,0066FF,3300FF,CC00FF,FF0099
|
||||
|
||||
blender-bin-5.0.0 --background --python scripts/create_glb_colorpie.py -- \
|
||||
scad/wedge.stl glb/colorpie_voronish_20260308_12303.glb \
|
||||
--hexes FFFFFF,D9D9D9,BFBFBF,808080,606060,404040,202020,000000,FF6600,CC5500
|
||||
|
||||
blender-bin-5.0.0 --background --python scripts/create_glb_colorpie.py -- \
|
||||
scad/wedge.stl glb/colorpie_grayscale_20260308_12303.glb \
|
||||
--hexes FFFFFF,E6E6E6,CCCCCC,B3B3B3,999999,808080,666666,4D4D4D,333333,000000
|
||||
|
||||
blender-bin-5.0.0 --background --python scripts/create_glb_colorpie.py -- \
|
||||
scad/wedge.stl glb/colorpie_warmcool_20260308_12303.glb \
|
||||
--hexes FF0000,FF4000,FF8000,FFCC00,FFFF99,CCFFFF,99CCFF,6699FF,3366FF,0000FF
|
||||
|
||||
blender-bin-5.0.0 --background --python scripts/create_glb_colorpie.py -- \
|
||||
scad/wedge.stl glb/colorpie_muted_20260308_12303.glb \
|
||||
--hexes C96A6A,C99A6A,C9C36A,9FC96A,6AC97A,6AC9B5,6AAFC9,6A86C9,7C6AC9,B56AC9
|
||||
Loading…
Add table
Add a link
Reference in a new issue