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>2007-01-02 16:12:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-01-02 16:12:23 +0300
commit426cc6dca3f7081502f07eb656af2aafa22023a7 (patch)
tree5ddf5d155fd3bb3dd251fd35c765660e5a65da64 /release
parent4f90a3a627713837b1967da41c4b4b5fa0e3efec (diff)
weightpaint_envelope_assign - was making an error checking a null vgroup
API_intro - changed URL from elysuin others - added __copy__() docs.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/weightpaint_envelope_assign.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/weightpaint_envelope_assign.py b/release/scripts/weightpaint_envelope_assign.py
index 33475294b2d..f383633995a 100644
--- a/release/scripts/weightpaint_envelope_assign.py
+++ b/release/scripts/weightpaint_envelope_assign.py
@@ -141,7 +141,7 @@ def env_from_group(ob_act, grp, PREF_UPDATE_ACT=True):
if PREF_UPDATE_ACT:
act_group = me.activeGroup
- if act_group == 'None':
+ if act_group == None:
Draw.PupMenu('Error%t|No active vertex group.')
return