Dumb question: Can an Object Plugin inherit from existing modules
-
Hi sorry for this dumb question but sometimes I am blocked.
Is it possible to make an Object Plugin which for instance inherits from the Hair-Object, to for example add more functionalities or other description elements?
So that you can draw guides on it but this guides will then create objects for instanceBest Regards
-
hi,
well you cannot inherit from the Hair Object as you could from a class.
What you can do is to load the description of the hair object or include it in your description, create the hair object internally and link your description parameters to the internal hair object. Probably add your own parameter in your description. Than inside GVO you could generate the hair object with those parameter and return the result of it.
While this seems to be possible, there are probably a lot of issue you are going to face, be ready ^^
Cheers,
Manuel