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-05-03Depsgraph: Remove filtering APISergey Sharybin
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove original authorCampbell Barton
2019-02-01Cleanup: Space for foreach macroSergey Sharybin
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2018-11-14Depsgraph: Remove meaningless evaluation modeSergey Sharybin
2018-09-25despgraph: Use regular iterators for erase, fixes build error on centOSRay Molenkamp
2018-09-03Depsgraph: Use more meaningful name for flags storageSergey Sharybin
2018-08-23Cleanup: use static functionsCampbell Barton
2018-08-23Fix: Silence compiler warnings about size_t's in printfJoshua Leung
2018-08-23Depsgraph: Added note that the filtering function should NOT be called on a f...Joshua Leung
2018-08-23Code CleanupJoshua Leung
2018-08-23Cleanup: Remove the conditional ID node removal stuff, copied from clear_id_n...Joshua Leung
2018-08-23Cleanup: Disable some of the extra debug prints that were slowing things downJoshua Leung
2018-08-23Depsgraph Filtering: Fix ID node filtering problemsJoshua Leung
2018-08-23Depsgraph Filtering: WIP more debugging printsJoshua Leung
2018-08-23Depsgraph Filtering: Remove opnodes from entry tags tooJoshua Leung
2018-08-23Depsgraph: Fix filtering-related crashesJoshua Leung
2018-08-23Depsgraph: Print simple stats after filtering graph, to quickly verify if any...Joshua Leung
2018-08-23Depsgraph: First draft of graph filtering API implementationJoshua Leung