Blender Git Commit Log
Git Commits -> Revision 264719c
Revision 264719c by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 6, 2019, 12:50 (GMT) |
simplify string type |
Commit Details:
Full Hash: 264719c0b4f3fd5b9b1505a9f3a7fb576466b38e
Parent Commit: 213d807
Lines Changed: +119, -166
8 Modified Paths:
/source/blender/functions/backends/cpp/cpp_type_info.hpp (+91, -0) (Diff)
/source/blender/functions/backends/llvm/llvm_type_info.hpp (+17, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/mappings/socket_loaders.cpp (+1, -1) (Diff)
/source/blender/functions/functions/string.cpp (+2, -2) (Diff)
/source/blender/functions/types/string_type.cpp (+2, -79) (Diff)
/source/blender/functions/types/string_type.hpp (+2, -82) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+2, -1) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+2, -1) (Diff)
/source/blender/functions/backends/llvm/llvm_type_info.hpp (+17, -0) (Diff)
/source/blender/functions/frontends/data_flow_nodes/mappings/socket_loaders.cpp (+1, -1) (Diff)
/source/blender/functions/functions/string.cpp (+2, -2) (Diff)
/source/blender/functions/types/string_type.cpp (+2, -79) (Diff)
/source/blender/functions/types/string_type.hpp (+2, -82) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+2, -1) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+2, -1) (Diff)