Render Info Strip

Version: 
0.03b
Date Updated: 
07/11/2011

This script was created upon request as a vray frame stamp replacement, intended for mental ray and scanline rendrers.

It allows custom information to be displayed in the rendered image, with user defined font size, style, colors and opacity of the strip background. In addition to predefined keywords, there are five custom expressions and one script value. Original render frame buffer can either be closed or kept open. The settings and callbacks are saved in the .max files.

Installation: The .ms file can be run from any location (Maxscript -> Run Script...), if you want to put it in toolbar, menu or quadmenu, place the .ms file to Scripts folder, download the file infostrip.mcr and either drop it in viewport or run it once (NOTE: If you're using the .mcr file, the downloaded .ms file name has to be just info_strip.ms, no _0, _1 or anything else at the end). In Customize dialog you will then find the script in category Advanced.

Additional Info: 

Example of the resulting information strip:

Tutorial: creativescratchpad.blogspot.com/2011/07/render-info-strip-customization.html

Version Requirement: 
3ds Max 9, VIZ 2008
AttachmentSize
info_strip.ms26.95 KB
infostrip.mcr155 bytes

Comments

Comment viewing options

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

Hi, if you mean the Max.

Hi, if you mean the Max. Photons per Sample and similar settings, then yes, it's quite easy, just replace any of the custom expression with renderers.current.GlobalIllumAccuracy to get this value. To get the complete list of render settings for mental ray, look at http://goo.gl/9W5mA (wherever it says <mental_ray_renderer> you'd replace it with renderers.current).

For more information follow the tutorial link in script description.

Recent rants and code snippets:
http://creativescratchpad.blogspot.com/

Braiz's picture

Custom

These custom expressions?? Would I be able to ad, say, photon count and other things related to Global illumination?

Swordslayer's picture

My pleasure :)

My pleasure :)

Recent rants and code snippets:
http://creativescratchpad.blogspot.com/

Braiz's picture

Tried downloading your

Tried downloading your attachment, and it works. Thanks again mate :)

Michele71's picture

Thanks Swordslayer! A plug

Thanks Swordslayer! A plug very ,very useful :) One point to you ;)

Swordslayer's picture

Okay, no idea what's wrong

Okay, no idea what's wrong (when I download it, it's okay, I've tried several times). Anyway, I've attached v0.03 to this comment so hopefully it will work for you.

NOTE: If you're using the .mcr file, the downloaded .ms file name has to be just info_strip.ms, no _0, _1 or anything else at the end.

AttachmentSize
info_strip.ms 26.95 KB

Recent rants and code snippets:
http://creativescratchpad.blogspot.com/

Braiz's picture

hmm... just downloaded the

hmm... just downloaded the script again and checked the header, still says version 0.02b...

Swordslayer's picture

All I can tell you is that's

All I can tell you is that's the old script, not the new one. The file you have in C:\Program Files\Autodesk\3ds Max 2012\scripts\info_strip.ms should have -- Version: 0.03b in the header.

Recent rants and code snippets:
http://creativescratchpad.blogspot.com/

Braiz's picture

I've saved a txt file from

I've saved a txt file from the MAXscript listener, I've like to send to you. I'm posting the errors I've come across:

-- Error occurred in createUIAccess(); filename: C:\Program Files\Autodesk\3ds Max 2012\scripts\info_strip.ms; position: 12396; line: 277

-- called in preRenderAction(); filename: C:\Program Files\Autodesk\3ds Max 2012\scripts\info_strip.ms; position: 16086; line: 352

-- called in btnAddCallbacks.pressed(); filename: C:\Program Files\Autodesk\3ds Max 2012\scripts\info_strip.ms; position: 26412; line: 632 >> MAXScript Rollout Handler Exception:

-- Runtime error: dotNet runtime exception: Could not load file or assembly 'file:///C:\Users\Braiz\AppData\Local\Temp\cdcwe10q.dll' or one of its dependencies. The system cannot find the file specified. <<

AttachmentSize
info_strip_error.ms 3.62 KB
info_strip_error.txt 3.62 KB
Braiz's picture

Hi Vojtech... Tried the

Hi Vojtech...

Tried the script again with no luck.
The error persist, but it just refers to different dll's in the temp folder every time I try to run the script.

Comment viewing options

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