Message 1 of 6
resetxform does not take effect immediately in C++
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi again,
As said in the above thread, the method resetxform works perfectly when triggered in the max listener. But when I call the resetxform maxcript in C++ using ExecuteMAXScriptScript method, the value does not update (mesh data getting by method TriObject->GetRenderMesh) until I make some operation by hand in the modifier plane.
How to force it to take effect immediately?
thank you in advance