Introduced
1.0
Description
Creates local copies of shared properties.
Scripting Syntax
SIMakeLocal( [InputObjs], [PropagationType] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
List of properties to make local. Default Value: Currently selected properties |
|
|
PropagationType |
Propagation type for property Default Value: siDefaultPropagation |
Return Value
Returns the local properties.
Examples
VBScript Example
dim list, prop, local
set list = GetValue("SelectionList")
for each prop in list
if ( prop.IsA(siSharedPSet) ) then
set local = SIMakeLocal( prop, siBranchPropagation )
end if
nextSee Also
Autodesk Softimage v7.5