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-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-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
2018-05-14Transform: Use the new BLI_bvhtree_find_nearest_projected function to snap.Germano
2018-05-13Cleanup: Remove unused member.Germano
2018-05-13transform_snap_object: perf: Check the distance of the bound_box of objects o...Germano
2018-05-13Cleanup: transform_snap_object: Remove unused variables and reuse the precalc...Germano
2018-05-12Fix missing fallback in recent aabb precalc funcCampbell Barton
2018-05-12Refactor: Move functions to get the distance to a projected aabb to BLI_match...Germano
2018-05-10Cleanup: warningsCampbell Barton
2018-05-10Transform: Make snapDerivedMesh use bvhtrees from loose edges and bvhtrees fr...Germano
2018-05-09ED_transform: Port ED_transform_snap_object to new Mesh-based system.Germano
2018-05-06Merge branch 'master' into blender2.8Campbell Barton
2018-05-06Object Snap: add object & matrix to view ray castCampbell Barton
2018-05-03Merge branch 'master' into blender2.8Germano
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-05-02Merge branch 'master' into blender2.8Campbell Barton
2018-05-01Refactoring: bvhutils: Use a function that gets the bvhtree through an identi...Germano