Resolve.import_render_preset#

Resolve.import_render_preset(preset_path: str) bool[source]#

Import a preset from presetPath (string) and set it as current preset for rendering.

Parameters:

preset_path (str) – path of preset file

Returns:

Returns True if succssful, False otherwise.

Return type:

bool