Blender Git Commit Log

Git Commits -> Revision e294493

Revision e294493 by Ton Roosendaal (master)
September 7, 2005, 18:07 (GMT)
Fix for weight painting errors, as reported by Bassam.

- Undo/Redo didn't work
- Crash on using weightpaint with Armature-modifier (instead of parent).

Note: checking if an object is being deformed cannot be simply done with
checking for a parent anymore... for this a call in modifier.c has been
added; modifiers_isDeformedByArmature(Object *). It even returns the
Armature object pointer.

Commit Details:

Full Hash: e2944936ac33771996898063c3b719f9fc26b4ef
SVN Revision: 5248
Parent Commit: add2e9b
Lines Changed: +32, -21

7 Modified Paths:

/source/blender/blenkernel/BKE_modifier.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+4, -2) (Diff)
/source/blender/blenkernel/intern/modifier.c (+7, -5) (Diff)
/source/blender/src/buttons_object.c (+1, -1) (Diff)
/source/blender/src/editarmature.c (+10, -8) (Diff)
/source/blender/src/editdeform.c (+1, -1) (Diff)
/source/blender/src/vpaint.c (+8, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021