Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/02/2012 at 13:23, xxxxxxxx wrote:
Tried installing Plugin examples Run either Round Tube or Spherify Deformer - see handles - but can't move any of them
??
On 07/02/2012 at 13:28, xxxxxxxx wrote:
Works both fine for me, here on R12 (but taken examples from the R13 documentation). Don't have access to R13 right now. May be you wanna try restart C4D?
On 07/02/2012 at 22:53, xxxxxxxx wrote:
Nope
Tried on my laptop and work station Same problem - both R13
I think I'd be pretty confused by now if I'd used these as examples to work from and found the handles not working in a new plugin
On 07/02/2012 at 23:44, xxxxxxxx wrote:
So you haven't checked out R12? Maybe it's because API changed in R13, but then it would be a shame from Maxon to not update the examples.. Will look at it in R13 later today.
Cheers,
On 08/02/2012 at 02:10, xxxxxxxx wrote:
I redirected this issue to the developers. ObjectData.MoveHandle() parameters have been changed in R13. And unfortunately, there's no solution or workaround to get object handles working in R13 with a Python plugin.
On 08/02/2012 at 03:43, xxxxxxxx wrote:
Thanks for the update Yannick
No Handles in Current Python Plugins! - I'd better put that area of exploration off the list then.
On 08/02/2012 at 03:58, xxxxxxxx wrote:
Originally posted by xxxxxxxx No Handles in Current Python Plugins! - I'd better put that area of exploration off the list then.
Originally posted by xxxxxxxx
I think handles are working in FalloffData plugins but I didn't tried. See GetHandleCount(), GetHandle() and SetHandle() methods. In an ObjectData it's difficult to get them working in MoveHandle() because there are some missing methods in BaseDraw, HandleInfo and ObjectData itself.
You can read the "Handles" chapter in "Changes since 12.048" page of the C++ SDK docs for R13. I'm sorry, handles changes weren't properly documented in the Python docs.