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

    Troubleshooting a plugin...

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 132 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 08/01/2009 at 07:42, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   11 
      Platform:      
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Hello,

      I'm trying to get an import plug-in working with R11, and according to the console, there's an issue with the following lines in the COFFEE code:

      var Blah = new(PositionSequence);
      var BlahBlah = new(PositionTrack);

      I guess PositionSequence and PositionTrack are no longer recognized, which results in an error. Are there substitutes for these in the current release?

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

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

        On 08/01/2009 at 07:48, xxxxxxxx wrote:

        The PositionSequence and PositionTrack classes are not supported since several versions of CINEMA 4D (I think since R8). Currently it's not possible to allocate tracks in COFFEE.

        cheers,
        Matthias

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