Jump to content

copy clip images from VFB to other apps


Jefferson Grigsby
 Share

Recommended Posts

SHORT TITLE FOR SUGGESTION/BUG/ENHANCEMENT REQUEST

----------------------------------------------------------------

copy clip images from VFB to other apps

 

---------------------------------------------------------------

DETAILED DESCRIPTION OF YOUR REQUEST

---------------------------------------------------------------

right click, copy in Max virtual Frame Buffer, then paste into Photoshop app

 

---------------------------------------------------------------

WHY THIS REQUEST IS IMPORTANT TO YOU

---------------------------------------------------------------

 

self explanatory I hope

Link to comment
Share on other sites

written by one of our guys it requires a d drive...but could be adapted

 

bmpPath = "D:\\Temp\\LRtoPH.tga"

myBmp = getlastrenderedImage()

if myBmp != undefined then

(

myBmp.filename = bmpPath

save myBmp

close myBmp

shelllaunch "D:\\3dsMax8\\Photoshop.exe.lnk" myBmp.filename

-- deletefile myBmp.filename

)

else messagebox "You didn't render anything yet!!!"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...