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-11-07fix building depsgraph after recent changesMartijn Berger
2016-11-07Depsgraph: Do not rely on indirectly included cstringSergey Sharybin
2016-11-07Despgraph: Optimize cycles detection algorithmSergey Sharybin
2016-11-07Depsgraph: Speedup initial rig build timeSergey Sharybin
2016-11-07Depsgraph: Move key implementation from header to dedicated fileSergey Sharybin
2016-11-07Depsgraph: Move class implementation from header to implementation filesSergey Sharybin
2016-11-07Depsgraph: Fully switch from string to const char*Sergey Sharybin
2016-11-07Depsgraph: Add extra name tag for operation nodesSergey Sharybin
2016-11-07Depsgraph: Cleanup, operation has name, not descriptionSergey Sharybin
2016-11-07Depsgraph: Remove unused functionSergey Sharybin
2016-11-07Depsgraph: Use const char for component APISergey Sharybin
2016-11-07Depsgraph: Remove some includes which seems unusedSergey Sharybin
2016-11-07Depsgraph: Use const char instead of string in part of drivers constructionSergey Sharybin
2016-11-07Depsgraph: Switch away form string to const char* for node namesSergey Sharybin
2016-11-07Depsgraph: Remove prototype of unused and non-implemented methodSergey Sharybin
2016-11-03Depsgraph: Add code for timing despgraph builderSergey Sharybin
2016-11-03Fix T49826: NEW-DEPSGRAPH - Texture is not updated after changing its space c...Sergey Sharybin
2016-11-03Depsgraph: Fix wrong comparison of ID type vs. node typeSergey Sharybin
2016-11-02Depsgraph: Fix race condition writing drivers to array propertySergey Sharybin
2016-11-02Depsgraph: Fix some errors printed to the consoleSergey Sharybin
2016-10-25API: Fix LinksAaron Carlisle
2016-10-25Partial fix for T49836: Camera DOF properties not updating via graph editorSergey Sharybin
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