This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/release/scripts/ui
Campbell Barton ace8d45c1c - particle drawing was using invalid memory with weights.
- particle set weight operator (Shift + K) and from the menu.
- mirror vertex groups operator can also flip weight group names.

a number of utility functions for weight groups added
 int *get_defgroup_flip_map(struct Object *ob);
 void flip_vertexgroup_name (char *name_r, const char *name, int strip_number); // moved from modifier.c 
 void copy_defvert (struct MDeformVert *dvert_r, const struct MDeformVert *dvert);
 void flip_defvert (struct MDeformVert *dvert, int *flip_map);
2010-01-15 17:28:00 +00:00
..
2009-11-23 00:27:30 +00:00
2010-01-08 10:11:04 +00:00
2009-11-23 00:27:30 +00:00
2010-01-14 02:13:08 +00:00
2010-01-09 23:44:01 +00:00
2010-01-07 09:55:11 +00:00
2010-01-15 17:00:37 +00:00