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-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
2018-10-03Cleanup: styleCampbell Barton
2018-10-02Gizmo: scale xyz axis to 1.0Campbell Barton
2018-10-02Gizmo: option to switch between normal/xyz widgetsCampbell Barton
2018-10-02Cleanup: split extrude gizmo into own fileCampbell Barton
2018-10-02Gizmo: move spin tool axis option into gizmo-groupCampbell Barton
2018-10-02WM: generalize tool property initializationCampbell Barton
2018-10-02Merge branch 'master' into blender2.8Campbell Barton
2018-10-02Correct tooltipCampbell Barton
2018-10-01Object Join: use 'selected_editable_objects'Campbell Barton
2018-09-28Multi-Objects: MESH_OT_sort_elementsDalai Felinto
2018-09-28Cleanup: Remove bmo_similar.c and small renamingDalai Felinto
2018-09-28Multi-Objects: Select similar vertex: SIMVERT_VGROUPDalai Felinto
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg