How to access assets information on content panel?
578276864_563542692c
Posts: 31
Can I direct access assets on content panel?I can do it with script by using "MainWindow.getPaneMgr().findPane("DzContentLibraryPane").getSelectedAssets()",But there are no such a class or method in SDK.so How can I get selected asset's fullpath?
Comments
See my responses to other threads, with a common theme... directly accessing classes of plugins:
Decimator and aniMate
Parameters pane*
3Delight renderer
The Content Library pane, like most panes, is provided by a plugin. Plugin classes are not generally exposed via the SDK, but are often accessible via script. *I've marked the thread that provides additional information on how you might go about investigating what you can access in another plugin.
-Rob
thx for replay!