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-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-05-01Cleanup: moved drivers to BKE_fcurve_driver.h / fcurve_driver.cSybren A. Stüvel
2020-04-26Fix utterly wrong decorator button logicJulian Eisel
2020-04-17UI: Better split layout support for checkboxesJulian Eisel
2020-01-14Cleanup: move property auto-keyframing to a generic API functionCampbell Barton
2019-09-27Cleanup: Replace 'add mode' short for driver FCurve creation with an enumSybren A. Stüvel
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-07-31Animation: Remove depsgraph argument from direct keyframingSergey Sharybin
2019-06-04Fix T65451: Changing driver expression doesn't update relationsSergey Sharybin
2019-05-16Fix T64681: evaluate curves with generative modifiers and no keys.Alexander Gavrilov
2019-05-15Animation: treat F-Curves with no keys as if muted/not existing.Alexander Gavrilov
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-14Keyframing: refactor insertion code to allow property-global NLA tweaks.Alexander Gavrilov
2018-12-14NLA: insert keyframes correctly for strips with non-Replace mode.Alexander Gavrilov
2018-12-08User Interface: Add button color for indicating that the value differs from t...Lukas Stockner
2018-09-18Support evaluating simple driver expressions without Python interpreter.Alexander Gavrilov
2018-08-30UI: add dedicated icon IDs for decorators, tool settings, shaderfx, overlays.Brecht Van Lommel
2018-06-18Fix T55511: Decorator drag makes many undo stepsCampbell Barton
2018-06-17UI: correct decorator buttons 'enabled' flagCampbell Barton
2018-06-17UI: decorator color button assertCampbell Barton
2018-06-16UI: show decorator icon for static-overrideCampbell Barton
2018-06-16UI: Add property decorator buttonsCampbell Barton
2018-06-07Merge branch 'master' into blender2.8Bastien Montagne
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-05-23Merge branch 'master' into blender2.8Campbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-03-22Depsgraph: Fix missing relations update tag when typing #frameSergey Sharybin
2016-11-18Fix T50063: Editing driver's expression eliminates "Zero" numberJulian Eisel
2016-09-21UI: Make button driver and keying set shortcuts configurableJulian Eisel
2016-09-21UI: Configurable shortcuts for keyframe operatorsJulian Eisel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-05-04UI: avoid getting the active button when its already knownCampbell Barton
2016-04-01Cleanup: style/spellingCampbell Barton
2016-03-24Driver Keyframing: Some tweaks to make inserting keyframes on Driver F-Curves...Joshua Leung
2016-03-13Keyframing: Added ToolSetting for choosing default keyframe typeJoshua Leung
2015-07-24Fix: Autokeying of buttons doesn't work on NLA Strip propertiesJoshua Leung
2015-03-28Keyframes on NLA-Strip F-Curves are detected by RNA buttons tooJoshua Leung
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Bugfix T41525: Button keyframe indicators don't work correctly when editing N...Joshua Leung
2014-11-15Fix T42567: Color Wheel Buttons do not autokey correctly.Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-10-06Fix T40350: Some texture prop did not have visual feedback they were driven.Bastien Montagne