What’s Changed
Summary
Summary of changes in the Alias Python API version 4.5.0.
New
Python bindings to Alias C++ API
Overloaded function. |
|
Overloaded function. |
|
Create a group node for the specified layer. |
|
Delete the construction histor for all the given curve on surface objects. |
|
Delete all the Alias Objects in the list. |
|
Delete the dag nodes with the given names. |
|
Delete the layers with the given names. |
|
Delete sets by name. |
|
The do_updates flag is used to notify the system that you are finished performing. |
|
Returns a list of the dag nodes matching the given names. |
|
Return a list of all empty sets in the Alias Universe. |
|
Overloaded function. |
|
Return the AlLayer objects found from the given list of names. |
|
Return a list of all AlLocator objects in the Alias Universe. |
|
Return a list of AlLocator objects with the given names. |
|
Return the AlReferenceFile objects matching the given list of names. |
|
Get sets by name. |
|
Return the Shader objects found by the given list of names. |
|
Pick all locators. |
|
Pick all layers in the Alias Universe. |
|
Overloaded function. |
|
Overloaded function. |
|
Overloaded function. |
|
Overloaded function. |
|
Overloaded function. |
|
Remove all the AlReferenceFile from the Alias Universe. |
|
Overloaded function. |
|
Search the entire DAG for nodes that are templates. |
|
Overloaded function. |
|
Unpick all layers in the Alias Universe. |
|
Unpick all locators. |
|
Adds an AlDagNode to the end of the list of child AlDagNodes. |
|
Get or set the list of node names to filter the search results. |
|
Get or set the flag to indicate if the nodeNames filter is inclusive. |
|
Get the number of nodes obtained from traversing the DAG. |
Updated
Search the entire DAG for nodes that are instances. |
|
Search the entire DAG for nodes that do not have the same layer assigned as their parent node. |
|
Search the DAG for nodes that have unused curves on surface. |
|
Search the DAG for nodes that have unused curves on surface. |
|
Input data for traversing teh dag. |
Details:
Function
search_node_has_non_origin_pivot()
has new parameterreset
.Function
search_node_is_instance()
has new parameterexpand
.Function
search_node_layer_does_not_match_parent_layer()
has new parameterreturnParent
.Function
search_node_unused_curves_on_surface()
has new parameterdeleteUnused
.Function
search_node_unused_curves_on_surface_with_history()
has new parameterdeleteHistory
.Default constructor
TraverseDagInputData
has new optional parametersnode_names
,node_names_inclusive
,node_types
,node_types_inclusive
,layers
,layers_inclusive
,shaders
andshaders_inclusive
.