Renamed 'Job File Path' to 'Job Storage Path' so it's more explicit.
This commit is contained in:
parent
15254b8951
commit
cdb4bf4f4f
@ -3,6 +3,7 @@
|
|||||||
## Version 1.7.5 (2017-10-06)
|
## Version 1.7.5 (2017-10-06)
|
||||||
|
|
||||||
- Sorting the project list alphabetically.
|
- 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)
|
## Version 1.7.4 (2017-09-05)
|
||||||
|
@ -236,7 +236,7 @@ class BlenderCloudPreferences(AddonPreferences):
|
|||||||
# NOTE: The assumption is that the workers can also find the files in the same path.
|
# NOTE: The assumption is that the workers can also find the files in the same path.
|
||||||
# This assumption is true for the Blender Institute.
|
# This assumption is true for the Blender Institute.
|
||||||
flamenco_job_file_path = StringProperty(
|
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',
|
description='Path where to store job files, should be accesible for Workers too',
|
||||||
subtype='DIR_PATH',
|
subtype='DIR_PATH',
|
||||||
default='/render/_flamenco/storage')
|
default='/render/_flamenco/storage')
|
||||||
|
Reference in New Issue
Block a user