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 'oscurart_tools/render/batch_maker.py')
-rw-r--r--oscurart_tools/render/batch_maker.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/oscurart_tools/render/batch_maker.py b/oscurart_tools/render/batch_maker.py
index fed15dcc..ca386546 100644
--- a/oscurart_tools/render/batch_maker.py
+++ b/oscurart_tools/render/batch_maker.py
@@ -48,4 +48,3 @@ class oscBatchMaker (bpy.types.Operator):
def execute(self, context):
batchMaker(self.bin)
return {'FINISHED'}
-