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-05-16Particle System: ported most DerivedMesh → MeshSybren A. Stüvel
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-15Fix broken PoseMode editing when CoW is enabled.Bastien Montagne
2018-05-15Fix bone-size crashCampbell Barton
2018-05-15Fix texture space transform crashCampbell Barton
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-13Transform: fix regression in bound-box calculationCampbell Barton
2018-05-13Merge branch 'master' into blender2.8Campbell Barton
2018-05-13Cleanup: trailing spaceCampbell Barton
2018-05-13Fix 3D view axis align flagCampbell Barton
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-12UI: move pivot to the topbarCampbell Barton
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-103D View: utility to get matrix from cursorCampbell Barton
2018-05-09Fix crash moving grease pencil framesCampbell Barton
2018-05-09ED_transform: Port ED_transform_snap_object to new Mesh-based system.Germano
2018-05-08Extrude Widget: with/without axis constraintCampbell Barton
2018-05-08Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-08Orientation for 3D cursorCampbell Barton
2018-05-07Extrude Widget: Add orientation to topbarCampbell Barton
2018-05-07Extrude Widget: orient correctly w/ rotated objectCampbell Barton
2018-05-06Fix update for manipulator w/ 3D cursor changeCampbell Barton
2018-05-06Cleanup: transform manipulator filenameCampbell Barton
2018-05-06Merge branch 'master' into blender2.8Campbell Barton
2018-05-06Object Snap: add object & matrix to view ray castCampbell Barton
2018-05-06Fix extrude glitch where undo state was visibleCampbell Barton
2018-05-06Transform: support initial offset optionCampbell Barton
2018-05-04Transform: use bool when local matrix is neededCampbell Barton
2018-05-04Fix mistake in boundbox centerCampbell 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-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-05-03Fix pose transformation helper linesDalai Felinto
2018-05-03Cleanup: remove axis bounds ifdefCampbell Barton
2018-05-03Transform: expose 3D center/axis calculationCampbell Barton
2018-05-02Merge branch 'master' into blender2.8Campbell Barton