Blender Git Loki

Git Commits -> Revision bde170a

Revision bde170a by Lukas Toenne (depsgraph_refactor)
March 31, 2014, 09:34 (GMT)
Cleanup: Use std::string instead of char arrays/pointers.

A utility function string_format has been added util_string to implement
sprintf-like functionality and avoid using the moronic stringstream crap.

Commit Details:

Full Hash: bde170afc16d70164cc6b5e9a40cb46ebcd62850
Parent Commit: 372870c
Lines Changed: +123, -111

14 Modified Paths:

/source/blender/depsgraph/intern/depsgraph.cpp (+23, -24) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+11, -15) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cpp (+8, -8) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+12, -12) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+8, -8) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+7, -8) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+0, -3) (Diff)
/source/blender/depsgraph/intern/depsnode.cpp (+3, -3) (Diff)
/source/blender/depsgraph/intern/depsnode.h (+9, -11) (Diff)
/source/blender/depsgraph/intern/depsnode_component.cpp (+9, -9) (Diff)
/source/blender/depsgraph/intern/depsnode_component.h (+7, -7) (Diff)
/source/blender/depsgraph/intern/depsnode_operation.cpp (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsnode_operation.h (+1, -1) (Diff)
/source/blender/depsgraph/util/depsgraph_util_string.h (+23, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021