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-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
2018-10-09Fix T55202: 3D Cursor Snapping not working correctly in Edit Mode.mano-wii
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-26Wireframe/Xray: Make Xray option local to wireframe modeClément Foucault
2018-09-24Cleanup: styleCampbell Barton
2018-09-21Edit Mode: Merge Xray and "Limit selection to visible" options behaviourClément Foucault
2018-09-20Cleanup: renaming missed from mergeCampbell Barton
2018-09-20Cleanup: rename 3D view ray calculation functionsCampbell Barton
2018-08-27transform_snap_object: Add a small offset to the clip planemano-wii
2018-07-31Cleanup: style, duplicate includesCampbell Barton
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-26Fix assert in snapEditMesh.mano-wii
2018-07-26Cleanup: unused argsCampbell Barton
2018-07-25Fix mistake in fix for T55798Campbell Barton
2018-07-25Correction on the last commit.Germano
2018-07-25Fix base->flag and base->flag_legacy: The flags of the Transform operator are...Germano
2018-07-25Fix T55798: Crash when snapping objects with data recalculated by modifiers.Germano
2018-07-23transform_snap_object: Better bvhtree creation management for editing multipl...Germano
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-08Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
2018-06-02transform_snap_object: Do not use occlusion test when X-Ray is enabled.Germano
2018-05-29Use correct time for curve parent evaluationDalai Felinto
2018-05-26Fix error when snapping with occlusion.Germano
2018-05-25ED_transform_snap_object: remove unused bmain parameter in context creation.Germano
2018-05-24Fix crash with snap and project to self.Germano
2018-05-22Transform: Support mixed snap in 3d View.Germano
2018-05-21Transform Snap: Fix normal in the wrong space.Germano
2018-05-18Fix snap with occlusion.Germano
2018-05-18Ruler: Fix mixed snap.Germano
2018-05-18Transform: Improve the hierarchy in the choice of snapped elements in the mix...Germano
2018-05-18Cleanup: remove unused function.Germano
2018-05-17Cleanup: Use `ED_view3d_win_to_ray_ex` to get the ray and remove unused param...Germano