Space Locator

class creators.spaceLocator.SpaceLocator(*args: Any, **kwargs: Any)
aim_base(*points, **kwargs)
curve_base(*curves, **kwargs)
in_between_points(obj01, obj02, number_of_points, name='inBetween', align='FirstObj')
Align:

The object that will all the objects be aligned to. Valid Values in align are FirstObj, SecondObject, and World

node_base(*transforms_list, **kwargs)
point_base(*points, **kwargs)
pole_vector(*node_list)
Parameters:

node_list – list of 3 nodes where the pole vector will be calculated.

Returns:

a space locator that it is located where the pole vector should be.

pole_vector_point(vp1, vp2, vp3)