Blender Git Commit Log

Git Commits -> Revision e5209c2

Revision e5209c2 by Campbell Barton (master)
September 5, 2011, 05:28 (GMT)
- vertex group modifiers isDisabled functions were incorrect, need to check if the string is set: == NULL will never be true.
- was doing NULL checks on freeing memory in cases where the values were already accessed (blender would have crashed anyway), so remove the NULL checks.
- use deform.c api weight functions to replace inline weight lookups in some cases.
- change if checks in weightvg_do_mask() so its more obvious whats going on.

Commit Details:

Full Hash: e5209c205974b03f1090bf73414a82072a6a0d5b
SVN Revision: 39918
Parent Commit: 2c740a9
Lines Changed: +51, -63

4 Modified Paths:

/source/blender/modifiers/intern/MOD_weightvgedit.c (+15, -20) (Diff)
/source/blender/modifiers/intern/MOD_weightvgmix.c (+7, -8) (Diff)
/source/blender/modifiers/intern/MOD_weightvgproximity.c (+5, -9) (Diff)
/source/blender/modifiers/intern/MOD_weightvg_util.c (+24, -26) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021