Hey guys i wrote some scripts that help to speed up exporting and i want one more addition.
--Fast save overwrite 2 step script
--STEP 1 - export file with this script, it will store location of the file
--Filename should be equal to the name of the object
if selection.count != 0 do
(
actionMan.executeAction 0 "40373"
::path1 = sysInfo.currentdir + "//" + $.name
)
you select object and press shift+ctrl+1 and you get straight to this window
now i want the name field of the export dialog to be already filled with object name. Im digging into it myself, but maybe someone already knows that. thank you guys.
Replies
exportFile "Path" #noPrompt selectedOnly:true using:FBXEXP
You can set the settings by loading class like
if you are deadset on using the UI, look into UIAccessor but seems redundant
i just have to press ctrl+v after window appears to paste object name
i will probably make a macro with MacroGamer for that.