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-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-04-26Animation: Sensible frame range for motion pathsColin Marmond
2022-03-14Revert "Animation: Sensible frame range for motion paths"Sybren A. Stüvel
2022-02-28Animation: Sensible frame range for motion pathsColin Marmont
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-09-10Anim: Keylist drawing optimization by using arrays.Jeroen Bakker
2021-08-04Added some TODO remarks.Jeroen Bakker
2021-08-03Cleanup: Hide implementation details for ED_keyframe_keylist.Jeroen Bakker
2021-07-19Cleanup: Separate keyframes_draw and keyframes_keylist.Jeroen Bakker
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-05Fix T71356: Motion Paths no longer updateSergey Sharybin
2019-11-05Motionpath: Fix memory leak on early outputSergey Sharybin
2019-09-25Motion paths: Use minimal possible dependency graphSergey Sharybin
2019-09-25Motion paths: Limit updates to changed frame range onlySergey Sharybin
2019-09-25Motion paths: Refactor, make update range more explicitSergey Sharybin
2019-09-25Motion paths: Cleanup, de-duplicate codeSergey Sharybin
2019-08-16Cleanup: spellingCampbell Barton
2019-07-07Cleanup: spellingCampbell Barton
2019-06-14Fix T65630: Paste pose doesn't work with motion paths enabledSergey Sharybin
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: move motion paths into editors/animationCampbell Barton