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
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
2013-06-27Added checks to Vertex Groups panel to respect locked Vertex GroupsGaia Clary
2013-06-27fix for recently added active-vertex weight operators crashing on lattice obj...Campbell Barton
2013-06-27use common suffix's for exec/poll functions in recently added vertex-group op...Campbell Barton
2013-06-27Added checks to vertex Weight editor to respect locked Vertex GroupsGaia Clary
2013-06-26Rename operator for better clarityGaia Clary
2013-06-25new weight operators had zero min/max range for the 'weight_group'Campbell Barton
2013-06-24lattice: use functions rather then defines, also added a function to get uvw ...Campbell Barton
2013-06-24de-duplicate ED_mesh_active_dvert_* functions.Campbell Barton
2013-06-23Added polished Vertex Weights Panel (properties sidebar)Gaia Clary
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.Campbell Barton
2013-06-20add axis option to EDBM_verts_mirror_cache_beginCampbell Barton
2013-06-17Usual UI messages style edits...Bastien Montagne
2013-06-12prepared local vgroup selection function for more general usageGaia Clary
2013-06-10Fix bug in vertex group code after recent changes, did not do proper NULLBrecht Van Lommel
2013-06-10patch [#35631] Active element for LatticeCampbell Barton
2013-06-05add option to remove all shape keys at once (access from shape key menu on pa...Campbell Barton
2013-06-05changes to mirror toolsCampbell Barton
2013-06-05Added 'clear active group' to object data properties -> Vertex Groups -> pull...Gaia Clary
2013-06-05yet another check for missing vertex groups needed (for 'Select/Deselect')Campbell Barton
2013-06-04fix own error with removing vertex weights not checking for non-existing weig...Campbell Barton
2013-05-29fix for confusion switching active group when running mirror (would swich bac...Campbell Barton
2013-05-29tweaks to vertex weight limitCampbell Barton
2013-05-29fix for own mistake in recent change to use defvert layer offsets.Campbell Barton
2013-05-29Correction for strict compiler flags.Sergey Sharybin
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26Fixed own error: used wrong iteration count for cleaning weight groupsGaia Clary
2013-05-24weight tools: added more selection types to limit total operatorGaia Clary
2013-05-24style cleanupCampbell Barton
2013-05-24fixed memory leak in weight tool: levelsGaia Clary