Blender Git Loki
Git Commits -> Revision 6ad3209
Revision 6ad3209 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 10, 2019, 19:14 (GMT) |
do not use this-> for prefixed member variables |
Commit Details:
Full Hash: 6ad32098af110ad833e0d0f03867c7a14440c55c
Parent Commit: 3402620
Lines Changed: +146, -153
13 Modified Paths:
/source/blender/blenlib/BLI_composition.hpp (+4, -4) (Diff)
/source/blender/blenlib/BLI_refcount.hpp (+12, -12) (Diff)
/source/blender/blenlib/BLI_shared.hpp (+15, -15) (Diff)
/source/blender/blenlib/BLI_small_map.hpp (+10, -10) (Diff)
/source/blender/blenlib/BLI_small_set.hpp (+8, -8) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+34, -34) (Diff)
/source/blender/functions/core/core.hpp (+13, -13) (Diff)
/source/blender/functions/core/cpu.hpp (+16, -23) (Diff)
/source/blender/functions/core/data_flow_graph.cpp (+6, -6) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+22, -22) (Diff)
/source/blender/functions/core/dot_export.cpp (+1, -1) (Diff)
/source/blender/functions/core/graph_to_function.cpp (+4, -4) (Diff)
/tests/gtests/blenlib/BLI_shared_test.cc (+1, -1) (Diff)
/source/blender/blenlib/BLI_refcount.hpp (+12, -12) (Diff)
/source/blender/blenlib/BLI_shared.hpp (+15, -15) (Diff)
/source/blender/blenlib/BLI_small_map.hpp (+10, -10) (Diff)
/source/blender/blenlib/BLI_small_set.hpp (+8, -8) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+34, -34) (Diff)
/source/blender/functions/core/core.hpp (+13, -13) (Diff)
/source/blender/functions/core/cpu.hpp (+16, -23) (Diff)
/source/blender/functions/core/data_flow_graph.cpp (+6, -6) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+22, -22) (Diff)
/source/blender/functions/core/dot_export.cpp (+1, -1) (Diff)
/source/blender/functions/core/graph_to_function.cpp (+4, -4) (Diff)
/tests/gtests/blenlib/BLI_shared_test.cc (+1, -1) (Diff)