Go to: Synopsis. Return value. MEL examples.

Synopsis

containerDefaultBindingSet

This script returns the name of the default binding set used for container binding operations in Maya.

Return value

None

Arguments

Variable Name Variable Type Description

MEL examples

	// Determine name of default binding set and use it to 
  // perform autobind on a container. 
	string $bindingSetName = containerDefaultBindingSet();
  containerAutoBind(container1, $bindingSetName, 0, 0);