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

    Plugin in menu - got a question

    SDK Help
    0
    3
    373
    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 01/05/2003 at 06:17, xxxxxxxx wrote:

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

      ---------
      **I can make a plugin registred in the "PlugIN"-Menu, but
      ** ow can I make a submenu ?
      **Another question: how do I copy an object and how can I put
      an already existing object in an other object as its child ?
      **
      **Thx a lot, tamarilloDan
      **

      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 01/05/2003 at 06:37, xxxxxxxx wrote:

        1. You cannot specify a submenu directly. If your plugin is in a subfolder in the pluginsfolder of Cinema 4D and there is more than 1 plugin in this folder, Cinema 4D will show a subfolder automatically in the pluginsmenu. I don´t know if creating a subfolder in your pluginfolder will create a subfolder though.
        2. Please refer to the COFFEE Documentation.
        obj->Remove();
        obj->InsertUnder(parent);
        long time since I wrote in COFFEE but it should work that way.
        Best
        Samir

        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 02/05/2003 at 01:19, xxxxxxxx wrote:

          Yeah thats the right way. Thanks alot.
          I've got another problem, maybe u can help me ...
          var filename = GetGetRootFilename();
          filename->RemoveLast();
          filename->Add("my.exe");
          GeExecuteFile( filename );
          That works, but now I want to execute the my.exe with parameters
          (like "my.exe /helloworld")
          But by appending a " /helloworld" to the path, nothing happens. How can
          I execute the file with a parameter ?
           
          THX TamarilloDAN

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