|
Hey everyone
I am currently working on a modifier plugIn which takes a simple spline and replaces it completely with the extruded geometry of this spline. But replacing the geometry is done outside of the modifiers-context, thus the EndEditParams(...) has been called and I cant invoke ip->RedrawViews() because ip is a NULL-Pointer in this situation.
How is a redrawing of all viewports done in another way? Can I get a global pointer to the Max Interface and call RedrawViews() on this? Or can I make the respective node redraw itself?
Thx
Michbeck
http://www.michaelkeutel.de
|
|
|
|
I have now solved this problem: Using GetCOREInterface() one can obtain the 3dsmax main interface and thus call RedrawViewports() anytime.
Greets
http://www.michaelkeutel.de
|
|
|