Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-06Fix T53206: Array modifier doesn't merge vgroupsCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2016-10-31Added 'delete unlocked vertex groups' option.Sybren A. Stüvel
2016-01-25Fix various potential bugs from coverity reports (NULL dereference, negative ...Bastien Montagne
2016-01-21Weight Paint: Make multi-paint & mirror work as if bone selection was symmetricAlexander Gavrilov
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-21Fix Clear vertex group ignoring selected optionCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-08-18add hash function BLI_ghash_assign, BLI_edgehash_assignCampbell Barton
2013-05-23wrong list member size for memory setting(was too short)Gaia Clary
2013-05-19fix memory corruption: allocated memory space did not match the needed spaceGaia Clary
2013-05-15use bool arrays rather then char for weight paint lock/select arraysCampbell Barton
2012-09-05code cleanup: move get_selected_defgroups into object_deform.c and make it be...Campbell Barton
2012-09-05code cleanup: move functions for getting defgroup arrays from objects out of ...Campbell Barton