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-10-07Fix T76595: Indicate the Active Keyframe in Graph Editortemp-fcurve-active-keyframe-D7737Hans Goudey
2020-10-05Insert keyframes while preserving shape of curveSybren A. Stüvel
2020-09-25Animation: set Action `idroot` at assignment instead of just at evaluationSybren A. Stüvel
2020-09-15Cleanup: Remove unneeded parameterNathan Craddock
2020-09-15UI: Add `icon_only` argument to operator_enumNathan Craddock
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-12Fix T79712: Color Changes do not record in Auto-Key ModePhilipp Oeser
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-03Cleanup: Editors/Animation, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-05CleanUp: Introduce BKE_fcurve_createJeroen Bakker
2020-06-03Object: refactor mode switchingCampbell Barton
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-22Cleanup: spelling, correct Mesh.mface docsCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-06Animation: improved error handling when adding/deleting keyframesSybren A. Stüvel
2020-03-06Cleanup: Animation, renamed and clarified 'success' variableSybren A. Stüvel
2020-03-06Cleanup: keyframing return argumentsCampbell Barton
2020-03-06Cleanup: remove unused 'eInsertKeyFlags' from delete API callCampbell Barton
2020-03-06Cleanup: keyframe API naming, high level keyframe APICampbell Barton
2020-03-05Cleanup: redundant castsCampbell Barton
2020-02-12Fix T73740: Auto-key "Only Available" de-selects f-curvesCampbell Barton
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-14Cleanup: move property auto-keyframing to a generic API functionCampbell Barton
2019-10-02Implement a user preference for the default Auto Handle Smoothing mode.Alexander Gavrilov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-17Cleanup: spellingCampbell Barton
2019-08-14Fix T68487: double free when inserting keyframe outside of action clip rangeJacques Lucke
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-07-31Animation: Remove depsgraph argument from direct keyframingSergey Sharybin
2019-07-19Fix T63090: Delete keyframe reports invalid for multiple objectsCampbell Barton
2019-07-07Cleanup: spellingCampbell Barton
2019-06-28Fix T66224: Grammar in Key Set error messagesAaron Carlisle
2019-06-04Fix status bar and keymap editor showing Call Menu instead of menu nameBrecht Van Lommel
2019-05-16Fix T64681: evaluate curves with generative modifiers and no keys.Alexander Gavrilov
2019-05-11Python API: expose more keyframing flags for use in keyframe_insert.Alexander Gavrilov
2019-05-02Fix T63904: Remove Animation should remove empty actions from objects.Alexander Gavrilov
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-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-10Keyframing: add operators that use keying-set ID'sCampbell Barton
2019-03-29Fix T62908: Missing update when inserting keyframe from dopesheetSergey Sharybin