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

    Best posts made by nophoto

    • RE: How to refresh a deleted object link in Python?

      @orestiskon

      In XPresso you should pay attention to the order of the nodes in the X-Manager. The nodes should be arranged in the order in which they where calcultated.

      In your scene it looks looks like this:
      Bildschirmfoto 2020-08-25 um 22.14.25.jpg

      If the python nodes is moved to the end of the list...
      Bildschirmfoto 2020-08-25 um 22.14.40.jpg
      ...everything works as expected.

      Cheers
      Peter

      posted in Cinema 4D SDK
      N
      nophoto
    • RE: Get all neighboring points (including not connected by edge). Fast.

      Hi,

      I would use a BaseSelect to 'collect' all points of the neighboring polys. Deselect the first point and get all points without duplicates using BaseSelect.GetAll().

      By
      Peter

      posted in Cinema 4D SDK
      N
      nophoto