Fast Ref / Getting Started

v1 → v2 Migration Guide

下载 Markdown






After (v2)

from os_fast_ref.api import FastRefAPI

api = FastRefAPI()
api.reload_outdated_references()          # reload only OUTDATED
api.export_fbx_all(
    output_folder=r"J:\output",
    preset="Unreal_Ani"                   # specify preset by name
)
api.update_ui()
💬

Need help with the API?

Open a support ticket or join the community discussion.

联系支持