tornavis/source/blender/functions
Jacques Lucke 396d0b5cd0 Particles: new Age Reached Event, Kill Particle and Random Float node
The hardcoded age limit is now gone. The behavior can be implemented
with an Age Reached Event and Kill Particle node. Other utility nodes
to handle age limits of particles can be added later. Adding an
Age Limit attribute to particles on birth will be useful for some effects,
e.g. when you want to control the color or size of a particle over its
life time.

The Random Float node takes a seed currently. Different nodes will
produce different values even with the same seed. However, the same
node will generate the same random number for the same seed every
time. The "Hash" of a particle can be used as seed. Later, we'd want
to have more modes in the node to make it more user friendly.
Modes could be: Per Particle, Per Time, Per Particle Per Time,
Per Node Instance, ...
Also a Random Vector node will be useful, as it currently has to be
build using three Random Float nodes.
2020-08-02 22:10:47 +02:00
..
intern Particles: new Age Reached Event, Kill Particle and Random Float node 2020-08-02 22:10:47 +02:00
tests Functions: add some tests for virtual spans 2020-07-27 16:35:54 +02:00
CMakeLists.txt Functions: move tests closer to code 2020-07-26 12:19:11 +02:00
FN_array_spans.hh Cleanup: unify naming between different spans 2020-07-23 18:07:44 +02:00
FN_attributes_ref.hh Particles: initial support for events and actions 2020-07-27 16:26:43 +02:00
FN_cpp_type.hh Particles: initial support for events and actions 2020-07-27 16:26:43 +02:00
FN_generic_vector_array.hh Refactor: Update integer type usage 2020-07-20 12:16:20 +02:00
FN_multi_function.hh Particles: initial object socket and emitter node support 2020-07-21 17:35:09 +02:00
FN_multi_function_builder.hh Refactor: Update integer type usage 2020-07-20 12:16:20 +02:00
FN_multi_function_context.hh Particles: initial object socket and emitter node support 2020-07-21 17:35:09 +02:00
FN_multi_function_data_type.hh Refactor: Update integer type usage 2020-07-20 12:16:20 +02:00
FN_multi_function_network.hh Particles: initial object socket and emitter node support 2020-07-21 17:35:09 +02:00
FN_multi_function_network_evaluation.hh Cleanup: use nested namespaces 2020-07-03 14:25:20 +02:00
FN_multi_function_network_optimization.hh Functions: implement common subnetwork elimination optimization 2020-07-08 15:10:30 +02:00
FN_multi_function_param_type.hh Functions: minor improvements 2020-07-12 12:38:03 +02:00
FN_multi_function_params.hh Particles: improve mesh emitter 2020-07-23 17:57:11 +02:00
FN_multi_function_signature.hh Cleanup: can use guarded instead of raw allocator now 2020-07-24 13:47:57 +02:00
FN_spans.hh Functions: add some tests for virtual spans 2020-07-27 16:35:54 +02:00