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-12-04Cleanup: clang-formatSybren A. Stüvel
2020-11-30Cleanup: Graph Editor, refactor selection operatorsMaxime Casas
2020-11-24Merge remote-tracking branch 'origin/blender-v2.91-release'Sybren A. Stüvel
2020-11-24Graph Editor: fix keyframe not activating in certain casesSybren A. Stüvel
2020-11-23Cleanup: Animation, split `graph_edit.c` into separate filesChristoph Lendenfeld
2020-11-23Animation: New Euler filter implementationSybren A. Stüvel
2020-11-19Cleanup: Animation, fix uninitialised variable in Euler filter codeSybren A. Stüvel
2020-11-19Cleanup: Animation, refactor Euler filterSybren A. Stüvel
2020-11-17Merge remote-tracking branch 'origin/blender-v2.91-release'Sybren A. Stüvel
2020-11-17Fix T82588: Box Select selects keyframes hidden by "Only Show Selected"Sybren A. Stüvel
2020-11-12Merge branch 'blender-v2.91-release'Sebastián Barschkis
2020-11-12Fix T81813: Keyframe handles don't follow keyframesWayde Moss
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-11-03Fix paste f-curve modifiers default "Only Active" valueSebastian Parborg
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-10-29Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-28Animation: Improve labels on Snap menu in NLA & DopesheetAaron Carlisle
2020-10-28Add a Un-Bake FCurves operatorSebastian Parborg
2020-10-26Fix: Animation, Draw active keyframe handles only when BézierSybren A. Stüvel
2020-10-26Fix T81890: Active keyframe changes on deselect of keyframeSybren A. Stüvel
2020-10-23Fix T81890: Active keyframe changes on deselect of keyframeSybren A. Stüvel
2020-10-23Fix: Animation, Draw active keyframe handles only when BézierSybren A. Stüvel
2020-10-20Cleanup: General comment style clean up of graph_edit.c and fcurve.cSebastian Parborg
2020-10-16Animation: Snap Cursor Value operatorSybren A. Stüvel
2020-10-16Cleanup: Animation, split up frame jump operatorSybren A. Stüvel
2020-10-15Fix T81743: Changed behaviour in RGB Curves node interpolationSybren A. Stüvel
2020-10-15Cleanup: Animation, simplify channel selection codeSybren A. Stüvel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Fix T76595: Indicate the Active Keyframe in Graph EditorHans Goudey
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-25Cleanup: SpaceGraph ED code: use boolean litterals when needed.Bastien Montagne
2020-09-24Fix T80727: Drivers: deleting all keyframes leaves an uneditable f-curve.Bastien Montagne
2020-09-17Cleanup: Doxygen sectionsHans Goudey
2020-09-17Cleanup: Extract "draw_fcurve" as a separate functionHans Goudey
2020-09-17Cleanup: Use "r_" prefix for return argumentsHans Goudey
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-04UI Code Quality: Use derived struct for number buttonsJulian Eisel
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
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-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke