ClusterCurve

vtool.maya_lib.deform.ClusterCurve(geometry, …) Convenience for clustering a curve.
class ClusterCurve(geometry, name)

Convenience for clustering a curve.

set_cluster_u(bool_value)

Not available on curves.

create()

Create the clusters.

get_cluster_handle_list()
Returns:The name of cluster handles.
Return type:list
get_cluster_list()
Returns:The names of cluster deformers.
Return type:list
set_first_cluster_pivot_at_start(bool_value)

Set the last cluster pivot to the end of the curve.

set_join_both_ends(bool_value)

Clusters on the ends of the surface are joined together.

Parameters:bool_value (bool) – Wether to join the ends of the surface.
set_join_ends(bool_value)

Clusters on the ends of the surface take up 2 cvs.

Args:
bool_value (bool): Wether 2 cvs at the start have one cluster, and 2 cvs on the end have one cluster.
set_last_cluster_pivot_at_end(bool_value)

Set the last cluster pivot to the end of the curve.