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

    references to other files?

    SDK Help
    0
    2
    271
    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

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

      On 21/08/2003 at 02:34, xxxxxxxx wrote:

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

      ---------
      A few days ago I asked in the c4d-forum.de if it is possible to create references to objects in other files. The answer was no.

      I was thinking now about the problem and my Question is:

      Can a Plugin open a c4d-file (invisible to the user), copy an object from that c4d-file into the current scene where plugin-object is placed (like the instance-object) and close the c4d-file? - I haven't found a function to open a c4dfile, so I am in doubt if this is possible - if yes, this would be a simple, small but very usefull plugin I think...

      cu
      zet

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

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

        On 25/08/2003 at 06:07, xxxxxxxx wrote:

        It's possible but not trivial, especially not in C.O.F.F.E.E. The are some complicated issues involved, for example mixing of materials and animation, caching, speed. I think this is the reason that no one has written this seemingly trivial plugin.
        There's no way to open a document in C.O.F.F.E.E. behind the back of the user, like LoadDocument() in C++, so that is the first obstacle. I don't think there's any elegant way around that.

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