From cdb4bf4f4fd5342e837adb7482ff1acf552fd31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 6 Oct 2017 12:37:44 +0200 Subject: [PATCH] Renamed 'Job File Path' to 'Job Storage Path' so it's more explicit. --- CHANGELOG.md | 1 + blender_cloud/blender.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d566a..63b3a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Version 1.7.5 (2017-10-06) - Sorting the project list alphabetically. +- Renamed 'Job File Path' to 'Job Storage Path' so it's more explicit. ## Version 1.7.4 (2017-09-05) diff --git a/blender_cloud/blender.py b/blender_cloud/blender.py index 4ed4e05..50a6b7c 100644 --- a/blender_cloud/blender.py +++ b/blender_cloud/blender.py @@ -236,7 +236,7 @@ class BlenderCloudPreferences(AddonPreferences): # NOTE: The assumption is that the workers can also find the files in the same path. # This assumption is true for the Blender Institute. flamenco_job_file_path = StringProperty( - name='Job File Path', + name='Job Storage Path', description='Path where to store job files, should be accesible for Workers too', subtype='DIR_PATH', default='/render/_flamenco/storage')