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. heytraile
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by heytraile

    • H

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

      Cinema 4D SDK
      • python 2023 windows • • heytraile
      2
      0
      Votes
      2
      Posts
      334
      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

      Cinema 4D SDK
      • python windows 2023 2024 • • heytraile
      4
      0
      Votes
      4
      Posts
      654
      Views

      H

      @i_mazlov Thanks much for explanation.