how to capture the event of smoother modifer is applyed?
![578276864_563542692c](https://secure.gravatar.com/avatar/5e33fb05b04588e06d267f7325861e36?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2F5e33fb05b04588e06d267f7325861e36_100.png)
I'm currently writting a pluging for output PointCache2 file,I met a problem,How can I get the event of smoother modifier applyed to a figure have done it's work?
thanks!
You currently have no notifications.
I'm currently writting a pluging for output PointCache2 file,I met a problem,How can I get the event of smoother modifier applyed to a figure have done it's work?
thanks!
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
During the export process, calls to DzObject::update and DzObject::finalize will apply the smoothing operation synchronously.
Or you can use the builder classes. They do the update and finalize for you. Something like this:
Thank you for you replay,But I got same problem,I just don't understand how the buildFilteredGeometry class works,I noticed that somooth modifier do the job at a asynchronously process,so I guess i have to wait the signal when it finished work before I can do something,I just don't know how to get that signal,thanks again!