Fast Ref / Examples

Script Structure

import sys, os, pymxs
_p = os.path.join(pymxs.runtime.getDir(pymxs.runtime.Name("userScripts")), "os_fast_ref_package")
if _p not in sys.path: sys.path.append(_p)

from os_fast_ref.api import FastRefAPI

api = FastRefAPI()

# --- 작업 구간 ---
api.reload_all_references()
api.export_fbx_all(output_folder=r"J:\output")
# --- 작업 끝 ---

# UI가 열려 있으면 갱신
api.update_ui()
💬

Need help with the API?

Open a support ticket or join the community discussion.

Contact Support