Deracus
07-24-2008, 09:20 AM
Hi
got a problem:
I want to write a script, that works with the FxOperator-Nodes, that are selected in the FxTree.
That works, but only, if i select these nodes via the scene-explorer or some kind of explorer.
If i drag a rectangle around them to highlight them inside the FxTree View, the script doesnīt take them as selected, because the system also doesnīt do that.
Only if i double-Click on one of them, the become selected. But this way i canīt select multiple nodes from the FxTree.
Now the question:
Can i somehow filter, if they are highlighted in the FxTree? I mean...they become highlighted in the Tree, if you click on them and they can be deleted by rectangle-select them and simply pressing delete.
So there has to be a state for this condition...but i canīt find it.
Active is not true, because active means, if they are muted or not.
Selected is not true, as i mentioned above.
I canīt find any other Property, Parameter or nestedObject, that could help me in the SDK Guides.
The script, that i wrote works fine, if you pick the nodes from the explorer, but this is all but not comfortable for the user...
Any help would be appreciated
got a problem:
I want to write a script, that works with the FxOperator-Nodes, that are selected in the FxTree.
That works, but only, if i select these nodes via the scene-explorer or some kind of explorer.
If i drag a rectangle around them to highlight them inside the FxTree View, the script doesnīt take them as selected, because the system also doesnīt do that.
Only if i double-Click on one of them, the become selected. But this way i canīt select multiple nodes from the FxTree.
Now the question:
Can i somehow filter, if they are highlighted in the FxTree? I mean...they become highlighted in the Tree, if you click on them and they can be deleted by rectangle-select them and simply pressing delete.
So there has to be a state for this condition...but i canīt find it.
Active is not true, because active means, if they are muted or not.
Selected is not true, as i mentioned above.
I canīt find any other Property, Parameter or nestedObject, that could help me in the SDK Guides.
The script, that i wrote works fine, if you pick the nodes from the explorer, but this is all but not comfortable for the user...
Any help would be appreciated