Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple imports in single blender project break. #430

Open
FrankV724 opened this issue Jun 10, 2023 · 2 comments
Open

Multiple imports in single blender project break. #430

FrankV724 opened this issue Jun 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@FrankV724
Copy link

For the sake of simplicity and being able to sync changes between models, I want to put all of my models in a single blender file. However, if I try to make a new scene and import a new model, the importing process breaks with the following error:

image

Could this be fixed, or should I give in and have a different file for each model?

@FrankV724 FrankV724 added the bug Something isn't working label Jun 10, 2023
@FrankV724
Copy link
Author

Workaround for this is to make different save files with each of the models recently imported, and then in a main save file append each of the scenes for each of the save files.

@FlailingFog
Copy link
Owner

That's what I do for multiple characters (import separately then append). A lot of stuff currently depends on fixed object names, so only one card can be imported per file.
I'm very slowly making use of the attributes or whatever they're called in a separate branch of the plugin, so instead of depending on the object name it'll detect the object type (like a body, hair or clothes object). Maybe that will make it easier to allow multiple character imports per file in the future, as it could allow for duplicates like Body.001, etc. For now you'll have to stick with the append method. I have found it easier to append things by placing everything in a "Character name" collection and appending the entire collection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants