un kaetemi'd the pipeline
This commit is contained in:
parent
7a8dd2829f
commit
ef83530ccc
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