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
2019-01-31Depsgraph: Specify whether RNA path to be resolved as entry or exitSergey Sharybin
2019-01-31Cleanup: Spelling in commentSergey Sharybin
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-03Depsgraph: assert that mesh_get_eval_final/deform aren't used in eval.Alexander Gavrilov
2018-11-22Depsgraph: Cleanup, make it easier to create relations with flagsSergey Sharybin
2018-11-16Fix T56673: Tara.blend from Blender cloud crashes on loadSergey Sharybin
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-11-07Cleanup/Refactor: move Main stuff into BKE's new main.c file (and header).Bastien Montagne
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-15Dependency graph fixes for RigidBodyWorldSybren A. Stüvel
2018-05-31Depsgraph: Begin concept of active dependency graphSergey Sharybin
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-05-02Depsgraph: Add per-depsgraph debug name which is shown in the logsSergey Sharybin
2018-05-02Depsgraph: Allow per-depsgraph debug flagsSergey Sharybin
2018-04-25Depsgraph: Avoid hash lookup for every evaluated scene querySergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Add relation flag to avoid flush across itSergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Cleanup, remove unused relation tagSergey Sharybin
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Add utility function to unlink relation from graphSergey Sharybin
2017-12-18Depsgraph: Introduce flat list of ID nodesSergey Sharybin
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-06Depsgraph: Use default argument value for relations builderSergey Sharybin
2017-12-06Depsgraph: Add ability to check whether relation exists before adding itSergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-08Depsgraph: Introduce flat list of ID nodesSergey Sharybin
2017-10-25Depsgraph: Remove bmain from graphSergey Sharybin
2017-07-28Depsgraph: Re-use evaluated mesh across frames and remove time dependency fro...Sergey Sharybin
2017-07-27Depsgraph: Create ID nodes on build-time expansion using node builderSergey Sharybin
2017-07-19Depsgraph: Remove redundant argument from add_id_node()Sergey Sharybin
2017-07-19Depsgraph: Fix wrong ID remapping when armature object is constructed prior t...Sergey Sharybin
2017-07-10Depsgraph: Use explicit bmain pointer passed to layer utilitiesSergey Sharybin
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Depsgraph: Remove unused ID node removalSergey Sharybin
2017-06-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-13Depsgraph: Remove root node conceptSergey Sharybin
2017-06-01Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-01Depsgraph: Remove unused argument from time source querySergey Sharybin
2017-06-01Depsgraph: Remove subgraph nodesSergey Sharybin
2017-06-01Depsgraph: Cleanup, get rid of relation typeSergey Sharybin
2017-04-25Depsgraph: Store Scene in depsgraph structDalai Felinto
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin