Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. heytraile
    3. Topics
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    Topics

    • H

      clicking a tab in a custom tabbed UI layout is logging null to the console, WHY?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python 2023 windows
      2
      0 Votes
      2 Posts
      497 Views
      i_mazlovI
      Hi @heytraile, Please have a look at our Support Procedures: How to Ask Question section. Usually it is very helpful if one provides a relevant code snippet, demonstrating the issue. This helps to reduce the room for any misinterpretations of your original question. Regarding the issue you're describing, the "null" being logged to the console is often a symptom of an implementation issue within a function that overrides the base implementation. Specifically, if a function (such as Message() or RestoreLayout()) is expected to return a particular type (e.g., bool), but instead returns None or a mismatched type, it can result in unexpected behavior and the "null" log. Cheers, Ilia
    • H

      HOW TO Turn off the auto tangent checkbox on keyframes using python API

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python windows 2023 2024
      4
      1
      0 Votes
      4 Posts
      862 Views
      H
      @i_mazlov Thanks much for explanation.