get_bind_point method

get_bind_point

Gets the property bind point on specified animation instance.

Returns

The property bind point on specified animation instance

def get_bind_point(self, anim, create):
    ...
ParameterTypeDescription
animaspose.threed.animation.AnimationNodeOn which animation to create the bind point.
createboolCreate the property bind point if it’s not found.

See Also