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
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-04-01Fix T50103: Transform not working if scale is zeroCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-08Transform: Refactor texture space 'transform_convert' dataGermano Cavalcante
2021-02-08Cleanup: Unify, move and rename transform flagsGermano Cavalcante
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-08Fix T81529: Can't move with constraint to a zero-size local axisGermano Cavalcante
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-06-10Cleanup: Move each special_aftertrans_update to their respective TransData fileGermano Cavalcante
2020-06-08Cleanup: Move each recalcData to their respective TransData fileGermano Cavalcante
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-02-01Object: support 'Affect Parents' for snap/clear transformCampbell Barton
2019-12-22Object: extract data transform container into own APICampbell Barton
2019-11-11Fix T71487: Crashes When Calling Texture Space OperatorsDalai Felinto
2019-09-26Fix T70126: Can't Snap To Vertex With RigidbodySergey Sharybin
2019-09-23Cleanup: remove unimplemented texture space rotation variablesBrecht Van Lommel
2019-09-12Fix transforming armature originsCampbell Barton
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-05Transform: Split transform_conversions into multiple files.mano-wii