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-01-21Fix T72213: F-Curve animation does not update FreeStyle propertiesSybren A. Stüvel
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-06Depsgraph: Fix wrong ID filteringSergey Sharybin
2020-01-02Fix T72820: Linked objects jumping around during renderSergey Sharybin
2019-12-17Cleanup: sort struct declarationsCampbell Barton
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-12-11Depsgraph: add missing #include to DEG_depsgraph_query.hSybren A. Stüvel
2019-11-29Depsgraph: Refactor, split runtime backup into smaller filesSergey Sharybin
2019-11-27Cleanup: spelling, clang-formatCampbell Barton
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-11-22Depsgraph: Ignore action time dependency if it's not neededSergey Sharybin
2019-11-06Fix crash when adding Scene variable to a driverSybren A. Stüvel
2019-10-30Fix T71212: Drivers using scene.frame_current don't refresh on playbackSergey Sharybin
2019-10-30Depsgraph: Cleanup, use anonymous nsamespaceSergey Sharybin
2019-10-18Fix T70919: Proxies crash after building motion pathSergey Sharybin
2019-10-15Fix T70771: Texture nodes in Compositor causes infinite updateSergey Sharybin
2019-10-11Depsgraph: Inform when update or tag happens during evaluationSergey 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-10Fix T65134: Duplicated proxies in several scenes don't workSergey Sharybin
2019-10-09Fix missing clear of ID types tagsSergey Sharybin
2019-10-09Local Collections: Allow users to show hidden collectionsDalai Felinto
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-10-08Depsgraph: Cleanup, de-duplicate time source taggingSergey Sharybin
2019-10-08Depsgraph: Don't force time update when legacy flag 0 is usedSergey Sharybin
2019-09-30Cleanup: spellingCampbell Barton
2019-09-26Fix T70126: Can't Snap To Vertex With RigidbodySergey Sharybin
2019-09-25Depsgraph: Implement builder from given set of IDsSergey Sharybin
2019-09-25Depsgraph: Mark build methods as virtualSergey Sharybin
2019-09-25Depsgraph: Move proxy group and from building to own functionSergey Sharybin
2019-09-25Fix T69573: Driver Value does not slide along the actual value in the Driver ...Sybren A. Stüvel
2019-09-24Fix T70046: Linked instanced collections not working with local collectionsDalai Felinto
2019-09-19Fix the rest of T68666: Animated mesh UVs, vertex colors don’t update onPhilipp Oeser
2019-09-19Fix part of T68666: Animated mesh UVs, vertex colors don’t update on time c...Sergey Sharybin
2019-09-18Depsgraph: Cleanup, spelling in commentSergey Sharybin
2019-09-18Fix T65816: Alembic export of procedural mesh results in a static mesh and cr...Sybren A. Stüvel
2019-09-11Armature: convert the length Python property of bones to a RNA property.Alexander Gavrilov
2019-09-11Depsgraph: Introduce depsgraph registrySergey Sharybin
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-07Partially revert "Cleanup: use post increment/decrement"Campbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-09-05Depsgraph: Free user code from worry about updates flushSergey Sharybin
2019-09-05Depsgraph: Pass bmain to evaluation functionSergey Sharybin