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
2016-02-08Fix group flipping when syncing mirror weightsAlexander Gavrilov
2016-02-08Cleanup: use doxy comments for deform.cCampbell Barton
2016-01-20Weight Paint: 'Sample' now supports multi-paintAlexander Gavrilov
2015-11-03Fix T46611: Vertex group locking failsCampbell Barton
2015-10-16Fix T46508: data_transfer of normals fails in case objects are transformed.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-06Simplify defvert_remove_group(), use reallocCampbell Barton
2015-07-14BKE_deform: assert on invalid argsCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-05Fix T44263: Invalid parameters to fill_vn_fl in deform.c.Bastien Montagne
2015-03-19Fix out-of-bounds read BKE_deform_flip_side_nameCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-12Cleanup: rename BKE's 'object_data_transfer' to 'data_transfer' to avoid same...Bastien Montagne
2015-01-09Transfer Data: add main core code and operators.Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-08-19Fix for BKE_deform_flip_side_name getting fooled by extra separator charactersCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell 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
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-11-17Style Cleanup: whitespaceCampbell Barton
2013-11-16code cleanup: rename flip_side_name to BKE_deform_flip_side_nameCampbell Barton
2013-10-10Weight Paint Tools: Add "Subset" option to "Normalize All"Irie Shinsuke
2013-07-27fix for BKE_deform_split_suffix()Campbell Barton
2013-07-19code cleanup: use MEM_mallocN rather then MEM_callocN when the array isCampbell Barton
2013-07-04stop adding groups from changing the active group with weight transfer, add B...Campbell Barton
2013-06-25style cleanupCampbell Barton
2013-06-23Added polished Vertex Weights Panel (properties sidebar)Gaia Clary
2013-05-15use bool arrays rather then char for weight paint lock/select arraysCampbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-02-22new weight paint draw option to display unweighted vertices with the option t...Campbell Barton
2013-02-11fix for own bug - memory leak when cancelling weight gradient toolCampbell Barton
2013-01-03r53351 removed a NULL check for name in defgroup_name_index(). name can be NU...Mitchell Stokes
2012-12-28code cleanup:Campbell Barton
2012-12-28remove unneeded inline lookups and fix error with wpaint_stroke_test_start re...Campbell Barton
2012-10-30minor changes to select similar,Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-22code cleanup: check defgroup_name_index() return value != -1, rather then che...Campbell Barton
2012-09-05fix [#29431] "Normalize All" from Weight Tools don't work correctlyCampbell Barton
2012-09-05code cleanup: move get_selected_defgroups into object_deform.c and make it be...Campbell Barton
2012-05-24style cleanup: comma placementCampbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-12style cleanup: blenkernelCampbell Barton
2012-04-30- improve select grouped prefix/suffix from recent patchCampbell Barton
2012-04-29patch [#30834] Quick Hack: Select similar for bones in edit modeCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton