Defomer-plugin and falloff integration [CLOSED]
-
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
[URL-REMOVED] that manages all relevant functionality.best wishes,
Sebastian
[URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.
-
On 05/11/2014 at 04:05, xxxxxxxx wrote:
What a bummer, but thanks for the info.
Cheers, Phil