Hello,

do you think it's hard to get a script for rendering user defined named views?

That would be awesome if could appear. Personally I find this to be more useful then the exiting already "render named views" script.

In my render workflow (using vray for rhino) I set a studio with dome light including hdri as bitmap at certain angle, also bended ground plane. Once I'm happy with image quality I only rotate/move the product to obtain same image quality at different angles..

Camera rotation it this case does not do good job

thanks a lot!

Aleksandar

Views: 37

Reply to This

Replies to This Discussion

Hi Aleksandar,

The NamedPosition command is scriptable, just proceed the command name with a hyphen character.

For example:

Call Rhino.Command("_-NamedPosition _Restore MyPosition _Enter", 0)
Call Rhino.Command("_-Render", 0)
Call Rhino.Command("_-SaveRenderWindowAs C:\Images\Test.png", 0)
Call Rhino.Command("_-CloseRenderWindow", 0)

Or something line that...

 -- Dale

RSS

Translate

© 2013   Created by McNeel Admin.

Badges  |  Report an Issue  |  Terms of Service