The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
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.