Content Browser [Deprecated]
Warning
The next classes are deprecated with Cinema 4D R25, and only there for conversion purpose. The new Asset API described in the Asset Handbook should be used instead.

The Preset Browser stores various presets that can be referenced or imported into the scene. The API is defined in lib_browser.h.

Important classes are:

  • SDKBrowser is a static class that gives access to the preset library.
  • SDKBrowserURL defines a preset-path.
  • SDKBrowsePresets can be used to list the presets in a given database.
  • SDKBrowserContentNode represents a library element.
  • SDKBrowserPluginInterfaceInfo: Base class for custom preset browser plugins. Registered with RegisterBrowserPlugin().