码迷,mamicode.com
首页 > 其他好文 > 详细

重启max

时间:2019-12-27 23:31:45      阅读:83      评论:0      收藏:0      [点我收藏+]

标签:3dsmax   prompt   set   col   launch   check   UNC   for   lse   

FN ResetMax =
(
local IsReset = false
if checkForSave() do 
(
shellLaunch (getdir #maxroot+"\\3dsmax.exe") (maxfilepath+maxfilename)
IsReset = true
)
IF IsReset do quitmax #noPrompt
)
ResetMax()

重启max

标签:3dsmax   prompt   set   col   launch   check   UNC   for   lse   

原文地址:https://www.cnblogs.com/humd/p/12110020.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!