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-11-15Depsgraph: Fix/workaround crash after recent point cache changesSergey Sharybin
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-11-14Depsgraph: Remove unused operation codeSergey Sharybin
2018-10-24Depsgraph: fixes for the eval_flags API behavior.Alexander Gavrilov
2018-10-24Depsgraph: minor renaming and refactor of API for adding evaluation flags.Alexander Gavrilov
2018-10-14Depsgraph: Add proper API functions for CustomDataMask dependencies.Alexander Gavrilov
2018-09-03Fix T56593: Crash when enabling collection with curvesSergey Sharybin
2018-06-25Cleanup: refactor depsgraph physics API functions.Brecht Van Lommel
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-22Depsgraph: cache effector relations, for performance and stability.Brecht Van Lommel
2018-06-21Fix incorrect use of G.is_rendering for particles in some places.Brecht Van Lommel
2018-05-31Depsgraph: Remove the "disable-copy-on-write" option completelyJoshua Leung
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-05-02Depsgraph: Make all print messages to respect per-depsgraph debug flagsSergey Sharybin
2018-04-25Depsgraph: Avoid hash lookup for every evaluated scene querySergey Sharybin
2018-04-18Depsgraph; Correct assert for depsgraph sceneSergey Sharybin
2018-04-18Depsgraph: Fix missing bases array updateSergey Sharybin
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-22Depsgraph: Report graph construction time when run with --debug-depsgraph-buildSergey Sharybin
2018-02-22Depsgraph: Cleanup, reduce indentation levelSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-07Depsgraph: Fix crash when visible update is called after tagging for updatesSergey Sharybin
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-11-30Depsgraph: Add assert to make sure the view layer is part of the sceneDalai Felinto
2017-11-24Depsgraph: Re-schedule pending tags after relations updateSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Depsgraph: Cleanup, always call full `object`Sergey 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-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-09Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-09Depsgraph: Make bmain part of builder state and remove bmain from public APISergey Sharybin
2017-11-07Depsgraph: Get away from legacy API used in event loopSergey Sharybin
2017-11-07Depsgraph: Simplify some workarounds and make API closer to finalSergey Sharybin
2017-11-06Depsgraph: Iterates over ID Nodes instead of BasesDalai Felinto
2017-11-06Depsgraph: Cleanup, remove depsgraph_legacy from building routinesSergey Sharybin
2017-11-06Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-10-25Depsgraph: Pass explicit bmain to graph build finalizationSergey Sharybin
2017-10-25Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-10-25Depsgraph: Remove direct relations rebuild from set_backgroundSergey Sharybin
2017-10-25Depsgraph: Add function to update relations within a given graphSergey Sharybin
2017-10-24Depsgraph: Remove shortcut of freeing scene's depsgraphSergey Sharybin
2017-10-24Depsgraph: Initialize depsgraph as need for updateSergey Sharybin
2017-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-07-28Depsgraph: Re-use evaluated mesh across frames and remove time dependency fro...Sergey Sharybin