Notifications
Clear all
[Closed] GetIntances of controllers?
Mar 04, 2008 1:37 pm
If I want node instances I do
InstanceMgr.GetInstances $Dummy01 &instances
But how can I get Controller Instances?
4 Replies
Mar 04, 2008 1:37 pm
the real question is why would you want to do this??
is it to replace instances? or to get dependencies?
if its to replace all instance of controllers you can use
replaceInstances <controller> <newController>
mark
Mar 04, 2008 1:37 pm
I want to know which objects are useing instances of the specified controller.
Mar 04, 2008 1:37 pm
well without having max infront of me you could try
nodes = for obj in refs.dependents con where isvalidnode obj collect obj
mark