hi guys, Can anyone help me for 2D render in max 2009. it's not exactly 2D but it looks like. I am uploading a image what exactly I am looking for. Thanx.
Forum topic · General Scripting
Render 2D wireframe
By nitin_bhawar · 2010-10-08
Downloads
- referance.jpg — referance.jpg206 KB
Description
Comments (1)
Budi G · 2010-10-19
Why you don't use "ink n paint" material ?
This one sample of script using "ink n paint" material :
-----------------------------------------------------------------------------
meditMaterials[1] = InkNPaint paint_color:white min_ink_width:1.0 shade_amt:100 -- apply ink n paint material
for i in $* do ( i.material = meditMaterials[1] ) -- apply ink n paint material Color to objects
backgroundColor = white -- set environment background Color
actionMan.executeAction 0 "50048" -- open Material Editor
----------------------------------------------------------------------------
example usage :
- First reset max scene ... then create some object geometry.
- Run this script...
- Next you can Render by pressing F9 - Done ... !
- If you want modify setting ink n paint material , changed any value on material editor.
Well, Is that what you need ? 🙂