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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-11EditMesh: remove duplicate rip macroCampbell Barton
2016-07-08BMesh: add decimate edit-mode toolCampbell Barton
2016-03-30Use Ctrl-Shift-RMB for to enable 'Fill Region'Campbell Barton
2016-01-07BMesh: add select next/prev operatorCampbell Barton
2016-01-04Remove select-next-loop operatorCampbell Barton
2015-12-11BMesh: Boolean as an edit-mode toolCampbell Barton
2015-06-15BMesh: edge-offset feature (Ctrl+Shift+R)Campbell Barton
2015-06-11BMesh: flatten faces operatorCampbell Barton
2015-05-03Cleanup: rename clear_skin & clear_mask operators to skin_clear and mask_clear.Bastien Montagne
2015-05-03Fix T44589: No way to add a skin data layer manualy.Bastien Montagne
2015-04-20Fix T44419: extruding when using lasso deselectCampbell Barton
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-05Fix T44275: CTRL+LMB to extrude to mouse position conflicts with snappedJulian Eisel
2015-04-03Sticky Keys backendJulian Eisel
2015-02-16BMesh: Connect path, use select orderCampbell Barton
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2014-09-27Add Face Region to 'Select-Similar' menuCampbell Barton
2014-09-26BMesh: select similar regionsCampbell Barton
2014-08-18BMesh: intersect toolCampbell Barton
2014-07-11Add mesh tool to split faces by wire edges (face menu)Campbell Barton
2014-06-14Rename 'Extend Vertex' to be clear it operates on many verticesCampbell Barton
2014-06-13New Editmesh Tool: Extend Vertex, (Alt+D) D512Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-21Modifier: rename triangulate scanfill to ear-clipCampbell Barton
2014-02-17Mesh Tool: removes degenerate edges, faces and face ears.Campbell Barton
2014-01-17EditMesh: add delete loose operator (access from Cleanup menu)Campbell Barton
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-15add 'Extrude Region, Vertex Normal' to the extrude menu, equivalent of 'Extru...Campbell Barton
2013-08-23new mesh bisect tool, available in the mesh menu.Campbell Barton
2013-08-06Add key shortcut for context sensitive dissolve, Ctrl+X / Ctrl+Delete (as ...Campbell Barton
2013-07-28new mesh tool for cleaning up meshes, splits up non-planar faces while they e...Campbell Barton
2013-07-25mesh tool to fill in holes, added in mesh clean menu,Campbell Barton
2013-06-27- remove edge collapse loop operator (now replaced by dissolve).Campbell Barton
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-06-20Snap to Symmetry (editmesh tool)Campbell Barton
2013-06-14Change edgeloop delete to use dissolve, fixes bug [#35738].Campbell Barton
2013-06-04edit-mesh improvements to select shortest pathCampbell Barton
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-16bmesh, grid fill tool.Campbell Barton
2013-05-08split dissolve into 3 different operators (face/edge/vert).Campbell Barton
2013-04-29select loose wasn't working very usefully if you only wanted to select loose ...Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-06svn merge ^/trunk/blender -r55815:55840Sergey Sharybin
2013-04-06patch [#34890] BMesh Poke Face.Campbell Barton