EdgeCut Tool SDK example in Python
-
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
-
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.
-
On 30/04/2013 at 07:24, xxxxxxxx wrote:
Hi,
thanks for your quick answer.
happy rendering,
Ferdinand