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-12-10Fix T58932: Impossible to influence the particle systemSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-11-08Fix T57689: world nodes / texture not updating for Eevee.Brecht Van Lommel
2018-11-02Fix T57316: material preview icons not updating.Brecht Van Lommel
2018-09-07Depsgraph: Cleanup, namingSergey Sharybin
2018-09-03Depsgraph: Use more meaningful name for flags storageSergey Sharybin
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-07-04Depsgraph: Log entry operations which are directly modified and taggedSergey Sharybin
2018-06-12Depsgraph: Add debug option to invalidate data tagged for updateSergey Sharybin
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-05-02Depsgraph: Make all print messages to respect per-depsgraph debug flagsSergey Sharybin
2018-04-25Depsgraph: Preserve CoW ID recalc flagsSergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Add relation flag to avoid flush across itSergey Sharybin
2018-04-18Make depsgraph tag for auto-override IDs it updates.Bastien Montagne
2018-04-12Depsgraph: Move CoW tag to ID datablock tagSergey Sharybin
2018-04-12Depsgraph: Introduce ID recalc flag for COW componentSergey Sharybin
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-29Fix T53598: OpenGL Render Animation does not update shadowsSergey Sharybin
2018-01-16Depsgraph: pass depsgraph to editors update context structSergey 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-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey 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-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-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