Python - Set Take render state
-
Just wondering if/how I could set the render state of a take which I create with python:
Is it possible to set it to enabled somehow? Did not find anything in the documentation.
-
Okay I searched for the wrong terms I think. I found it:
TakeName.SetChecked(True)
-
Hey @j_vogel,
thank you for reaching out to us. Yes, that is how you do it. Please remember to consolidate your posting in the future (you should edit your initial posting until we have answered).
Cheers,
FerdinandResult
-
@ferdinand Okay I will do it in the future. Thanks for the code snippet, always helps to learn!