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).
On 04/11/2014 at 05:28, xxxxxxxx wrote:
Hey guys. I was wondering if it's possible to include a falloff in my deformer-plugin like the standard deformers now have in R16. I found nothing in the Python-SDK, the C++SDK on the other hand seems to have something like that (where you can sample a point) but that language is way beyond my skills . Is it really necessary to start from scratch? Creating all the drawing, sampling and the handles although these thing already exist? Thanks Phil
On 05/11/2014 at 03:00, xxxxxxxx wrote:
Hello,
it seems that it is indeed not possible to use a standard falloff in a Python deformer. In C++ you would add a member of the type C4D_Falloff that manages all relevant functionality.
best wishes, Sebastian
On 05/11/2014 at 04:05, xxxxxxxx wrote:
What a bummer, but thanks for the info. Cheers, Phil