Max Frame Buffer like Maya?

I've been wanting a script for max that adds more to our frame buffer. Such as when cloning I'd like it to stay in the same window and have the ability to scroll through the images and possibly add notes to them.

I have zero scripting knowledge but I've heard that there is something out there that does this type of thing. Would any of you know where I could find such a script?

Thanks

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
noparlescripto's picture

I don't know a thing about

I don't know a thing about Maxscript, but with a little help of the maxscript reference I came up with something like that:

renameFile "c:\\render_dir\\render_now.JPG" "c:\\render_dir\\render_before.JPG"

render outputfile: "d:\\render_dir\\render_now.JPG"

ramplayer "d:\\render_dir\\render_now.JPG" "d:\\render_dir\\render_before.JPG"

Hope this helps.

JeremyW's picture

The Ram player? I have used

The Ram player? I have used that but it's not really what I'm looking for. Thanks for the suggestion though.

Daedalus's picture

did you took a look at the

did you took a look at the ream player before?
basically its like the flipbook of maya and it let you load 2 image/sequence et compare them.
in the rendering menu.

DavidB

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.