Introduced
1.0
Description
Creates local copies of shared properties.
Scripting Syntax
MakeLocal( [InputObjs], [PropagationType] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
List of properties to make local. Properties that are not shared are ignored. Default Value: Currently selected properties |
|
|
PropagationType |
Propagation type for property Default Value: siDefaultPropagation |
Return Value
Returns the local properties.
Examples
VBScript Example
dim list, local
set list = GetValue("SelectionList")
set local = MakeLocal( list, siBranchPropagation )
if TypeName(local) <> "Nothing" then
LogMessage TypeName(local) & "; " & local
end ifSee Also
Autodesk Softimage v7.5