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
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. TSD
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by TSD

    • RE: wrong results when rendering using fields within a python effector

      Hi Adam, thanks for the update and the workaround! 👍

      posted in Bugs
      T
      TSD
    • wrong results when rendering using fields within a python effector

      Hello, I've got a problem using the Clone object with a Python Effector that uses a field. I hope this is the right subforum for this kind of problem.

      The Python-Code:

      md = mo.GeGetMoData(op)
      fall = md.GetFalloffs()
      print("fall "+str(fall))
      

      In the Editor it returns a number like it should, but when I render it always returns 0.0. I've attached the C4D File including a screenshot. I'm using the latest C4D Version 2024.3.2

      Python-Effector-problem_0001.c4d Anmerkung 2024-03-27 201820.png

      posted in Bugs python 2024 windows
      T
      TSD