tornavis/source/blender/functions
Hans Goudey 6bcda04d1f Geometry Nodes: Port sample curves node to new data-block
Use the newer more generic sampling and interpolation functions
developed recently (ab444a80a2) instead of the `CurveEval` type.
Functions are split up a bit more internally, to allow a separate mode
for supplying the curve index directly in the future (T92474).

In one basic test, the performance seems mostly unchanged from 3.1.

Differential Revision: https://developer.blender.org/D14621
2022-07-22 09:59:28 -05:00
..
intern Functions: improve span buffer reuse in procedure execution 2022-06-25 19:41:44 +02:00
tests Functions: fix procedure executor not writing output in correct buffer 2022-04-21 15:29:18 +02:00
CMakeLists.txt BLI: move generic data structures to blenlib 2022-03-19 08:26:29 +01:00
FN_field.hh Geometry Nodes: Port sample curves node to new data-block 2022-07-22 09:59:28 -05:00
FN_field_cpp_type.hh BLI: move CPPType to blenlib 2022-03-18 10:57:45 +01:00
FN_multi_function.hh BLI: move generic data structures to blenlib 2022-03-19 08:26:29 +01:00
FN_multi_function_builder.hh Workaround for msvc compiler bug 2022-05-12 13:38:22 +02:00
FN_multi_function_context.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
FN_multi_function_data_type.hh BLI: move CPPType to blenlib 2022-03-18 10:57:45 +01:00
FN_multi_function_param_type.hh Geometry Nodes: refactor array devirtualization 2022-04-26 17:12:34 +02:00
FN_multi_function_params.hh Functions: speedup preparing multi-function parameters 2022-05-31 20:41:01 +02:00
FN_multi_function_procedure.hh Functions: speedup multi-function procedure executor 2022-06-19 14:25:56 +02:00
FN_multi_function_procedure_builder.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
FN_multi_function_procedure_executor.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
FN_multi_function_procedure_optimization.hh Cleanup: use back-slash for doxygen commands, color after parameters 2022-03-02 12:11:08 +11:00
FN_multi_function_signature.hh Functions: speedup preparing multi-function parameters 2022-05-31 20:41:01 +02:00