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
2017-06-06Depsgraph: Only use extern "C" when really neededSergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_TYPE prefix for depsgraph node typesSergey Sharybin
2017-05-30Move GHash/GSet/LinkList iterators to BLI filesSergey Sharybin
2017-05-17Fix T49981: When camera is on inactive layer, it does not evaluate constraintsSergey Sharybin
2017-03-31Depsgraph: Correction for the previous local view commitSergey Sharybin
2017-03-30Depsgraph: Fix missing updates when in local viewSergey Sharybin
2016-11-07fix building depsgraph after recent changesMartijn Berger
2016-11-07Depsgraph: Remove some includes which seems unusedSergey Sharybin
2016-10-25Partial fix for T49836: Camera DOF properties not updating via graph editorSergey Sharybin
2016-08-08Fix ID types DAG update tagging.Kévin Dietrich
2016-05-27Depsgraph: Cleanup and code simplificationSergey Sharybin
2016-05-25Depsgraph: Simplify some loops using foreach()Sergey Sharybin
2016-05-10Depsgraph: Use some more threading when tagging and finalizing evaluationSergey Sharybin
2016-05-10Depsgraph: Avoid multipel editors update per same IDSergey Sharybin
2016-04-28Fix for O(N^2) runtime tagging in the new depsgraph.Lukas Tönne
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-10-29New depsgraph: Optimize updates flushSergey Sharybin
2015-05-28Depsgraph: Cleanup, multiple private functions are to be in anonymous namespaceSergey Sharybin
2015-05-28Add missing particle system tagging on update to the new depsgraphSergey Sharybin
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-12Cleanup: styleCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin