Check the state of record modes with python?
-
Hello,
I'm trying to figure out a way to check the state of the record modes (position, scale, rotation, parameters, pla) located under the 'animate -> record(modes)' menu with python?
I've already done a extensiv search in the documentation but could not find anything. Maybe someone has an idea and can push me in the right direction?
I know how to toggle the modes with c4d.CallCommand() but I want to check the state before toggeling.
Thank you in advance!
-
ah ok I figured it out. its possible to check those with the c4d.IsCommandChecked() function.