un kaetemi'd the pipeline
This commit is contained in:
parent
2c0d64e8ff
commit
db3a789ab4
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ if not args.noconf:
|
|||
try:
|
||||
MaxUserDirectory
|
||||
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:
|
||||
MaxExecutable
|
||||
except NameError:
|
||||
|
|
Loading…
Reference in a new issue