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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-10-05 08:01:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-05 08:01:58 +0300
commitf36f0293210128666f29f0be5c2dfb38bb3421e2 (patch)
treed9b969a54e4f63891e7da266d96462b895c9fe3f /release/scripts/startup/bl_app_templates_system/Sculpting
parent402bde39d135d2bbc314743f37f65693597c57b1 (diff)
Cleanup: style
Diffstat (limited to 'release/scripts/startup/bl_app_templates_system/Sculpting')
-rw-r--r--release/scripts/startup/bl_app_templates_system/Sculpting/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_app_templates_system/Sculpting/__init__.py b/release/scripts/startup/bl_app_templates_system/Sculpting/__init__.py
index 73fbfa7c7b0..77f879addae 100644
--- a/release/scripts/startup/bl_app_templates_system/Sculpting/__init__.py
+++ b/release/scripts/startup/bl_app_templates_system/Sculpting/__init__.py
@@ -21,4 +21,3 @@ def register():
def unregister():
import bpy
bpy.app.handlers.load_post.remove(load_handler)
-