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

A tool to create an import map of a model and all of its sub-models to other models and all there sub-models #5038

Open
wjenkins4107 opened this issue Dec 9, 2024 · 1 comment
Labels
Enhancement Sequence Import Unlikely To Be Implemented Either very rare use case or the overhead/complexity so great it is unlikely to be implemented.

Comments

@wjenkins4107
Copy link

With the proliferation of high density props with a large number of sub-models it can be very tedious to import a sequence to multiple models of the same type with same sub-models. In order to map a model and all of it's sub-models to other models with different names requires a tedious process of individually assigning the model and sub-models to each model and it's sub-models.

A tool (button on import) that would allow you to create an import map that would allow you to specify the model and then the models model and all the sub-models would be mapped to. The model would need to be the same type of model and the sub-models would need to exist in each model and be the same name on all of the models.

There are no alternatives that would provide this complete functionality that I know of currently. I have been able to create a map by placing an on effect on every model and sub-model in a sequence and save the sequence. Then import the sequence and place all of the model and sub-models on a 2nd model of the same type and save as an map but this is quite time consuming and as vendors add new sub-models needs to be updated to work on all of the sub-models.

@cybercop23 cybercop23 added Sequence Import Unlikely To Be Implemented Either very rare use case or the overhead/complexity so great it is unlikely to be implemented. labels Jan 8, 2025
@cybercop23
Copy link
Collaborator

This is exactly why Aliases exist. BUT.. unlikely the submodels will have the same name across 2 diff models... but fear not.. aliases are available at the submodel level too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Sequence Import Unlikely To Be Implemented Either very rare use case or the overhead/complexity so great it is unlikely to be implemented.
Projects
None yet
Development

No branches or pull requests

2 participants