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
2016-06-08BLI_array_store: move helper functions into their own APICampbell Barton
2016-06-06Added P key toggle to allow mouse movement to control bevel profile (modal).Howard Trickey
2016-06-03Cleanup & simplify snapping functionsGermano Cavalcante
2016-05-30Editmesh undo memory optimizationCampbell Barton
2016-05-25Move editmesh undo into its own fileCampbell Barton
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2016-05-12BMesh: use active face fallback w/ select-pathCampbell Barton
2016-05-09Fix error introduced by removing faces before executing bridgeCampbell Barton
2016-05-08Fix T48372: missing OS X trackpad scroll support for increasing loop cut / be...Brecht Van Lommel
2016-05-07Fix T48362: Spin tool broken after recent commit.Bastien Montagne
2016-05-06Fix error bridging edge loops flippingCampbell Barton
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-28Fix T48300: 3D view tools outside the 3d view crashCampbell Barton
2016-04-25Fix T48085: Select linked w/ seam delimit gives random resultsCampbell Barton
2016-04-25Cleanup: use boolCampbell Barton
2016-04-22Transform Snap: initial snap context refactorCampbell Barton
2016-04-05Expose new Recast partitioning methods for navmesh generationReinier de Blois
2016-04-05Update Recast version to 1.5.0Reinier de Blois
2016-04-01Knife Project: revert fix for T43896Campbell Barton
2016-04-01BMesh: improve path-select fill region w/ ngonsCampbell Barton
2016-03-31Fix NULL check before freeCampbell Barton
2016-03-30Use Ctrl-Shift-RMB for to enable 'Fill Region'Campbell Barton
2016-03-30Shortest Path Select: option to select all paths between 2 elementsCampbell Barton
2016-03-28Fix T47969: Select Random always uses same seedCampbell Barton
2016-03-25Fix modal bevel OP immediately stopping when called using enter key from sear...Julian Eisel
2016-03-24Fix T47910: Knife project failsCampbell Barton
2016-03-15Fix T47759: Mesh 'Select less', leaves isolated vertsCampbell Barton
2016-03-14Fix T47788: Symmetrize flips multi-res dataCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-03-02Fix T47610: Texture node in compositing nodes does not updateSergey Sharybin
2016-03-01Edit Mesh: Edge tag toggle when no active path is foundCampbell Barton
2016-02-20Fix for NULL used instead of falseSergey Sharybin
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-23Math Lib: optimize segment-plane clippingCampbell Barton
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-20Fix T43896: Knife Project fails when zoomed outCampbell Barton
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2016-01-08Math Lib: use x-span for fill_poly_v2i_n callbackCampbell Barton
2016-01-07BMesh: add select next/prev operatorCampbell Barton
2016-01-07Select mirror multiple axis supportCampbell Barton
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2016-01-04Remove SCons building systemSergey Sharybin
2016-01-04Remove select-next-loop operatorCampbell Barton
2015-12-28Fix possible invalid-index use /w link/path selectCampbell Barton
2015-12-27BMesh Path Select: Face Stepping OptionCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-27BMesh Path Select: Add checker-select optionsCampbell Barton
2015-12-27BMesh: extract int/bmesh element access funcs.Campbell Barton