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

    EdgeCut Tool SDK example in Python

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 258 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

      On 29/04/2013 at 21:20, xxxxxxxx wrote:

      Hi,

      I have got a pretty straight forward question. Is there a python version of the EdgeCut 
      ToolData SDK example ? I cannot find any EdgeCut example files in the 14.034 Python 
      SDK documentation, but the documentation itself states :

      c4d.documents.InteractiveModeling_Restart(doc)
        
      Used for modeling tools with GUI input. Applies the last modeling undo so that new values 
      of the modeling tool can be applied. An example from the edge cut code:
        
      from c4d import documents, plugins
        
      class TestTool(plugins.ToolData) :
          def MouseInput(self, doc, data, draw, win, msg) :
          ...
      

      Has this part only been partially translated, or is there somewhere a full version floating 
      around ? I would prefer to have the python example rather than using using the cpp example.
      Thank you for reading and happy rendering,

      Ferdinand

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

        On 30/04/2013 at 01:43, xxxxxxxx wrote:

        Hi Ferdinand,

        I'm afraid EdgeCut tool wasn't fully converted to Python, only this code snippet was.

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

          On 30/04/2013 at 07:24, xxxxxxxx wrote:

          Hi,

          thanks for your quick answer.

          happy rendering,
          Ferdinand

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