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 'rigify/base_rig.py')
-rw-r--r--rigify/base_rig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/base_rig.py b/rigify/base_rig.py
index c25e701d..0cc2bc1d 100644
--- a/rigify/base_rig.py
+++ b/rigify/base_rig.py
@@ -159,7 +159,7 @@ class BaseRig(GenerateCallbackHost, RaiseErrorMixin, BoneUtilityMixin, Mechanism
"""
Base class for all rigs.
- The main weak areas in the legacy Rigify rig class structure
+ The main weak areas in the legacy (pre-2.76b) Rigify rig class structure
was that there were no provisions for intelligent interactions
between rigs, and all processing was done via one generate
method, necessitating frequent expensive mode switches.