Notifications
Clear all
[Closed] Forcing Scanline?
Jun 28, 2010 7:23 am
I’m doing some rendering via Maxscript, but I can’t seem to find a way to force a render() command to use the scanline render (or for that matter, force it to use, say, Mental Ray). There’s all sorts of references to things you can specify for a render() but there’s nothing in the documentation about which actual render to use (or if there is, I haven’t found it).
5 Replies
Jun 28, 2010 7:23 am
I’m on my phone and can’t confirm, but have you looked under currentRenderer()? I think you can set it with that.
Jun 28, 2010 7:23 am
workaround:
myRend=renderers.current
renderers.current=Default_Scanline_Renderer()
render()
renderers.current=myRend
1 Reply