Advertisement
Guest User

Untitled

a guest
May 3rd, 2018
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. @echo off
  2. rem v0.0.1
  3.  
  4.  
  5. md !lowuse
  6. md !lowuse\bmi\
  7.  
  8. rem Kodak's Cineon fomat image
  9. move cin.bmi !lowuse\bmi\
  10. rem .EPS image format
  11. move eps.bmi !lowuse\bmi\
  12. move epsres.dll !lowuse\bmi\
  13. rem Quicktime video format
  14. move QTime.bmi !lowuse\bmi\
  15. rem .SGI/RGB (Alias) image format
  16. move rgb.bmi !lowuse\bmi\
  17. rem YUV image format
  18. move yuv.bmi !lowuse\bmi\
  19.  
  20. rem Importer/Exporter .AI format
  21. move aiexp.dle !lowuse\
  22. move aiimp.dli !lowuse\
  23. rem ASCII (.ase) Exporter
  24. move asciiexp.dle !lowuse\
  25. rem ViewCube and SteeringWheels
  26. move AutoCamMax.gup !lowuse\
  27. move AutoCamResENU.dll !lowuse\
  28. rem Utilites : Camera matching, Measure
  29. move CamMatch.dlu !lowuse\
  30. rem Utilites : Camera Tracker
  31. move CamTrakr.dlu !lowuse\
  32. rem Utilites : Asset Browser
  33. move cbrowser.dlu !lowuse\
  34. rem Combustion image format/Material
  35. move CMB.bmi !lowuse\
  36. move cmbtex.dlt !lowuse\
  37. rem Utilites : Dynamics Utility (removed from 3dsmax 2012)
  38. move dynamics.dlo !lowuse\
  39. rem move HSUtil.dlu !lowuse\ --hardware shading not work
  40. rem IEGES Importer/Exporter
  41. move IgesExp.DLE !lowuse\
  42. move IgesImp.DLI !lowuse\
  43. rem Infocenter (present in prior 3dsmax 2010?)
  44. move InfoCenter.gup !lowuse\
  45. rem JSR-184 format Exporter
  46. move JSR184Exporter.gup !lowuse\
  47. move JSR184ExporterRes.dll !lowuse\
  48. rem LightMap - DirectX viewport shader
  49. move LightMap.dlu !lowuse\
  50. rem Lightscape stuff
  51. move ls2max.dli !lowuse\
  52. move lstess.dlm !lowuse\
  53. move max2lp.cty !lowuse\
  54. move max2lp.dle !lowuse\
  55. rem move mb_select.gup !lowuse\ --directx material
  56. rem Motion capture stuff
  57. move mckbddev.dlc !lowuse\
  58. move motion.dlc !lowuse\
  59. rem Utilites : NURBS surface approximation
  60. move nutil.dlu !lowuse\
  61. rem VUE renderer
  62. move rendvue.dlr !lowuse\
  63. rem move RTStdMtl2.gup !lowuse\
  64. rem Utilites : Strokes
  65. move stroke.dlu !lowuse\
  66. rem (from old max)
  67. move SW3D_Exp.dle !lowuse\
  68. rem Utilites : MAX File Finder
  69. move UMaxFind.dlu !lowuse\
  70. rem VRML Exporter/Importer
  71. move vrmlexp.dle !lowuse\
  72. move vrmlimp.dli !lowuse\
  73.  
  74.  
  75. rem Comments: biped.dlc depends from targa.bmi. If remove targa.bmi 3dsmax will be crash.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement