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/files/reload_images.py')
-rw-r--r--oscurart_tools/files/reload_images.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/oscurart_tools/files/reload_images.py b/oscurart_tools/files/reload_images.py
index 68b5c61b..8461e26d 100644
--- a/oscurart_tools/files/reload_images.py
+++ b/oscurart_tools/files/reload_images.py
@@ -33,5 +33,3 @@ class reloadImages (Operator):
for imgs in bpy.data.images:
imgs.reload()
return {'FINISHED'}
-
-