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-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19patch [#35789] Quick hack more/less tool for latticesCampbell Barton
2013-07-19patch [#36032] Quick Hack lattice random selectionCampbell Barton
2013-07-16Style cleanup of UI messages.Bastien Montagne
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-15fix [#36107] Moving origin of instanced objects doesn't work properlyCampbell Barton
2013-07-13fix for misc errorsCampbell Barton
2013-07-10fix for possible bug with compilers that dont have boolean support.Campbell Barton
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-04Fix #35997: add armature > single bone, then change location or rotation wouldBrecht Van Lommel
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 #35992: crash using make links > animation data between empty and mesh ob...Brecht Van Lommel
2013-07-04Fix Weight Paint(Weight-Transfer): active vgroup does not match active bone w...Gaia Clary
2013-07-03Fix #35935: make links > groups, which copies group membership between objects,Brecht Van Lommel
2013-07-02Fix #35964: viewport render not updating with linking materials with ctrl+L.Brecht Van Lommel
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-29replace LATTICE_PT macro with BKE_lattice_index_from_uvw().Campbell Barton
2013-06-28fix regression since early 2.5x, there was no way to copy library linked obje...Campbell Barton
2013-06-28fix for crash linking fonts to other objects with linked obdata (link, undo w...Campbell Barton
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-28fix [#35901] Hooks on armature bones are calculated in wrong spaceCampbell Barton
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-26correct typos in comments.Campbell Barton
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