Files
test2/source/blender/blenkernel
Jason Hays 1b5d16f1bf I made multitude of fixes based on the comments provided online:
Removed the drawSelectedVerts and added drawSelectedVertices, which uses dm->foreachMappedVert.

In calc_weightpaint_vert_color():
Made the weight paint color black and return instead of input=-1

Made the pose bone selection normal when multi-paint is inactive.

Name fix for functions using mv instead of mvert.

Used vector functions provided by the math lib.

Changed some MEM_callocN references to be stacks.

Changed dm_deform_clear to use ob->derivedDeform primarily

Made the variable "float **changes" into "float (*changes)[2]"

Used CTX_data_active_object() in place of CTX_data_pointer_get_type()

Added the invert selection hotkey "Ctrl+I" to weight paint's vertex mask.
2011-09-18 01:09:18 +00:00
..
2011-05-01 21:39:13 +00:00
2011-07-28 13:58:59 +00:00
2011-08-28 14:46:03 +00:00
2011-08-01 11:44:20 +00:00
2011-06-05 20:54:04 +00:00
2011-09-11 10:35:26 +00:00
2011-04-29 04:43:36 +00:00
2011-08-04 07:12:03 +00:00