Blender Git Loki
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