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:
authorCampbell Barton <ideasman42@gmail.com>2018-09-07 23:18:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-07 23:19:10 +0300
commit4c132dc503c7c9506e301be5b479c6c579ce9723 (patch)
tree0cdd69eed9169d4b30a8c37dd33e5f80790ce3cc /rigify/metarigs/Animals/wolf.py
parent772b5e1e245b76f0aab8b962d1e537b75ec0fbfe (diff)
parentf1c55295b0d95307559c1f8b09d6b8bd6c8bbbf0 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'rigify/metarigs/Animals/wolf.py')
-rw-r--r--rigify/metarigs/Animals/wolf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/metarigs/Animals/wolf.py b/rigify/metarigs/Animals/wolf.py
index e156421b..4cccf085 100644
--- a/rigify/metarigs/Animals/wolf.py
+++ b/rigify/metarigs/Animals/wolf.py
@@ -3224,4 +3224,4 @@ def create(obj):
arm.layers = [(x in [0, 3, 4, 5, 7, 10, 13, 16, 19]) for x in range(32)]
if __name__ == "__main__":
- create(bpy.context.active_object) \ No newline at end of file
+ create(bpy.context.active_object)