## DESCRIPTION This plugin was developped to work with the Prism Pipeline at MenhirFX.
forked from EFV0804/PrismPlugin_SendToClient
This plugin adds a new option when right clicking a scenefile/media/product in the Prism Project Browser. It allows the user to copy the selected media into a new or existing folder, and rename the files with a custom name.
The new option offers 2 actions:
-
The basic send action, which opens a dialog window. The user can set the media name and the export folder name.
-
And the quick send action, which copies the media with the default setting.
In the Config class, in env.py you can change the value of some parameters:
- MENU_NAME : The option name in the contextual menu.
- ACTION_NAME : The name of the send action.
- QUICK_ACTION_NAME : The name of the quick send action.
- EXPORT_FOLDER : The export folder name, at the project root.
- get_placeholder_export_name(data) : The method that creates a default name for the media being copied.
- get_default_destination_folder_name(): The method that creates a default name for the destination folder (inside the export folder).
To install this plugin copy the folder 'SendToClient' into a Prism plugin location.