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
    • Register
    • Login

    AddDependence question

    Scheduled Pinned Locked Moved SDK Help
    1 Posts 0 Posters 139 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 06/09/2005 at 10:46, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9.5 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      Hi,

      my virtual object works on a mix of splines and one polygon object. With c4d v8.5 this works well using

      op->GetAndCheckHierarchyClone(hh, op->GetDown(), HCLONE_ASSPLINE|HCLONE_ASPOLY, &dirty;, NULL, TRUE);
      

      Since v9, the spline clones are no longer Osplines but Olines (???), so I had to fix that using HCLONE_ASSPLINE only. Now I'm searching for a solution that keeps track of the polygon object. Can I use AddDependence(...) without to open a new list using NewDependenceList()? By now it works, but I don't know that this is a clean way.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post