export_materials_to_file# Materials.export_materials_to_file(output_file)[source]# Export all materials to a JSON or TOML file. Parameters: output_filestrFull path and name of the JSON file to export to. Returns: boolTrue when successful, False when failed.