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
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-11-03 13:50:18 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-11-07 13:04:49 +0300
commita7f53bc5123fcc2fef8f31424aeb7fdd9aaccaa9 (patch)
treed7224dc89b1058cbe8001f299dc765a7ff78efe5 /make.bat
parentf64548daa6d6d863356367bb72017c511bf04953 (diff)
Depsgraph: Switch away form string to const char* for node names
There is no real reason to have nodes storing heap-allocated name and description. Doing this increases amount of allocations during dependency graph building, which usually means somewhat slowness. We're temporarily loosing some eyecandy in the graphviz visualizer, but those we can bring back as a part of graphiz dump (which happens much less often than depsgraph build). This will happen in multiple commits for the ease of bisect in the future just in case this causes any regression. This commit contains ID creation API changes.
Diffstat (limited to 'make.bat')
0 files changed, 0 insertions, 0 deletions