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

    Spline Generator Object

    PYTHON Development
    0
    1
    286
    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
      Helper
      last edited by

      On 30/12/2013 at 09:17, xxxxxxxx wrote:

      Hello all, hope you had some happy holidays.

      I'm currently working with an object generator plugin that should be returning a spline.  I've done a decent about of work with generator plugins so I feel like I know them pretty well, but I haven't had any of them return splines.

      So I always use GetVirtualObjects() but the Py-DoubleCircle example uses GetContour(), and GetVirtualObjects() returns polygonal objects whereas GetContour()returns splines.  So it seems that I should be using that.

      But then my problem is that I want to use the AddDependence() stuff, to hide the children and use for updates.  By my understanding that could only be used in GetVirtualObjects() because it passes you HierarchyHelp.
      Am I on the right track with this at all?

      Thanks, Dan

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