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-29Fix: Only change transform mode from translation to rotation/scale when no va...Joshua Leung
2018-05-26Fix error when snapping with occlusion.Germano
2018-05-25Tool System: cursor tool now transforms on dragCampbell Barton
2018-05-25COW Fix: Transforming animated objects would jump when starting transformsJoshua Leung
2018-05-25ED_transform_snap_object: remove unused bmain parameter in context creation.Germano
2018-05-24Change defaultsCampbell Barton
2018-05-24Fix crash with snap and project to self.Germano
2018-05-24Always get a reference point when snapping with the projected elements option...Germano
2018-05-24Fix T55177: pose-mode manipulator placement w/ COWCampbell Barton
2018-05-24Fix T55178: Cursor fails to restore on cancelCampbell Barton
2018-05-23Cleanup: move toolsystem into own includeCampbell Barton
2018-05-22Cleanup: warningCampbell Barton
2018-05-22Fix T55069: 3D widget misses pivot-point refreshCampbell Barton
2018-05-22Cleanup: warningCampbell Barton
2018-05-22Transform: Support mixed snap in 3d View.Germano
2018-05-21Merge branch 'master' into blender2.8Campbell Barton
2018-05-21Cleanup: use const for transform internal APICampbell Barton
2018-05-21Transform Snap: Fix normal in the wrong space.Germano
2018-05-20Fix: crash when rotating the view in pose modeInes Almeida
2018-05-19Fix: When trying to transform animated bones, they would jump to and use rand...Joshua Leung
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
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-18Tool System: store the active tool in ScrAreaCampbell Barton
2018-05-17Tool System: per space/mode tool supportCampbell Barton
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-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