Blender Git Loki
Git Commits -> Revision 21b20ae
Revision 21b20ae by Jacques Lucke (master) July 12, 2020, 10:38 (GMT) |
Particles: initial support for forces in simulation node trees The force node can now be used to control the behavior of particles. Forces can access particles attributes. Currently, there are three attributes: `Position` (vector), `Velocity` (vector) and `ID` (integer). Supported nodes are: Math, Vector Math, Separate Vector, Combine Vector and Value. Next, I'll have to split `simulation.cc` into multiple files and move some stuff out of blenkernel into another folder. |
Commit Details:
Full Hash: 21b20ae5ec1512b52f6c231863a278ccacb4835c
Parent Commit: ebf9082
Lines Changed: +351, -15
1 Modified Path:
/source/blender/blenkernel/intern/simulation.cc (+351, -15) (Diff)