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
2015-04-20Fix T44383: Select face fails in some positionsCampbell Barton
2015-04-20Editmesh select nearest fixesCampbell Barton
2015-04-20Cleanup: use macro for common view3d zbuf checkCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-20Fix T44419: extruding when using lasso deselectCampbell Barton
2015-04-17Fix T44411: poll() function of MESH_OT_knife_project was not strict enough.Bastien Montagne
2015-04-13Cleanup: styleCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-04-09Fix part of T44320 selecting islands can fail.Antony Riakiotakis
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-07Various Sticky fixes (tm)Julian Eisel
2015-04-05Stickies: Remove redundant fixesJulian Eisel
2015-04-05Fix T44275: CTRL+LMB to extrude to mouse position conflicts with snappedJulian Eisel
2015-04-03Sticky Keys backendJulian Eisel
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-18Select nth option to skip stepsCampbell Barton
2015-03-13Add an option to mesh.calc_tessface() to get rid of polygons and loopsSergey Sharybin
2015-03-03Knife: fix glitch dragging mouse outside the faceCampbell Barton
2015-03-02Fix T43862: Knife fails with concave ngonCampbell Barton
2015-02-27MEM_SAFE_FREE caused issues /w const & GCC5Campbell Barton
2015-02-27Fix T43806: Knife project crashesCampbell Barton
2015-02-16BMesh: Connect path, use select orderCampbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-09more direct fix for last commitCampbell Barton
2015-02-09Fix T43498: New curves fails /w radius & rotationCampbell Barton
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-03UI messages: minor fixes...Bastien Montagne
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-19Fix two potential bugs reported by latest coverity scan.Bastien Montagne
2015-01-13Recent extrude rework caused bug with single facesCampbell Barton
2015-01-13error in last commitCampbell Barton
2015-01-13Fix T42459: Knife fails at small scaleCampbell Barton
2015-01-13Fix T43229: Knife-project regression (broke knife-project)Campbell Barton
2015-01-08Fix T43154: Extrude edges ignored isolated vertsCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-28Fix T40930: Add a new option to select faces by smooth/flat shading.Bastien Montagne
2014-12-28Fix leak in select-similar regionsCampbell Barton
2014-12-27cleanup: knife tools, use generic sort functionCampbell Barton
2014-12-15Fix T42864: Knife-project fails with 'cut-through'Campbell Barton
2014-12-15Fix T42864 (partial): knife-project included uncut backfacesCampbell Barton
2014-12-15Fix T42864 (partial): Knife-project had too-low precisionCampbell Barton
2014-12-12cleanup: disallow NULL arg to uvedit_aspectCampbell Barton
2014-12-09Correct last commit checking knife edgesCampbell Barton
2014-12-09Knife: cuts along existing edges are now selectedCampbell Barton
2014-12-09Knife: rename vert & edge 'draw' to 'is_cut'Campbell Barton
2014-12-09Knife: fix edge aligned cuts, could add redundant vertsCampbell Barton
2014-12-09Knife: test if an edge is on the face boundaryCampbell Barton
2014-12-09Fix T42488: Knife (selected_only + occlude) failedCampbell Barton