Advertisement
nik684

polyop test

Mar 29th, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. (
  2. gc light:on
  3. clearlistener()
  4. actionMan.executeAction 0 "40472" -- MAX Script: MAXScript Listener
  5.  
  6. local t = teapot segs:64
  7. converttopoly t
  8. addmodifier t (Uvwmap())
  9. select t
  10. local getmapface = polyop.getMapFace
  11.  
  12. t1=timestamp()
  13. for f=1 to t.numfaces do getmapface t 1 f
  14. local time = timestamp()-t1
  15. delete t
  16. local ver = (filterstring (GetFileVersion (getDir #maxRoot + "\\3dsmax.exe")) "\t")[1]
  17. format "TIME: % ms. | maxver: % \n" time ver
  18. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement