From e1f331e0af4461dbf80e03e76d9576fa748a0460 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Sun, 11 Jul 2021 16:13:28 +0300 Subject: 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. --- rigify/.pep8 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rigify/.pep8 (limited to 'rigify/.pep8') 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 -- cgit v1.2.3