On 08/11/2016 at 11:35, xxxxxxxx wrote:
- Plugin cookbook recipe #3: More info on Generating a Dynamic Spline in an Object Data Plugin. Steve says that you should use GetContour if it's important that your object be interpreted as a spline by most others (e.g. Hair).
Other folks trying to solve the same issue:
- Spline Generator Object - Plugin Cafe Forums
Some info on hiding children of generators objects when you can't just use GetAndCheckCache() because you don't have access to hh
in GetContour() :
- [Object Plugin framework SOLVED"> - Plugin Cafe Forums
- [Hide Instance Master SOLVED"> - Plugin Cafe Forums
My initial experiments with Touch()
were unsuccessful - the source objects flickered on/off.
Hmm... Can't use NewDependenceList() because AddDependence() also requires an hh
.
Any recommendations on how to hide the child object of a Generator inside of GetContour()?