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
    1. Maxon Developers Forum
    2. César Vonc
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 16
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by César Vonc

    • Preset option with shortcut or custom layout in CommandData plugin

      Hello,

      I have a CommandData Python plugin that contains different options.

      When I assign a shortcut to my CommandData, or add it to a custom layout, it opens with the default options.

      Is is possible to define different shortcuts or custom layout icons that pass parameters to my CommandData plugin and then preset different options ?

      For example, imagine a shortcut that execute the Optimize command with the Unused Points checked, and an other one unchecked.
      Is it possible ?

      Thanks,

      posted in Cinema 4D SDK
      César VoncC
      César Vonc
    • RE: RenderDocument flags and return values?

      Just for the info, calling the command to open the PictureViewer and RenderDocument with both c4d.RENDERFLAGS_CREATE_PICTUREVIEWER and c4d.RENDERFLAGS_OPEN_PICTUREVIEWER works just fine for me :

      c4d.CallCommand(430000700)  # Picture Viewer
      
      c4d.documents.RenderDocument(doc, rdData, bmp, c4d.RENDERFLAGS_EXTERNAL | c4d.RENDERFLAGS_CREATE_PICTUREVIEWER  | c4d.RENDERFLAGS_OPEN_PICTUREVIEWER)
      
      posted in Bugs
      César VoncC
      César Vonc
    • RE: Plugins limitation count

      @lev said in Plugins limitation count:

      Hi guys, can u please solve the limitation of loading maximum 50 python plugins ? I dont understand whats the point of it and quite a bit annoying... A plugin pack basically kills every other plugins.... Thanks in advance

      I can only agree.

      Some times for one plugin you need to register multiple ObjectData or TagData, so it increase quickly...

      posted in Cinema 4D SDK
      César VoncC
      César Vonc