Menu Plugins updateing the document
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/02/2003 at 15:16, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;---------
How can i force the document to update from a menuplugin? currently i'm using a SendModelingCommand function and then trying to update the objects with a object->Message(MSG_UPDATE); but it still requires that the camera move, or in fact any action take place in the document before teh viewport refreshes and the result of using the menuplugin become visible. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/02/2003 at 16:58, xxxxxxxx wrote:
GeEventAdd(DOCUMENT_CHANGED) should work...for more events and information have a look into the COFFEE docs.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/02/2003 at 22:35, xxxxxxxx wrote:
thanks, that does the trick nicely