Jefferson Grigsby Posted November 19, 2007 Share Posted November 19, 2007 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 More sharing options...
MikeGentile Posted November 19, 2007 Share Posted November 19, 2007 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 More sharing options...
Justin Hunt Posted November 19, 2007 Share Posted November 19, 2007 Max2008 already has this JHV Link to comment Share on other sites More sharing options...
theqball Posted November 20, 2007 Share Posted November 20, 2007 actually 3ds Max 9 w/ extention 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now