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
2022-10-21Fix T101964: Edge and face snapping no locking to axisGermano Cavalcante
2022-10-04Cleanup: correct argument size for plane in planeProjectionCampbell Barton
2022-09-20Fix T101196: constraint plane failing in side orthographic viewsGermano Cavalcante
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-03-28Fix T96728: 'Automatic Constraint' using the wrong orientationGermano Cavalcante
2022-03-23Revert "Fix T96728: 'Automatic Constraint' using the wrong orientation"Germano Cavalcante
2022-03-23Fix T96728: 'Automatic Constraint' using the wrong orientationGermano Cavalcante
2022-03-01Cleanup: ED_view3d_win_to_delta & ED_view3d_calc_zfac usageCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-11Fix T92867: Gimbal rotation broken when used for multiple objectsCampbell Barton
2021-10-08VSE: Implement the bounding box (xform) tool in the seq preview windowSebastian Parborg
2021-10-04Cleanup: pass arguments as constCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-29Cleanup: use 'const' arguments in transform calculationCampbell Barton
2021-05-24Fix (unreported): Automatic transform contraint not being disabledGermano Cavalcante
2021-05-24Cleanup: Rename transform enum itemsGermano Cavalcante
2021-05-20Cleanup: Use enum to indicate the current orientationGermano Cavalcante
2021-03-04Cleanup: use const arraysCampbell Barton
2021-03-03Cleanup: make formatJacques Lucke
2021-02-27Fix T85886: Rotate Tool and Adjust Last Operation - angles invertedGermano Cavalcante
2021-02-08Cleanup: Unify, move and rename transform flagsGermano Cavalcante
2021-02-04Merge branch 'blender-v2.92-release'Germano Cavalcante
2021-02-04Fix for 3D view transform: flipped rotation direction for numeric inputGermano Cavalcante
2021-02-04Cleanup: replace '_imp' function suffix with '_impl'Campbell Barton
2021-02-03Merge branch 'blender-v2.92-release'Germano Cavalcante
2021-02-03Fix T85340: Gizmo rotation inverted (in some perspective angles)Germano Cavalcante
2021-02-03Cleanup: Move and rename 'getViewVector' utilityGermano Cavalcante
2021-01-31Fix T83092: Direction of rotation with View orientation changed in 2.91Germano Cavalcante
2021-01-31Fix error in recent commitGermano Cavalcante
2021-01-31Revert "Cleanup: remove unused argument"Germano Cavalcante
2021-01-31Cleanup: use doxygen for transform_constraintsCampbell Barton
2021-01-31Cleanup: remove unused argumentCampbell Barton
2021-01-30Fix T83092: Direction of rotation with View orientation changed in 2.91Germano Cavalcante
2021-01-20Fix T81429: move tool's axis constraints not drawn completely when using loca...Germano Cavalcante
2021-01-20Revert "Transform: Use orientation of active object with Auto Constraint"Germano Cavalcante
2020-12-04Cleanup: Deduplicate constraint event codeGermano Cavalcante
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-04Transform: Disable snap to plane-face intersectionGermano Cavalcante
2020-10-08Fix T81529: Can't move with constraint to a zero-size local axisGermano Cavalcante
2020-10-08Cleanup: Move transform_orientations functions to separate headerGermano Cavalcante
2020-10-06Fix T81465: Snapping to edge center doesn't work as expected when using axis ...Germano Cavalcante
2020-10-05Transform: Use orientation of active object with Auto ConstraintGermano Cavalcante
2020-09-25Fix T80937: Changing the contrain axis does not return to the scene orientationGermano Cavalcante
2020-09-23Fix T81069: Can't lock axis with move anymore, using Shift+MMBGermano Cavalcante
2020-09-14Cleanup: remove unused functionJacques Lucke
2020-09-12Fix T80677: Absolute grid snapping doesn't work with constraintsGermano Cavalcante
2020-09-09Cleanup: reduce variable scopeJacques Lucke