Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. mschnell
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by mschnell

    • RE: New Native Redshift camera via Python

      Thank you. I got it working thanks to your hints.

      posted in Cinema 4D SDK
      M
      mschnell
    • New Native Redshift camera via Python

      Hi there,

      my matchmoving software is using python scripting to export the camera data to C4D.
      This works great but the script is not able to create a Native Reshift camera even though the scene is configured to use the new camera as default.

      Having a look at the Python API I was not able to find a specific command to set the c4d.CameraObject() to use the newer Redshift Camera Object.

      So my question is this: What is the correct way to create a Native Redshift Camera via Python script ?

      Attached is an example script from my matchmove software ( ignore the missing Footage). Just execute the script in an empty scene and it should create the trackers, the camera and a camera screen.

      example_camera.py

      Any help is appreciated.

      posted in Cinema 4D SDK python
      M
      mschnell