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:
authorAlexander Gavrilov <angavrilov@gmail.com>2021-07-11 16:13:28 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2021-07-11 19:21:57 +0300
commite1f331e0af4461dbf80e03e76d9576fa748a0460 (patch)
tree57b4f05b59cce0372c09b227ec80afdf48e7fddb /rigify/.pep8
parent7884a7bbf9e2c9358609129ad8f4fca351d7f278 (diff)
Rigify: add more utility code for the upcoming face rig.
Move widget and driver utilities from the feature set and rewrite create_circle_widget. Also increase the line length for autopep8.
Diffstat (limited to 'rigify/.pep8')
-rw-r--r--rigify/.pep82
1 files changed, 2 insertions, 0 deletions
diff --git a/rigify/.pep8 b/rigify/.pep8
new file mode 100644
index 00000000..a2d556f4
--- /dev/null
+++ b/rigify/.pep8
@@ -0,0 +1,2 @@
+[pycodestyle]
+max_line_length = 99