Blender Git Commit Log
Git Commits -> Revision a5260c1
Revision a5260c1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 26, 2019, 07:37 (GMT) |
implicitely convert StringRef to std::string |
Commit Details:
Full Hash: a5260c143ce6ca5a8b08d54b7cde3c36664f3134
Parent Commit: 43b449f
Lines Changed: +26, -32
14 Modified Paths:
/source/blender/blenkernel/BKE_node_tree.hpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_string_ref.hpp (+8, -11) (Diff)
/source/blender/functions/core/type.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/mappings.cpp (+3, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph_builder.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/events.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_set.cpp (+1, -3) (Diff)
/tests/gtests/blenlib/BLI_string_map_test.cc (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_string_ref_test.cc (+1, -1) (Diff)
/source/blender/blenlib/BLI_string_ref.hpp (+8, -11) (Diff)
/source/blender/functions/core/type.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/mappings.cpp (+3, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/vtree_data_graph_builder.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/events.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_set.cpp (+1, -3) (Diff)
/tests/gtests/blenlib/BLI_string_map_test.cc (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_string_ref_test.cc (+1, -1) (Diff)