Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'power_sequencer/scripts/BPSRender/bpsrender/setup.py')
-rw-r--r--power_sequencer/scripts/BPSRender/bpsrender/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/power_sequencer/scripts/BPSRender/bpsrender/setup.py b/power_sequencer/scripts/BPSRender/bpsrender/setup.py
index 9aa044c2..aba30d07 100644
--- a/power_sequencer/scripts/BPSRender/bpsrender/setup.py
+++ b/power_sequencer/scripts/BPSRender/bpsrender/setup.py
@@ -139,7 +139,7 @@ def setup_folders_hdd(cfg, clargs, **kwargs):
-------
out: (iter((str, iter(tuple))), dict)
1st element: see commands.py:get_commands_all
- 2nd element: the keyword arguments used by calls.py:call
+ 2nd elment: the keyword arguments used by calls.py:call
"""
# create folder structure if it doesn't exist already only if
# appropriate command line arguments are given
@@ -170,7 +170,7 @@ def setup(cfg, clargs):
-------
out: (iter((str, iter(tuple))), dict)
1st element: see commands.py:get_commands_all
- 2nd element: the keyword arguments used by calls.py:call
+ 2nd elment: the keyword arguments used by calls.py:call
"""
setups_f = (setup_bspy, setup_probe, setup_paths, setup_folders_hdd)
lg.basicConfig(level=LOGLEV[min(clargs.verbose, len(LOGLEV) - 1)])