Local project path is used by both Attract and Flamenco

It's now shown whenever the project is set up for either one.
This commit is contained in:
2017-03-21 14:06:45 +01:00
parent 74220e4fc4
commit cf7adb065f
2 changed files with 14 additions and 18 deletions

View File

@@ -514,7 +514,7 @@ def render_output_path(context, filepath: Path = None) -> typing.Optional[PurePa
filepath = Path(context.blend_data.filepath)
return _render_output_path(
prefs.attract_project_local_path,
prefs.cloud_project_local_path,
filepath,
prefs.flamenco_job_output_strip_components,
prefs.flamenco_job_output_path,