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

    COFFEE Library

    SDK Help
    0
    10
    703
    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 29/10/2004 at 12:00, xxxxxxxx wrote:

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

      ---------
      Hi,

      when opening the Coffee Editor with CoffeeEditor_Open() I need to pass a baselist2D object and the callback function.

      This is clear for generators etc, but what BaseList2D object shall be passed when this is in a dialog? The dialog doesn´t require any objects in the scene so I can not pass the active object for example.

      Any help is appreciated.

      Thx
      Katachi

      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 03/11/2004 at 11:06, xxxxxxxx wrote:

        I think you can just set it to a dummy object.

        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 04/11/2004 at 13:23, xxxxxxxx wrote:

          Thanks.

          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 03/06/2005 at 10:38, xxxxxxxx wrote:

            Hi,

            long time ago I posted this, but I need another advice here. 🙂

            I have an object that is not in a document and when I try to open the coffee editor from within its message function, the editor is opened but the code is not in it and the whole editor is ghosted (greyed out).

            Any way to workaround this?

            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 03/06/2005 at 10:43, xxxxxxxx wrote:

              A dummy document? 🙂 Really, maybe putting the dummy object into a dummy document (one not added to the editor list) will work - maybe. Worth a try.

              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 03/06/2005 at 10:52, xxxxxxxx wrote:

                🙂 already tried that and it doesn´t work and the object I have I cannot insert into the document as it has to stay outside a document. Any other idea?

                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 03/06/2005 at 10:58, xxxxxxxx wrote:

                  Ok, it seems the object has to be in the currently active document (what the...).

                  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 03/06/2005 at 11:07, xxxxxxxx wrote:

                    That was my fear if the dummy didn't work. You can insert the dummy object and remove it once you are done. Just remember that while not in the document, you own the object and must handle its deletion. I don't know of any object that doesn't appear in the Object Manager. The least damaging, I guess, is a Null Object. Poor solution, I'll admit.

                    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 03/06/2005 at 11:09, xxxxxxxx wrote:

                      yes, but unfortunately it´s an inacceptable workaround for me.

                      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 03/06/2005 at 12:01, xxxxxxxx wrote:

                        ok, wrote my own coffee editor. (I hate this...such simple things and one still has to code own stuff for things that are already there)

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