THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/12/2012 at 06:56, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform:
Language(s) :
---------
Hi people,
I am trying to implement a Browser Plugin to support browsing of files of my own file format (showing a thumbnail and a label).
I've created a subclass of SDKBrowserPluginInterfaceInfo as in this example, but failed to make use of it by calling BrowserLibraryPopup. While the registration returns TRUE, I can't trigger the overriden functions (except GetPluginID nothing gets called) . A similar issue was posted here, but remained unanswered.
Independent of this problem I think that BrowserLibraryPopup won't satisfy my requirements. It should be possible to display a label, and drag and drop with the viewport would be really cool. I've already implemented a browser in 3ds Max which looks like this:
The user selects a path on the hard disc and the browser shows the identified files (and takes a png with the same name as the files as thumbnail).
Could this be achieved using SDKBrowserPluginInterfaceInfo maybe in combination with SDKBrowser::LoadPreset/SavePreset (could not find any example for these) or do I have to write my own browser. If so, which GUI Element would you recommend?