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
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
2013-10-03fix bug in ED_vgroup_subset_from_select_type, setting negative index in boole...Campbell Barton
2013-09-17fix [#36246] Weight tools do not mirror properly in vertex selection mask mode.Campbell Barton
2013-09-17vertex group blend, support for blending multiple groups at once.Campbell Barton
2013-09-17minor renaming (adding related functions in future commits).Campbell Barton
2013-08-23modify closest_to_plane_v3 not to use point-normal form.Campbell Barton
2013-08-07quiet shadow warnings and remove redundant NULL checkCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-16Style cleanup of UI messages.Bastien Montagne
2013-07-09fix for error in vertex_group_vert_select_unlocked_poll, check for non existi...Campbell Barton
2013-07-05Changed default setting for transfer weights to Group:AllGaia Clary
2013-07-05Added generic function to Sync pose bone with active vgroup. For use in Weigh...Gaia Clary
2013-07-05replaced OPERATOR_CANCELLED by OPERATOR_FINISHED to get the redo panel for Tr...Gaia Clary
2013-07-04missed change needed in r58003, wasn't selecting source group properly.Campbell Barton
2013-07-04changes to weight paint transferCampbell Barton
2013-07-04rename poll functions from r57986, also no need to count the list to check if...Campbell Barton
2013-07-04Moved 'vgroups exist' check into operator poll functions of weight toolsGaia Clary
2013-07-04stop adding groups from changing the active group with weight transfer, add B...Campbell Barton
2013-07-04fixes/edits to wright transferCampbell Barton
2013-07-04Fix Weight Paint(Weight-Transfer): active vgroup does not match active bone w...Gaia Clary
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-07-01Restrict Weight Edit Panel to mesh/lattice Edit and Weight Paint vertex selec...Gaia Clary
2013-07-01Bugfix [#35936] Can't create new vertex group when using Ctrl G menuJoshua Leung
2013-06-29re-arrange '--help' output into more useful sections (added debug, python).Campbell Barton
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-27Fix: Check for locked Vertex Group (returned true where false was expected)Gaia Clary
2013-06-27fix for memory leak in vgroup_copy_active_to_selCampbell Barton
2013-06-27Changed Tool Tip for clarityGaia Clary