選択したオブジェクトの外部参照コントローラをシーンにマージする #maxscript
ar = #()
for s in selection do(
if (classof s.controller) == XRef_Controller do(
append ar s.controller
)
)
objXRefMgr.MergeXRefItemsIntoScene ar
I've been diving into the functionalities of Max Script. The efficiency and precision it offers have me questioning why I didn't embrace it earlier. With what I've learned, I developed this book generator. #MaxScript#DesignTools#CreativeDevelopment#DesignAutomation