摘要:
手动设置关联: WIN+R,输入 regedit ,定位到:计算机\HKEY_CLASSES_ROOT\3dsmax\Shell\Open将open下的Command值设置为你想要打开的exe文件:将open的文字改成便于识别的文字: 你还可以这样扩展,照猫画虎再建立一个: 阅读全文
摘要:
startTime = (dotNetClass "System.DateTime").Now max quick render endTime = (dotNetClass "System.DateTime").Now ts = endTime.Subtract startTime useSeco 阅读全文
摘要:
try destroydialog biaoti catch() rollout biaoti "" ( local mousedd = false local thepos = [0,0] activeXControl ax "https://www.baidu.com/" width:950 h 阅读全文
摘要:
for d in getDirectories "E:\\A" do for f in getFiles (d + "*.*") do copyFile f ("E:\\B\\"+ getFilenameFile f + getFilenameType f) --复制E盘A文件夹下所有到E盘B文件夹 阅读全文
摘要:
( target=pickobject() if target!=undefined do ( fn yeye o= ( if o.parent==undefined then return o else ( yeye o.parent ) ) ye=yeye target try(setGroup 阅读全文
摘要:
callbacks.removeScripts #systemPostNew id:#setid callbacks.addScript #systemPostNew "function()" id:#setid --仅重置3D之后执行 callbacks.removeScripts #system 阅读全文
摘要:
versionnow = (MAXVERSION())[1]/1000+1998 --MAX版本 fn getRendererVersion = --VR版本 ( try ( rendererVer=classOf renderers.current as string renderVerArr=f 阅读全文
摘要:
actionMan.loadKeyboardFile "KbdFile.kbd" --这将从当前的目录中加载命名的键盘文件 actionMan.saveKeyboardFile "KbdFile.kbd" --将当前键盘配置到给定的文件名保存的目录中 actionMan.getKeyboardFil 阅读全文
摘要:
try DestroyDialog Hello catch() rollout HIHI "HIHI" ( ) rollout Hello "Hello" ( button aa "测试" on aa pressed do ( createdialog HIHI 200 200 xy = GetDi 阅读全文
摘要:
try (destroyDialog cytool) Catch () global cytool,minicytool rollout minicytool "test" width:190 height:150 ( local wa = (GetDialogSize cytool).x loca 阅读全文