Resolve.import_layout_preset#

Resolve.import_layout_preset(preset_file_path: str, preset_name: str) bool[source]#

Imports preset from path ‘preset_file_path’. The optional argument ‘preset_name’ specifies how the preset shall be named. If not specified, the preset is named based on the filename.

Parameters:
  • preset_file_path (str)

  • preset_name (str)

Return type:

bool