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
2021-09-10Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel
2021-09-09Revert "Depsgraph: release GIL when evaluating the depsgraph"Brecht Van Lommel
2021-09-09Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel
2021-06-24CMake: link bf_blenkernel from bf_depsgraphCampbell Barton
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-10-05Move sequencer sources from blenkernelRichard Antalik
2020-08-17Fix T75936: Alembic, allow exporting of invisible objectsSybren A. Stüvel
2020-08-17Cleanup: sort CMake path listsCampbell Barton
2020-08-04Cleanup: converted Depsgraph Building Pipeline to object-oriented codeSybren A. Stüvel
2020-07-27Fix T79121: Dependency cycle when driver points to prop with 'scale' in nameSybren A. Stüvel
2020-07-23Fix T77277: building depsgraph inter-driver relations is slowSybren A. Stüvel
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-06Depsgraph: remove unused no-op nodes after buildingSybren A. Stüvel
2020-02-10Cleanup: sort file, struct listsCampbell Barton
2020-01-24Depsgraph: Report FPS when running with --debug-depsgraph-timeSergey Sharybin
2020-01-24Depsgrapg: Refactor, move Relation to own fileSergey Sharybin
2020-01-10Fix T71908: Animated properties are lost after frame-post handlerSergey Sharybin
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