blob: a7be42bd74560f917a383c65c9eb1953eed1adf2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# If the interface is too small/big, uncomment the following line and tweak the value accordingly.
#export QT_SCALE_FACTOR=0.75
# If you're using a Nvidia Optimus setup, uncomment the line below and comment the final line to
# always use the Nvidia GPU for this software (which is often too heavy for integrated GPUs).
#exec primusrun /opt/Allegorithmic/Substance_B2M/Substance\ B2M "$@"
exec /opt/Allegorithmic/Substance_B2M/Substance\ B2M "$@"
|