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-24Fix crash when snapping rulermano-wii
2019-08-24BKE bvhutils: create and use new `BKE_bvhtree_from_editmesh_get`mano-wii
2019-08-22Snapping System: Return element type in 'ED_transform_snap_object_project_vie...mano-wii
2019-08-22Transform: Snap Perpendicular: Avoid snapping to snapTargetmano-wii
2019-08-21Transform: New Snap Option: Edge Perpendicularmano-wii
2019-08-20Editor Transform: New Snap Option Middlemano-wii
2019-08-06Fix T68320: measure tool memoryleakmano-wii
2019-08-06Fix T68291: crash snapping to both verts and edges with linked meshesPhilipp Oeser
2019-07-07Cleanup: clang-formatCampbell Barton
2019-07-06transform_snap_object: return type of element snapped.mano-wii
2019-06-12Transform Snap: When snapping to curve's vertices, consider only the original...mano-wii
2019-06-04Cleanup: clang-format, remove tabsCampbell Barton
2019-06-03transform_snap_object: Ignore occlusion test on curves in edit mode.mano-wii
2019-05-29Snap: add support for meshes generated from other types of objects.mano-wii
2019-05-29Fix T65027: Snap 3D cursor on hidden faces doesn't work in Edit Mode.mano-wii
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17Cleanup: comment length in transformCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Fix T62114: Wireframe mode selection: selects backside objects when clicking ...Sebastian Parborg
2019-04-08Fix T63340: Transform Snap Object: Simulate occlusion only when `use_occlusio...mano-wii
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-18Fix T62684: Crash transforming w/ snap enabledCampbell Barton
2019-03-10Fix T62125: snapping not working if invisible object is between you and the t...Sebastian Parborg
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-14Fix T61536: can't snap vertex to another vertex in edit mode using curvesSebastian Parborg
2019-02-11Cleanup: commentsCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-08Fix inconsistent naming and behavior for base visible/selected/editable.Brecht Van Lommel
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2019-01-02Fix (unreported): unpredictable crashes when it is done snap after automerge.mano-wii
2018-12-19Fix T59237: Instancing on a path doesn't do anythingSergey Sharybin
2018-12-12Docs: correct doxy commentsCampbell Barton
2018-12-07Cleanup: styleCampbell Barton
2018-12-01Cleanup: redundant NULL checksCampbell Barton
2018-11-27transform_snap_object: Fix snap in edit mode.mano-wii
2018-11-26transform_snap_object: fix ray_start_correction in snap to edit_mesh.mano-wii
2018-11-26Fix T56167: Crash when extruding + snap to face.mano-wii
2018-11-26Fix T58027: Scene.ray_cast crashCampbell Barton
2018-11-23Pass viewport to BASE_ related tests, for viewport view/select restrictionsDalai Felinto
2018-11-21Cleanup: warningsCampbell Barton
2018-11-21transform_snap_object: Use the texture space bound box to test the need to sn...mano-wii
2018-11-21transform_snap_object: Fix snap to curves.mano-wii
2018-11-03Transform Snap: Refactoring to avoid duplicate code.mano-wii
2018-11-01Fix T57540: 3D Cursor snap in editing mode ignoring changed geometry.mano-wii
2018-10-11Cleanup: indentationCampbell Barton