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
2019-08-07Edit Mesh Selection: Move ED_view3d_select_ functions to bf_drawmano-wii
2019-08-02Edit Mesh Select: Remove redundant and deprecated `FAKE_SELECT_MODE_...`mano-wii
2019-07-303D View: Move selection API to a Selection engine.mano-wii
2019-06-14Mesh Selection: Move Selection ID Context Utilities to ED_view3d.mano-wii
2019-06-01Fix T65330: Blender crash when double click on faceDalai Felinto
2019-05-28Fix show face-dot checkCampbell Barton
2019-05-27Cleanup: Fix warning in bf_editor_meshRay Molenkamp
2019-05-23Fix T65002: after hiding edit mode object, clicking in wireframe mode crashesGeorge Vogiatzis
2019-05-20Cleanup: move selection utilities into ED_select_buffer_utilsCampbell Barton
2019-05-20Cleanup: remove EDBM_backbuf APICampbell Barton
2019-05-19Edit Mesh Select: Fix/update to new logic.mano-wii
2019-05-18Fix T54686: objects don't occlude each other for edit-mesh select (part 2)Campbell Barton
2019-05-18Cleanup: remove unused argumentCampbell Barton
2019-05-17Fix T64759: Pick select selects an incorrect face in edit mode.mano-wii
2019-05-17Mesh Select: use select context instead of static structsmano-wii
2019-05-16Fix edit-mesh face-dot drawing checkCampbell Barton
2019-05-16Fix T64687: Loop select work only with edgesCampbell Barton
2019-05-16Fix unreported: Presselection cycle not working in multiple meshes editing.mano-wii
2019-05-16ClangFormat: remove FAKE_SELECT_MODE_BEGIN from ForEachMacrosCampbell Barton
2019-05-16Fix T54686: objects don't occlude each other for edit-mesh selectmano-wii
2019-04-29Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-11Fix T63467: Edge/vertex selection isnt working properly with X-ray set to 1Sebastian Parborg
2019-04-09Cleanup: spellingCampbell Barton
2019-04-09Fix T62114: Wireframe mode selection: selects backside objects when clicking ...Sebastian Parborg
2019-03-263D View: move deselect all logic into an optionCampbell Barton
2019-03-15GPU: Simplify select shaders.mano-wii
2019-03-08Cleanup: spellingCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-08Cleanup: rename V3D_MANIP_* -> V3D_ORIENT_*Campbell Barton
2019-02-06Fix T60935: More numerically stable distance to ray computationJacques Lucke
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-21Fix bug selecting verts in mixed edge/vert modeCampbell Barton
2018-12-19Gizmo: optional custom orientations for transformCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-03Fix T58528: Assign material skips non-activeCampbell Barton
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-10-19Fix T57295: Edit-mesh modes got out of syncCampbell Barton
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-09-26Fix memleak on edbm_select_linked_pick_invokeDalai Felinto