From what I have read, if I understand, XRef allows you to create a base scene; from there you can populate that scene with instanced objects from other files. If changes are made inside that other file, those changes will cascade through each instance of the referenced object in the scene? This is good for creating libraries of objects, and building a scene from them?
Replies
Basically you'd just select all the objects you wanted to do that with, then do something like this:
(for each of the objects in the selection)
Select it on its own.
Move / rotate it to 0,0,0 so it's centred.
File -> Save Selection As, then give it the name of the object as the scene file name, in the current scene's main folder.
Thank you for the help. I am not above learning.