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-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-06-07VSE preview transform autokeying improvementsPhilipp Oeser
2022-05-12Revert commits to increase button flag bitfield sizeJulian Eisel
2022-05-11UI: Update rest of UI code for increased button flag bitfieldJulian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2020-12-28Cleanup: Typo: `overriden` -> `overridden`.Bastien Montagne
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-12Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-12Fix T79712: Color Changes do not record in Auto-Key ModePhilipp Oeser
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
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