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
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2018-08-23Typo fixesJoshua Leung
2018-05-01Depsgraph: use human readable node type for graphviz debug outputSergey Sharybin
2017-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-21Depsgraph: Bring timing statistics to the new dependency graphSergey Sharybin
2017-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-21Depsgraph: Cleanup, move implementation away from headerSergey Sharybin
2017-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Remove node class stored in both type info and nodeSergey Sharybin
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Remove unused inclduesSergey Sharybin
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-20Depsgraph: Move time source node to own fileSergey Sharybin
2017-12-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-18Depsgraph: Add facilities to store what ID recalc flag component corresponds toSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Depsgraph: Cleanup, make naming more understandableSergey Sharybin
2017-12-15Depsgraph: Remove special exception logic from ID node taggingSergey Sharybin
2017-11-24Depsgraph: Use depsgraph to handle edit mode selectionSergey Sharybin
2017-11-06Depsgraph: Iterates over ID Nodes instead of BasesDalai Felinto
2017-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-08-29Depsgraph: Fix crash when ungrouping node groupSergey Sharybin
2017-08-12Cleanup: quiet warningsCampbell Barton
2017-07-28Depsgraph: Re-use evaluated mesh across frames and remove time dependency fro...Sergey Sharybin
2017-07-27Depsgraph: Allow stealing copy-on-written pointerSergey Sharybin
2017-07-27Depsgraph: Make it possible to use given pre-allocated ID as a copySergey Sharybin
2017-07-27Depsgraph: Fix crash happening in copy-on-write of imagesSergey Sharybin
2017-07-20Fix T51925: Eevee: Animated Eevee values slowdownSergey Sharybin
2017-07-20Fix/workaround T52127: Combed hair from 2.78 not showing when appendingSergey Sharybin
2017-07-19Depsgraph: Fix particle system freeing accessing freed particle settingsSergey Sharybin
2017-07-19Depsgraph: Fix remapping of node trees when they reference self materialSergey Sharybin
2017-07-19Depsgraph: Add missing expansion od custom bone shapesSergey Sharybin
2017-07-19ID: Add run-time flag indicating that ID is coming from copy-on-writeSergey Sharybin
2017-07-19Depsgraph: Initial implementation of more granular taggingSergey Sharybin
2017-07-10Fix T51931: VBO not updating when UVs are added to shader node treeLuca Rood
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-13Depsgraph: Remove root node conceptSergey Sharybin
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Depsgraph: Remove residue from partial updates supportSergey Sharybin
2017-06-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-06Depsgraph: Only use extern "C" when really neededSergey Sharybin
2017-06-01Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_CLASS prefix for node classesSergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_TYPE prefix for depsgraph node typesSergey Sharybin
2017-06-01Depsgraph: Remove subgraph nodesSergey Sharybin
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-30Move hash_combine utility function to a more generic placeSergey Sharybin
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin