Updating Object Manager
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/08/2003 at 08:00, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;---------
Is there a way to update the Object Manager while animation playback is occuring? ( an EventAdd() seems to make the OM wait until the pane is clicked on or animation is stopped ).Regards,
Dave -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/08/2003 at 16:50, xxxxxxxx wrote:
if you have inserted a new object into your document , you can then you can do DindInManager(new_object) and itll take you there.
However , you can abuse that and just run it on the object that you want to update .
It will only refresh the manager that the object uses. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/08/2003 at 19:13, xxxxxxxx wrote:
Thank you for the suggestion. It seem to work. I really don't understand why I can;t send a message to update the OM but this ( I am not sure why ) does what I need.
Regards,
David Farmer