THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/08/2005 at 07:04, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.102
Platform: Windows ;
Language(s) : C++ ;
---------
My plugin selects the first light source in
the active scene. Changes are reported with
m_doc->GetChanged(); in the Timer() Method.
This works fine.
When I open a new (2nd) scene, my plugin should
recognize that there is a new active scene,
from which it should get its 1st light source,
instead of pointing to the "old" scenes light.
Whats the command (handler/event?) to get
informed about a document change?
If that's not possible, I'd like to give a
Combo-List with the opened documents like
in the end of the Menu/Window.
Any hints?
Thanks!