Maya Node - dhInterpolate
- Dominik Haase
- Nov 6, 2019
- 1 min read
Updated: Oct 10, 2023
Recently I started experimenting with custom nodes for Maya again. The node I have been testing on was my own interpolation node (or RBF solver). It interpolates n-dimensional values based on m-dimensional keys. For now, the interpolation is linear.
As I am still experimenting, I keep this a python node for now because it is easier and faster to mess around with it.
Comments