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-05-10Fix T48387: Mirror weights keeps groups assignedCampbell Barton
2016-05-09Fix weight-mirror reporting invalid failed mirror vertsCampbell Barton
2016-03-22Mesh API: add BKE_mesh_vert_edge_vert_map_createCampbell Barton
2016-02-08Fix group flipping when syncing mirror weightsAlexander Gavrilov
2016-01-29Fix T47271: Vertex Group to Selected missing updateCampbell Barton
2016-01-24Fix Smooth Weight expand logicAlexander Gavrilov
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-11-03Fix T46611: Vertex group locking failsCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-08-31Math Lib: Add closest_to_plane helper functionsCampbell Barton
2015-07-06Cleanup: style, spellingCampbell Barton
2015-06-25Weight Paint: replace Blend with Smooth toolCampbell Barton
2015-06-25API calls for converting weights to float arrayCampbell Barton
2015-06-25Cleanup: generalize weight paint poll functionCampbell Barton
2015-06-24WeightPaint Blend: don't stack mem for dvertsCampbell Barton
2015-06-17Cleanup: styleCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-01-11Transfer data: cleanup: Remove 'vertex_group_transfer_weight' operator.Bastien Montagne
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-17Cleanup: Shapekey: get rid of `ED_vgroup_object_is_edit_mode()`Bastien Montagne
2014-11-17Slight improvements to vgroup tooltipsDaniel Salazar
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-14Replace tooltips of copy vgroups to ... operators.Bastien Montagne
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-07-18Code cleanupCampbell Barton
2014-07-16Automatic commit by arcgaiaclary
2014-07-16Sort vertex groups by Armature Hierarchygaiaclary
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-06Fix T38955: Misleading tooltip for Clean Tool in Weight Tools Toolshelf.Bastien Montagne
2014-03-05Fix T38970: Invert weights remove weights option not workingCampbell Barton
2014-02-19Fix T38717: Copy Vertex Group To Selected fails when all Vertex GroupsLukas Tönne
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-21Fix T38265: transferring vertex weights from an object with modifiers not wor...Brecht Van Lommel
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-17vertex weights: add weight quantize tool.Campbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-10Weight Paint Tools: Add "Subset" option to "Normalize All"Irie Shinsuke
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton