Page 1 of 1

Render button in Digital asset

PostPosted: Fri Jun 05, 2020 9:04 pm
by motionskill
I am creating digital asset for all Octane settings which I use which can save a lot of time for me. Everything is great except one feature. I can't make Button in DA which trigger Octane Render button in Octane ROP. Is it possible or can you share script for the button?

Re: Render button in Digital asset

PostPosted: Fri Jun 05, 2020 9:29 pm
by motionskill
Found solution by myself

In case if someone is interesting, you need to add next python callback to button

hou.node('./octane_render_OUT').parm('execute').pressButton()