3dmax材质编辑器不能用的问题
救命,有没有人真的3dmax2021版本下载完,材质编辑器不能用,一打开就崩溃,打开软件的时候还会弹出运行时错误什么的,还有这个,这个是什么啊,小白表示真的很头疼/** @file SubstanceStartup.ms @brief Startup script to initialize other scripts@author Galen Helfter - Allegorithmic
@date 20180504
@copyright Allegorithmic. All rights reserved.
*/
(
scriptPath = "python\\substance\\SubstanceRendererCompatibility.py"
/* Acquire the directory that this script is in */
filename = getSourceFileName()
directory = getFilenamePath filename
pythonDirectory = directory + "..\\"
python.Init()
python.Execute("import sys")
-- Call the Python module needed
python.ExecuteFile(pythonDirectory + scriptPath)
)
不用这么麻烦感觉,我认为有两种方法可以解决
1用英文或是中文换着语言版本试下,看有没有出错。
2 去CGJOY下载SP补丁,修复包修复下。
https://www.cgjoy.com/forum.php?mod=viewthread&tid=109572
页:
[1]