export_materials_to_file#

Materials.export_materials_to_file(full_json_path)[source]#

Export all materials to a JSON or TOML file.

Parameters:
full_json_pathstr

Full path and name of the JSON file to export to.

Returns:
bool

True when successful, False when failed.