A reference sheet of things the C4D 2026 Python API does that don't match older docs / tribal knowledge / what felt right. Each entry has the wrong assumption, the actual behavior, and how it was ...
The execute_python relay is the escape hatch. Anything that doesn't have a dedicated native command can be done through C4D's Python API. Native commands exist where Python is unreliable (booleans, ...