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
2016-09-30Depsgraph: Report proper error when modifier fails to create relation linkSergey Sharybin
2016-09-26Fix export image generated by export UV layoutSergey Sharybin
2016-09-15Depsgraph: Avoid some false-positive time dependencies of scripted driversSergey Sharybin
2016-09-06Revert "Depsgraph: Prioritize evaluation of the new scheduled nodes"Sergey Sharybin
2016-08-26Depsgraph: Report number of objects to which update as flishedSergey Sharybin
2016-08-25Depsgraph: Prioritize evaluation of the new scheduled nodesSergey Sharybin
2016-08-25Depsgraph: Merge some traversal back onSergey Sharybin
2016-08-25Depsgrpah: Use deque for the flush queueSergey Sharybin
2016-08-16Fix depsgraph to compute more accurate links for collision & force.Alexander Gavrilov
2016-08-08Fix ID types DAG update tagging.Kévin Dietrich
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-26Depsgraph: Use proper check whether ID is an objectSergey Sharybin
2016-07-26Depsgraph: Use proper unsigned int bitfield for layers flagsSergey Sharybin
2016-07-13Fix T48734: Driver not updating when using Single From Driver within same objectSergey Sharybin
2016-07-13Depsgraph: Make proxy behavior closer to old depsgraphSergey Sharybin
2016-07-13Revert "Depsgraph: Russian electric tape bodge to have multiple proxies work"Sergey Sharybin
2016-07-13Depsgraph: Accumulate object layers from all basesSergey Sharybin
2016-07-11Depsgraph: Fix shape key nodes trying to be added multiple timesSergey Sharybin
2016-07-02Cleanup: comment blocksCampbell Barton
2016-06-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton
2016-06-21Fix for string buffer overflow in DepsNode identifiers.Lukas Tönne
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-06-08Depsgraph: Avoid redundant connection from IK solver to chainSergey Sharybin
2016-06-08Depsgraph: Remove unused codeSergey Sharybin
2016-06-08Depsgraph: Optimize flush update when there's few objects and fewzillions of ...Sergey Sharybin
2016-06-06Depsgraph: Russian electric tape bodge to have multiple proxies workSergey Sharybin
2016-06-01Depsgraph: Fix missing updates when modifying armatureSergey Sharybin
2016-05-30Depsgraph: Small optimization to update flushingSergey Sharybin
2016-05-30Depsgraph: Fix compilation with new depsgraph disabledSergey Sharybin
2016-05-30Depsgraph: Fix wrong layers flush form children to parentSergey Sharybin
2016-05-28Add missing includeCampbell Barton
2016-05-27Depsgraph: Accidentally removed one line too muchSergey Sharybin
2016-05-27Depsgraph: Cleanup and code simplificationSergey Sharybin
2016-05-25Depsgraph: Simplify some loops using foreach()Sergey Sharybin
2016-05-25Depsgraph: Solve wrong datamask calculated by depsgraphSergey Sharybin
2016-05-17Fix C++11 build issues on OS X, remove references to outdated libs.Brecht Van Lommel
2016-05-17Fix T48434: Missing meta support in new depsgraphSergey Sharybin
2016-05-12Fix depsgraph tagging during the relations build pass.Lukas Tönne
2016-05-11Fix for node tree ID tagging in new depsgraph.Lukas Tönne
2016-05-10Depsgraph: Use some more threading when tagging and finalizing evaluationSergey Sharybin
2016-05-10Depsgraph: For big graphs update pending parents in threadsSergey Sharybin
2016-05-10Depsgraph: Comment evaluation priority out for nowSergey Sharybin
2016-05-10Depsgraph: Avoid multipel editors update per same IDSergey Sharybin
2016-05-10Depsgraph: Don't leave active thread if there's only one children nodeSergey Sharybin
2016-05-10Task scheduler: Add thread-aware task push routinesSergey Sharybin
2016-05-09Cleanup: header, styleCampbell Barton
2016-05-09Depsgraph: Store node input/output links in a vector rather than in setSergey Sharybin
2016-05-09Depsgraph: Avoid having per-node lock when scheduling childrenSergey Sharybin
2016-04-28Depsgraph optimization: Don't schedule tasks for empty "NOOP" nodes.Lukas Tönne
2016-04-28Fix for O(N^2) runtime tagging in the new depsgraph.Lukas Tönne