pymel.util.arrays.blend¶
- blend(*args, **kwargs)¶
blend(a, b[, weight=0.5]) : Blends values a and b according to normalized weight w, returns a for weight == 0.0 and b for weight = 1.0, a*(1.0-weight)+b*weight in between
rtype: float This function has been overriden from pymel.util.mathutils.blend to work element-wise on iterables