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-09-20Cleanup: rename 3D view ray calculation functionsCampbell Barton
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-05-06Object Snap: add object & matrix to view ray castCampbell Barton
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-05-01Refactoring: bvhutils: Use a function that gets the bvhtree through an identi...Germano
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-11-30Transform: Use single flag with more meaningful name to prevent snapping to a...Sergey Sharybin
2017-11-30Transform: Remove some legacy code about snapping in particle edit modeSergey Sharybin
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-09-19transform_snap_object: simplify IGNORE_BEHIND_RAYmano-wii
2017-08-16Fix T52414: Blender 2.79 crash on object duplication via menu.Bastien Montagne
2017-08-11Fix transform snap code using 'allocated' flags to get verts/edges/etc. array...Bastien Montagne
2017-08-11Cleanup: whitespaceCampbell Barton
2017-07-24Revert "ransform: fix unreported bug: geometry hidden by clipping border (alt...mano-wii
2017-07-24ransform: fix unreported bug: geometry hidden by clipping border (alt + b) is...mano-wii
2017-07-22Transform: remove unused argumentmano-wii
2017-07-21Another solution to bug T38358 and relatedmano-wii
2017-07-18Transform: avoid possible uninitialized varCampbell Barton
2017-07-14Snap System: Fixed index of objects used to make `snap to volume`mano-wii
2017-07-14Snap System: Use function that does the interactor instead of Macromano-wii
2017-07-14Snap System: missing changemano-wii
2017-07-14Snap System: fix rename `ob` to `obj`mano-wii
2017-07-14Snap System: Replace creation and destruction of the object list by a Macromano-wii
2017-07-13Snap System: remove unused functionmano-wii
2017-07-12Cleanup: unused varsCampbell Barton
2017-07-11Fix [T51595]: Snap to edge does not work with high zoom levelmano-wii
2017-07-11Style (remove characters that caused "a binary file")mano-wii
2017-07-11Snap System: Separate raycast functions from nearest2d functionsmano-wii
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-04-01Cleanup: styleCampbell Barton
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-02-26Fix unreported bug: Ensure you have the correct array directory even after th...Germano Cavalcante
2017-02-14`BKE_boundbox_ensure_minimum_dimensions` is no longer necessaryGermano Cavalcante
2017-02-14transform_snap_object: Remove `do_bb` parameter. It is always trueGermano Cavalcante
2017-02-06fix T50602: Avoid crash when executing `transform_snap_context_project_view3d...Germano Cavalcante
2017-02-05fix T50592: Scene.raycast not workingGermano Cavalcante
2017-02-04Fix (unreported) crash in new snap code.Bastien Montagne
2017-02-04Snap System: Use callbaks to differentiate how referenced vertives of Derived...Germano Cavalcante
2017-02-04Remove flag: `SNAP_OBJECT_USE_CACHE` from snap_contextGermano Cavalcante
2017-02-01Snap System: BVH: Ignore calculations, in parent nodes, used only in perspect...Germano Cavalcante
2017-01-31Snap System: Invert the test order of the elements to snap (useful for ruler)Germano Cavalcante
2017-01-31Fix variable shadow and avoid calculating same value twiceSergey Sharybin
2017-01-31Fix bug not reported: Ruler/Protractor: Snap to vertices and edges was not co...Germano Cavalcante
2017-01-31Snap System: Return depth by snapping to edges and vertices, because the Rule...Germano Cavalcante
2017-01-31Use the same solution to test the pixel distance to the AABB, with BoundBoxGermano Cavalcante
2017-01-30Cleanup: Unused function and and variables in snap codeSergey Sharybin
2017-01-30Snap System: BVH: ignore AABBs behind rayGermano Cavalcante
2017-01-30Fix unreported bug: parameter ray_start repeatedGermano Cavalcante
2017-01-30Solve compilation error: Field has incomplete type 'enum eViewProj'Germano Cavalcante