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

Is it possible to add "collection" input parameter to the open mesh modifier? #60

Open
ItsCubeTime opened this issue Oct 21, 2021 · 1 comment

Comments

@ItsCubeTime
Copy link

Is it possible to add "collection" input parameter to the open mesh modifier?

I would like to combine multiple objects, preferably from a collection.

@eliemichel
Copy link
Owner

Hi @ItsCubeTime, this is a good question, and I see two options:
a. The collection is considered as a single input of an OpenMfx effect, so Blender merges them into a single mesh before sending them to the effect
b. The collection is considered as as many inputs as there are objects in the collection. This requires to add to OpenMfx the possibility to have a variable number of input, and to think about how the object from the collection should be ordered if the effect depends on the order of the inputs.

I believe (b) is a more interesting option, but (a) is easier to implement and does not depend on changing OpenMfx (which is not so much of a big deal since Blender is the main host but still). I opened an issue in the OpenMfx project: OpenMfx#15 then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants