Fast Ref
/
API Reference
/
Advanced
convert_to_reference()
下载 MarkdownExample
# Select objects in 3ds Max first, then call:
from os_fast_ref.api import FastRefAPI
api = FastRefAPI()
result = api.convert_to_reference(namespace="MyCharacter")
print(f"Converted to slot {result['slot']} (ns: {result['namespace']})")
v2: Confirmation dialog is suppressed automatically.