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-03-05Cleanup: Move std::deque to depsgraph_type.hSybren A. Stüvel
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-13Refactor libquery ID looper callback to take a single parameter.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-28Cleanup: reformatted after NULL -> nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-25Cleanup: spellingCampbell Barton
2020-01-24Depsgraph: Report FPS when running with --debug-depsgraph-timeSergey Sharybin
2020-01-24Depsgrapg: Refactor, move Relation to own fileSergey Sharybin
2020-01-21Merge remote-tracking branch 'origin/blender-v2.82-release'Sybren A. Stüvel
2020-01-21Fix T72213: F-Curve animation does not update FreeStyle propertiesSybren A. Stüvel
2020-01-13Fix T73029: Crash transforming objectSergey Sharybin
2020-01-13Depsgraph: Guarantee order of backup of action and ID using itSergey Sharybin
2020-01-13Depsgraph: Fix wrong access to animated propertiesSergey Sharybin
2020-01-10Fix T71908: Animated properties are lost after frame-post handlerSergey Sharybin
2020-01-08Fix T62311: Metaball animation playback crashSergey Sharybin
2020-01-07Depsgraph: Revert unwillingly staged change from previous commitSergey Sharybin
2020-01-07Depsgraph: Cleanup spellingSergey Sharybin
2020-01-07Depsgraph: Refactor, make evaluation stages easier to extendSergey Sharybin
2020-01-07Depsgraph: Cleanup, move private functions to anonymous namespaceSergey Sharybin
2020-01-07BMesh: remove BMEditMesh.ob pointerCampbell Barton
2020-01-02Fix T72820: Linked objects jumping around during renderSergey Sharybin
2019-12-17Cleanup: sort struct declarationsCampbell Barton
2019-11-29Depsgraph: Refactor, split runtime backup into smaller filesSergey Sharybin
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-10-18Fix T70919: Proxies crash after building motion pathSergey Sharybin
2019-10-11Depsgraph: Cleanup, promote is_evaluating querySergey Sharybin
2019-10-11Depsgraph: Don't use push-from-thread when scheduling graphSergey Sharybin
2019-10-08Depsgraph: Avoid threading for trivial operationsSergey Sharybin
2019-10-08Depsgraph: Cleanup, spelling in commentSergey Sharybin
2019-10-08Depsgraph: Perform early exit check prior to time tagSergey Sharybin
2019-08-11Cleanup: spellingCampbell Barton
2019-08-01Linux: resolve issue compiling on mint 18.3Campbell Barton
2019-07-31Fix T67883: Time Remapping doesn't workSergey Sharybin
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-07-26Fix T66378: Missing animation update when switching view layerSergey Sharybin
2019-07-15Fix T66686: Crash on Particle Edit, then RenderSergey Sharybin
2019-07-12Fix T66747: Active bone not showing in edit-modeCampbell Barton
2019-07-09Fix T66610: Planar Track extremely laggy when 3D View is openSergey Sharybin
2019-07-04Fix T63788: Crash if particle system is turned off in particle editing modeSergey Sharybin
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-12Fix T64710: Rigid body stops simulating when an object is selectedSergey Sharybin
2019-06-12Cleanup: spelling in commentsCampbell Barton
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-24Fix T65062: Compositor doesn't work when using different sceneSergey Sharybin
2019-05-24Depsgraph: Fix render pipeline depsgraph pointing to freed dataSergey Sharybin
2019-05-23Depsgraph: Don't tag original IDs for recalcSergey Sharybin