【问题标题】:How do I fix a 3DSmax MAXscript Auto load error?如何修复 3DSmax MAXscript 自动加载错误?
【发布时间】:2023-03-07 15:03:01
【问题描述】:

在 3DS Max 安装过程中我无法解决这个问题:

MAXscript自动加载错误"$startupScripts\\vraytutils.ms"

有谁知道如何解决这个错误?

【问题讨论】:

    标签: 3dsmax maxscript


    【解决方案1】:

    对于当前启动脚本文件夹使用....

    mypath = (GetDir #startupScripts + "vraytutils.ms")
    

    或者对于当前用户启动脚本文件夹使用....

    mypath = (GetDir #userStartupScripts + "vraytutils.ms")
    

    【讨论】:

      猜你喜欢
      • 2020-11-09
      • 2020-06-21
      • 2018-09-09
      • 2011-02-20
      • 2019-11-25
      • 1970-01-01
      • 2020-02-21
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多