Function VisualServerSingleton.instanceSetBlendShapeWeight
Sets the weight for a given blend shape associated with this instance.
void instanceSetBlendShapeWeight
(
const(RID) instance,
const(long) shape,
const(double) weight
) nothrow @nogc;