v6.02
fbx|import
Returns or sets the namespace string to be replaced during
import. For example, you can transfer the attributes of one
character to another with the same topology. That is, the same
hierarchy and the same node names, the only difference being the
namespace.
The format of the Regex argument is "current_name=new_name", with
no spaces around the equal sign ('=') unless you want them to be
considered part of the name.
oString = FBXImportNamespaceReplacement( [Regex] ); |
A (String representing the namespace string to be replaced during import.
Parameter | Type | Description |
---|---|---|
Regex | String | Namespace to be replaced
Default Value: If not specified, the current setting will not change. |