mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
un kaetemi'd the pipeline
This commit is contained in:
parent
ebce4a1c46
commit
67257f0629
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ if not args.noconf:
|
||||||
try:
|
try:
|
||||||
MaxUserDirectory
|
MaxUserDirectory
|
||||||
except NameError:
|
except NameError:
|
||||||
MaxUserDirectory = "C:/Users/Kaetemi/AppData/Local/Autodesk/3dsMax/2010 - 32bit/enu"
|
import os
|
||||||
|
MaxUserDirectory = os.path.normpath(os.environ["LOCALAPPDATA"] + "/Autodesk/3dsMax/2010 - 32bit/enu")
|
||||||
try:
|
try:
|
||||||
MaxExecutable
|
MaxExecutable
|
||||||
except NameError:
|
except NameError:
|
||||||
|
|
Loading…
Reference in a new issue