Blender Git Loki
Git Commits -> Revision 3ef5912
Revision 3ef5912 by Jacques Lucke (master) July 17, 2020, 11:49 (GMT) |
Simulation: move initial simulation code from bf_blenkernel to bf_simulation I removed bf_blenkernel from `nodes/CMakeLists.txt` again (added it yesterday), because now this was causing me unresolved symbol errors... Without it, cmake seems to link the libraries bf_simulation, bf_blenkernel and bf_nodes in the right order. Not sure if that is just luck or if it is guaranteed. It was possible to fix the issue by using cmakes `LINK_INTERFACE_MULTIPLICITY`, but that is probably bad style. |
Commit Details:
Full Hash: 3ef59121a49b986700747469850e02f6420ee8aa
Parent Commit: 9582797
Lines Changed: +719, -638
2 Added Paths:
/source/blender/simulation/intern/simulation_update.cc (+678, -0) (View)
/source/blender/simulation/SIM_simulation_update.hh (+32, -0) (View)
/source/blender/simulation/SIM_simulation_update.hh (+32, -0) (View)