List C4D Plugins (Any Type)
list_pluginsList Cinema 4D plugins by type with optional name and host-plugin regex filtering for command attribution.
Instructions
Generalized plugin enumerator. Pass plugin_type (e.g. "material", "shader", "video_post", "command") or a raw int to FilterPluginList. Each entry includes "plugin" (parent folder of the binary, e.g. "OctaneRender 1.7.1") and "plugin_file" (binary basename) for host-plugin attribution. Filter results by name_pattern and/or plugin_pattern regex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin_type | No | Plugin category: string alias or raw c4d.PLUGINTYPE_* integer. Defaults to 'command'. | command |
| name_pattern | No | Optional regex applied to plugin display name (e.g. "octane|convert"). | |
| plugin_pattern | No | Optional regex matched against the host plugin folder or binary filename (e.g. "octane" → "OctaneRender 1.7.1"). Useful for commands whose display name does not include the plugin brand. |