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-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
2018-05-17Transform: Use `isect_ray_seg_v3` instead `dist_squared_ray_to_seg_v3` in the...Germano
2018-05-17Transform: Fix bugs for the latest changes to the snap system.Germano
2018-05-16fix build error in last commit.Germano
2018-05-16Snap system: Adds support to Clip Planes and uses a clip plane to simulate oc...Germano
2018-05-15Transform: Snap: Make sure if bmesh arrays need to be recalculated.Germano
2018-05-15Scene raycast: The return index should indicate the polygon instead of the lo...Germano
2018-05-15Revert "BLI_kdopbvh: Reference clip_planes callback to find nearest projected."Germano
2018-05-15Cleanup: pass the use_depth parameter to the `SnapObjectParams` struct in the...Germano
2018-05-15BLI_kdopbvh: Reference clip_planes callback to find nearest projected.Germano
2018-05-15Cleanup: Pass `Snap Object Params * params` to` iter_snap_objects`.Germano
2018-05-15Cleanup: Use switch statement to test the object type in snap functions.Germano
2018-05-15Cleanup: compiler warnings, use constCampbell Barton