Blender Git Commit Log

Git Commits -> Revision e93a37c

Revision e93a37c by Sergey Sharybin (depsgraph_refactor)
December 8, 2014, 08:56 (GMT)
Depsgraph: Get rid of depsgraph_string_util

All the usages of the string_format could be replaces with
simple string concatinaiton. And further more, i'd prefer
using char* instead of strings to either names coming from
IDs or to statically allocated strings. Would be much better
from the performance point of view.

Commit Details:

Full Hash: e93a37c33e1f54eb8c730b1bb31fb05a2c38dd41
Parent Commit: eec84cb
Lines Changed: +14, -69

1 Deleted Path:

/source/blender/depsgraph/util/depsgraph_util_string.h (+0, -55)

11 Modified Paths:

/source/blender/depsgraph/CMakeLists.txt (+0, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+0, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cpp (+1, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+0, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+0, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+0, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+6, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+5, -3) (Diff)
/source/blender/depsgraph/intern/depsnode.h (+0, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021