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-08-18Cleanup: some bad sizeof() usages.Bastien Montagne
2016-08-12Depsgraph: tag relations for update when aterial slots changesSergey Sharybin
2016-07-22remove double-checked conditionsMike Erwin
2016-07-21Cleanup: warningsCampbell Barton
2016-07-16Cleanup: spellingCampbell Barton
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Add BKE_key_copy_ex() that takes a Main as parameter.Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-08BMesh: add decimate edit-mode toolCampbell Barton
2016-07-08Mesh/Curve Join: remove edit-mode toggleCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-07-04Fix a few compiler warnings on OS X / clang.Brecht Van Lommel
2016-07-01Fix T48666: Segfault on boolean operation when exiting edit mode of instanced...Sergey Sharybin
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-25GPU: move select index code out of WMCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-06-13Bevel segments also changeable with mouse (S toggle).Howard Trickey
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