Refactor: change "folder" to "directory" where needed.

This commit fixes every instance in which the word "folder" is
incorrectly used instead of "directory".
This commit is contained in:
Marco Bonelli
2019-02-11 19:00:49 +01:00
committed by Agniva De Sarker
parent 2484529a83
commit 2599a6de48
65 changed files with 202 additions and 202 deletions

View File

@@ -11,13 +11,13 @@
`blender -b {{filename}}.blend -o //{{render/frame_###.png}} -a`
- Render the 10th frame of an animation as a single image, saved to an existing folder (absolute path):
- Render the 10th frame of an animation as a single image, saved to an existing directory (absolute path):
`blender -b {{filename}}.blend -o {{/path/to/output_folder}} -f {{10}}`
`blender -b {{filename}}.blend -o {{/path/to/output_directory}} -f {{10}}`
- Render the second last frame in an animation as a JPEG image, saved to an existing folder (relative path):
- Render the second last frame in an animation as a JPEG image, saved to an existing directory (relative path):
`blender -b {{filename}}.blend -o //{{output_folder}} -F {{JPEG}} -f {{-2}}`
`blender -b {{filename}}.blend -o //{{output_directory}} -F {{JPEG}} -f {{-2}}`
- Render the animation of a specific scene, starting at frame 10 and ending at frame 500: