How to access assets information on content panel?

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

  • rbtwhizrbtwhiz Posts: 2,171
    edited December 1969

    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

  • edited December 1969

    thx for replay!

Sign In or Register to comment.