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-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-07-22Refactor: arrange transform convert functions in 'TransConvertTypeInfo'Germano Cavalcante
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-06-07VSE preview transform autokeying improvementsPhilipp Oeser
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
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-20Cleanup: use elem macrosCampbell Barton
2021-10-18Animation: Motion Paths Refresh AllJan-Willem van Dronkelaar
2021-10-03Cleanup: spelling in commentsCampbell Barton
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