summarylogtreecommitdiffstats
path: root/substance-painter
blob: 0d1627ec48eb845a6ed41e0b7ce4f5b516f14482 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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_Painter/Substance\ Painter "$@"

exec /opt/Allegorithmic/Substance_Painter/Substance\ Painter "$@"