pymel.util.blend

static util.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

Previous topic

pymel.util.axis

Next topic

pymel.util.breadth

Core

Core Modules

Other Modules

This Page