Notifications
Clear all

[Closed] How to Calculation Save file Time ?

Hi,all,I have a question
How to Calculation Save file Time ?

4 Replies

As in, how long it takes to save a file? Look up General Event Callbacks then #filepresave and #filepostsave

http://docs.autodesk.com/3DSMAX/14/ENU/MAXScript%20Help%202012//files/GUID-C1F6495F-5831-4FC8-A00C-667C5F2EAE3-2063.htm

can you give an example ? I do not quite understand.

[left]
[/left]
Straight from the help (almost ;))

[left][size=3]start = timeStamp()
saveMaxFile (maxfilepath+maxfilename)
end  = timeStamp()
 format "Processing took % seconds
" ((end - start) /  1000.0)[/size]

[/left]
[left]
[/left]

Thanks floopyb !!! :bowdown: :bowdown: