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-09Cleanup: move hashing of OperationIDKey to member functionJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-05-25Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-25Fix T76897: Lamp Power Not Updating from DriverSybren A. Stüvel
2020-05-13Simulation: Add modifier to access simulation dataJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28Depsgraph: use BLI::Vector for RelationsJacques Lucke
2020-04-28Depsgraph: Use BLI::Map in more placesJacques Lucke
2020-04-24Depsgraph: Use BLI::Map instead of GHash for operations_mapJacques Lucke
2020-04-17Fix T75686: Animating scene audio volume doesn't workSybren A. Stüvel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11Depsgraph: Fix crash deleting Viewer image from OutlinerSergey Sharybin
2020-03-09Depsgraph: fix crash caused by removing too many NO-OP nodesSybren A. Stüvel
2020-03-06Fix T73254: Drivers with the object.dimension variable are not updatedSybren A. Stüvel
2020-02-19Fix T73932: modifying keyframes in nodes fails when there is an image sequenceBrecht Van Lommel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-24Depsgrapg: Refactor, move Relation to own fileSergey Sharybin
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-05Depsgraph: Cleanup, more clear namingSergey Sharybin
2019-07-05Depsgraph: Make component traversal more granularSergey Sharybin
2019-07-05Depsgraph: Add inverse of node type conversion functionsSergey Sharybin
2019-07-05Depsgraph: Make object component conversion more accessibleSergey Sharybin
2019-07-02Cleanup: spellingCampbell Barton
2019-06-28Fix T62990: Selecting bones causes pose to be re-evaluatedSergey Sharybin
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-11Fix T65626: Use Nodes checkbox locks after being checked with "insert keyframe"Sergey Sharybin
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-06-04Depsgraph: Only run editors ID update on manual editsSergey Sharybin
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-03Depsgraph: Initial work to cover sequencerSergey Sharybin
2019-05-03Depsgraph: Make sound ID part of the graphSergey Sharybin
2019-05-03Cleanup: warningsCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-30Depsgraph: Use new animation cache for visibility checkSergey Sharybin
2019-04-23Depsgraph: make the dependency cycle report more readable.Alexander Gavrilov
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-20Depsgraph: Fix cycle with rigid body and Weight ProximitySergey Sharybin
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-20Depsgraph: Fix relation when lamp has driver on custom propertySergey Sharybin
2019-02-20Fix T61689: Crash when having image and regular animationSergey Sharybin
2019-02-18Fix T57457: animated image sequences not working in Eevee.Brecht Van Lommel
2019-02-18Depsgraph: Make node an owner of its nameSergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-15Cleanup: Line wrappingSergey Sharybin
2019-02-07Cleanup: sort struct blocks, descriptionCampbell Barton