Issue Description
I have created a project from scratch and wanted to use the same library of custom objects from my previous project. What would be the impact if I Copy then Paste on my new file versus importing the whole library?
Solution
Simply moving the custom objects from one file to another through copy and paste will move the objects into the Embedded library of the new file.
- If only a few objects are needed, copying and pasting allows for a faster, more targeted transfer. This can help minimize the overall file size and keep the new project uncluttered.
On the other hand, if you import a whole library into another file, it will have it’s separate folder by which you can have a more organized project.
By importing an entire library, the new project retains the original folder structure, making it easier to keep track of updates or versions of objects used across different projects.
- If the goal is to reuse many or all custom objects, importing saves time compared to copying each object individually.
- Importing maintains links to all associated parts, such as textures, materials, or macros, which can prevent missing asset issues that might otherwise arise with copy-paste.
- When working in a team, having a shared, organized library structure can simplify collaboration, especially if others also use the objects.