linbenyi avatar

3DS max Post-render Open Photoshop

linbenyi

Published: 31 May 2019 › Updated: 31 May 20193DS max Post-render Open Photoshop

3DS max Post-render Open Photoshop

https://www.elifulkerson.com/projects/
https://forums.autodesk.com/t5/3ds-max-programming/max-last-render-to-photoshop/td-p/4185663
Readme.jpg
播放提示音,将文件保存并用PS打开。

 --Attention MaxScript & PS
 --By Lin
 --Opening Theme
shellLaunch "D:/Script/sounder.exe" "A320-bingbong.wav"
shellLaunch "D:/Script/voice" "voice -v 100 -r -3 -k renderfinish.txt"
(
 --Save "Last Render" to temp file on desktop
  RImage = GetLastRenderedImage copy:true
 NewImage = bitmap (RImage.width) (RImage.height) filename:"D:\Script\Temp.tga"
 copy RImage NewImage
 save NewImage
 
-- Opens "Last Render" in photoshop
 local ps = CreateOLEObject ("Photoshop.Application")
 ps.application.name
 ps.application.visible = true
 PhotoDoc = ps.open "D:\Script\Temp.tga"
 releaseOLEObject ps
 ) 
shellLaunch "D:/Script/sounder.exe" "airport-bingbong.wav"

Leave 3DS max Post-render Open Photoshop to:

Written by

Read more #design posts


Best Posts From linbenyi

We have not curated any of linbenyi's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From linbenyi