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-11-29Depsgraph: Refactor, split runtime backup into smaller filesSergey Sharybin
2019-09-11Depsgraph: Introduce depsgraph registrySergey Sharybin
2019-07-31Cleanup: remove unused boost codeBrecht Van Lommel
2019-05-23Depsgraph: Allow building scene propertiesSergey Sharybin
2019-05-03Depsgraph: Remove filtering APISergey Sharybin
2019-04-30Depsgraph: Add generic animated properties cacheSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-15Depsgraph: Move RNA lookup to an own query classSergey Sharybin
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2018-08-23Depsgraph: First draft of graph filtering API implementationJoshua Leung
2018-08-13Depsgraph: Remove obscure code which was only needed for old OSD implementationSergey Sharybin
2018-07-30Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-06-22Depsgraph: cache effector relations, for performance and stability.Brecht Van Lommel
2018-04-12Depsgraph: Remove function bindings with collectionsSergey Sharybin
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-22Depsgraph: Add utility class to keep track of handled ID datablocksSergey 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: Make it more clear that we dump relations into graphvizSergey 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-18Depsgraph: Add query API to traverse all dependent IDs of the given IDSergey Sharybin
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-06Depsgraph: Move implementation part of relations header to own fileSergey Sharybin
2017-12-01Depsgraph: Add query API to traverse all dependent IDs of the given IDSergey Sharybin
2017-12-01Depsgraph: Move iterator to own implementation fileSergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Depsgraph: Cleanup, make it more clear what layer isSergey Sharybin
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-10-25Depsgraph: Remove bunch of debug codeSergey Sharybin
2017-10-24Depsgraph: Remove bunch of debug codeSergey Sharybin
2017-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-09Merge branch 'master' into blender2.8Campbell Barton
2017-06-08Cleanup: cmake indentation, missing includeCampbell Barton
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-30Move hash_combine utility function to a more generic placeSergey Sharybin
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2017-01-24Depsgraph: Remove legacy code from new depsgraphSergey Sharybin
2016-11-17Depsgraph: Move scene builder function to own fileSergey Sharybin
2016-11-17Depsgraph: Move rig builder functions to own filesSergey Sharybin
2016-11-07Depsgraph: Move key implementation from header to dedicated fileSergey Sharybin
2016-05-27Depsgraph: Cleanup and code simplificationSergey Sharybin
2016-05-17Fix C++11 build issues on OS X, remove references to outdated libs.Brecht Van Lommel
2016-01-14CMake: De-duplicate checks around unordered maps and shared pointerSergey Sharybin