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-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Fix T58905: Knife project redo failsCampbell Barton
2018-12-07Fix adding objects in local viewCampbell Barton
2018-12-06Fix knife project, add to mesh menuCampbell Barton
2018-12-03Fix T58528: Assign material skips non-activeCampbell Barton
2018-12-02Texture Paint: fix fast selection update to also work without modifiers.Alexander Gavrilov
2018-12-01Fix more cases of evaluated mesh being built for non-COW objects.Alexander Gavrilov
2018-12-01Texture Paint: implement efficient face selection updates.Alexander Gavrilov
2018-12-01Fix usage of mesh_get_eval_final in vertex selection.Alexander Gavrilov
2018-12-01Cleanup: styleCampbell Barton
2018-11-26Fix crash accessing mesh.point_normals defaultCampbell Barton
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-11-23Add missing COW updates when selection changes in paint modes.Alexander Gavrilov
2018-11-22Fix T57578: Vertex Connect crash with less than two verts selectedPhilipp Oeser
2018-11-21UI: Use primary gizmo color for loopcut edge pre-select.Pablo Vazquez
2018-11-21Cleanup: move extrude gizmo to transform moduleCampbell Barton
2018-11-21Gizmo: initial extrude support for non mesh typesCampbell Barton
2018-11-21Fix extrude tool redoCampbell Barton
2018-11-20Fix T57935: Crash Alt clicking w/ poly build toolCampbell Barton
2018-11-15UI: 'Add Object' rename dimensionsCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14WM: enforce descriptions being NULL or definedCampbell Barton
2018-11-10BMesh: avoid incorrect/invalid matrix calculationCampbell Barton
2018-11-09Multi-Objects: MESH_OT_select_similar worldspace completionHabib Gahbiche
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-11-07Fix 'Set and Use 3D Cursor' normal editing command.Howard Trickey
2018-11-07Multi-Objects: CURVE_OT_select_similarHabib Gahbiche
2018-11-06Cleanup: rename fast-heap -> heap-simpleCampbell Barton
2018-11-06Cleanup: move fast heap into own source & headerCampbell Barton
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-11-04BLI_heap: add an API function to directly read the top node value.Alexander Gavrilov
2018-10-31Fix gizmo extrude adjust & normal axis w/o facesCampbell Barton
2018-10-24Fix error w/ poly-build clearing the edit-objectCampbell Barton
2018-10-24Fix T57366: Mesh.from_pydata invalid loose-edge stateCampbell Barton
2018-10-23Fix T57190: loopcut crash w/o overlaysCampbell Barton
2018-10-22Fix T57028: Connect Vertex not working with more than 2 selectedPhilipp Oeser
2018-10-19Fix T57295: Edit-mesh modes got out of syncCampbell Barton
2018-10-19Cleanup: compiler warningsCampbell Barton
2018-10-18Cleanup: move gizmo sort functions into an APICampbell Barton
2018-10-16Cleanup: namingCampbell Barton
2018-10-12Mesh: remove derivedFinal from various placesCampbell Barton
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-05Cleanup: styleCampbell Barton
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-10-03Extrude: add normal flip to mesh.extrude_contextCampbell Barton