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
2020-11-09Animation: move group colors switch to user preferencesSybren A. Stüvel
2020-10-11Cleanup: make formatAaron Carlisle
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Fix T67776: Animation/value keyframe slider doesn't appear in dope sheetChristoph Lendenfeld
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-05Cleanup: spellingCampbell Barton
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-07-03Cleanup: Editors/Animation, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-05GPencil: Channel Lock tooltipAntonio Vazquez
2020-06-04GPencil: Fix Lock Frame Dopesheet tooltipAntonio Vazquez
2020-04-27Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-27Fix T75519: Graph editor tooltips give false impression of the toggle stateyves
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18GPencil: Remove background to Dopesheet buttonsAntonio Vazquez
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-18GPencil: Invert Dopesheet icons to same order than properties panelAntonio Vazquez
2020-03-16UI: fix backdrop and alignment in anim channelsSybren A. Stüvel
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: keyframing return argumentsCampbell Barton
2020-03-06Cleanup: keyframe API naming, high level keyframe APICampbell Barton
2020-02-15Cleanup: mixed camel/snake caseCampbell Barton
2020-02-11UI: improve graph editor channels drawingAlessio Monti di Sopra
2019-12-21GPencil: Hide dopesheet slider options for AnnotationsAntonio Vazquez
2019-12-04GPencil: Fix error in previous patchAntonio Vazquez
2019-12-04GPencil: Add Opacity y Onion switch to DopesheetAntonio Vazquez
2019-10-02UI: add NLA track and channel theme colorBrecht Van Lommel
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-05Cleanup: use unsigned char for theme colorsCampbell Barton
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-07-31Animation: Remove depsgraph argument from direct keyframingSergey Sharybin
2019-06-22UI: remove Visible IPO iconsCampbell Barton
2019-05-07UI: Animation editor scrubbing areaJacques Lucke
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-29Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17Fix T60982: don't allow editing group properties in linked actions.Alexander Gavrilov
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-08Fix T60821: highlighting issues in Dope SheetPhilipp Oeser