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-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-07-22Refactor: arrange transform convert functions in 'TransConvertTypeInfo'Germano Cavalcante
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-17Cleanup: deduplicate condition in transform curve codeGermano Cavalcante
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-05-21Transform: use ID_RECALC_GEOMETRY flag when updating object dataCampbell Barton
2021-04-24Cleanup/Refactor: Move FOREACH_TRANS_DATA_CONTAINER to outside of some functionsGermano Cavalcante
2021-04-24Cleanup: Add a common prefix for some transform functionsGermano Cavalcante
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-08Fix T84453: Crash bezier curves transfromGermano Cavalcante
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-08Cleanup: Move transform_orientations functions to separate headerGermano Cavalcante
2020-07-15Fix T78909: Curve-edit proportional connected-only brokenSebastian Parborg
2020-06-30Cleanup: spellingCampbell Barton
2020-06-16Cleanup: unused headers, spellingCampbell Barton
2020-06-16Fix T61777: Proportional editing doesn't work with multi edit-modeAlan Troth
2020-06-14Fix T76563: Transforming an auto-aligned point won't set it alignedCampbell Barton
2020-06-08Cleanup: Move each recalcData to their respective TransData fileGermano Cavalcante
2020-05-26Curves: Implement Handles for selected points onlyAntonio Vazquez
2020-05-15Fix T76563: Transforming an auto-aligned point won't set it alignedCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-02-15Cleanup: redundant headersCampbell Barton
2019-09-05Transform: Split transform_conversions into multiple files.mano-wii