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-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
2018-09-20Cleanup: renaming missed from mergeCampbell Barton
2018-09-19Move select similar to its own fileDalai Felinto
2018-09-10Edit Mesh: pass Base array to picking functionsCampbell Barton
2018-09-10Tool System: use preselect highlight w/ poly-buildCampbell Barton
2018-09-10Cleanup: use function to set the active baseCampbell Barton
2018-09-05UI: hide mesh mode element redo panelCampbell Barton
2018-08-31Fix MESH_OT_loop_select: Deselect object objectsDalai Felinto
2018-08-28Cleanup: compiler warnings.Brecht Van Lommel
2018-08-27BMesh: improvements/fixes to select side of activeCampbell Barton
2018-08-24Fix MESH_OT_shortest_path_pickDalai Felinto
2018-08-24Multi-Objects: MESH_OT_select_axisDalai Felinto
2018-08-24MESH_OT_select_axis: Make it work with world axis, not local onesDalai Felinto
2018-08-24MESH_OT_select_axis: cleanup (use enum instead of hardcoded values)Dalai Felinto
2018-08-23Multi-Objects: MESH_OT_loop_selectDalai Felinto
2018-08-22Multi-Objects: MESH_OT_shortest_path_pickDalai Felinto
2018-08-143D View boarder/lasso select tool optionsCampbell Barton
2018-07-25Keymap: Use 1..4 to change UV select modesCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-13Tag object/scene for selection update from operatorsSergey Sharybin
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-05-243D View: remove temporary edge-select hackCampbell Barton
2018-05-24Correct own last commitCampbell Barton
2018-05-24Fix T55184: Edge-loop select fails w/ vert/face modesCampbell Barton
2018-05-22Cleanup: replace MEM_SAFE_FREE -> MEM_freeNCampbell Barton
2018-05-16Multi-Object-Editing: MESH_OT_faces_select_linked_flatLuc Revardel
2018-05-14Fix error in MESH_OT_edge_face_add changesCampbell Barton
2018-05-14MESH_OT_select_mirror: Only report when something to reportDalai Felinto
2018-05-14Multi- Objects: MESH_OT_select_face_by_sides by Rainer TrummerDalai Felinto
2018-05-14T54643-Multi-Object EditMesh: MESH_OT_select_nthLuc Revardel