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
2018-01-24Depsgraph: Add missing synchronize code to sceneSergey Sharybin
2018-01-16Depsgraph: pass depsgraph to editors update context structSergey Sharybin
2018-01-16Add dedicated pointer to an original ID datablockSergey Sharybin
2018-01-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-11Depsgraph: Make eval initialization more friendly for threadingSergey Sharybin
2018-01-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-10Task scheduler: Use const qualifier in callbacks for parallel rangeSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-21Depsgraph: Bring timing statistics to the new dependency graphSergey Sharybin
2017-12-21Depsgraph: Simplify some functions in evaluaitonSergey Sharybin
2017-12-21Depsgraph: Simplify evaluation functionSergey 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-20Depsgraph: Remove unused priority calculatorSergey Sharybin
2017-12-20Depsgraph: Remove remaining parts of old removed debuggerSergey Sharybin
2017-12-19Depsgraph: Rework tagging and flushing routinesSergey Sharybin
2017-12-18Depsgraph: Synchronize flushing with 2.8 branchSergey Sharybin
2017-12-15Depsgraph: Add named constant with number of node typesSergey Sharybin
2017-12-15Depsgraph: Fix assignment to wrong flagsSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-14Depsgraph: Cleanup, use more explicit way to fill in a structureSergey Sharybin
2017-12-13Depsgraph: Move data update tag to object->data itselfSergey Sharybin
2017-12-08Depsgraph: Groups are now covered by dependency graphSergey Sharybin
2017-12-04Cleanup: whitespaceCampbell Barton
2017-12-02Fix MSVC compilation, there is no 'Designated initializers' in C++!Bastien Montagne
2017-12-01Depsgraph: Call editors update after everything was flushedSergey Sharybin
2017-12-01Depsgraph: Separate loop for ID node flags clearSergey Sharybin
2017-12-01Depsgraph: Cleanup, simplify evaluation flush functionSergey Sharybin
2017-12-01Depsgraph: Move away from setting old deprecated object recalc flagsSergey Sharybin
2017-11-30Depsgraph: Fix crash on playback of animated objects when CoW is enabledSergey Sharybin
2017-11-29Depsgraph: Fix assert failureSergey Sharybin
2017-11-29Depsgraph: Remove object-specific flag which was storing update tagSergey Sharybin
2017-11-28Depsgraph: Wrap context used for editors update callback into a structureSergey Sharybin
2017-11-27Depsgraph: Parameters component does exist in objectsSergey Sharybin
2017-11-27Depsgraph: Sanitize placement of component types in switch statementSergey Sharybin
2017-11-27Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-27Depsgraph: Make sure unexpected configuration does not happenSergey Sharybin
2017-11-24Depsgraph: Use depsgraph to handle edit mode selectionSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-14Cleanup: remove BLI_blenlib from ghash headerCampbell Barton
2017-11-09Cleanup: Use full name for scene_layer in depsgraphSergey Sharybin
2017-11-08Revert "Depsgraph: Fix crash with copy on write when scene has legacy bases"Dalai Felinto
2017-10-25Depsgraph: Remove bunch of debug codeSergey Sharybin