[Fuse] Multi-Merge
- Midgardsormr
- Fusionista
- Posts: 470
- Joined: Wed Nov 26, 2014 8:04 pm
- Location: Los Angeles, CA, USA
- Been thanked: 32 times
- Contact:
[Fuse] Multi-Merge
MultiMerge can perform a Merge with up to 64 Inputs. Every time a new Input is connected, a new one is created. The composite is created iteratively, so each additional image is Merged with the results of the previous Merge operations. At present, every layer gets the same Apply Mode and Operator, and the Transform controls are not exposed.
Known Issues:
The CloneInput method causes some versions of Fusion (all version 8 releases) to crash, so the Blend control does not appear on the Controls tab. For versions of Fusion where this is not the case, removing the comment flag on line 136 should add the cloned Blend input to the Controls tab.
The numerous Inputs are visually confusing, especially with the Effect Mask there also. A visible text label in the Flow, like Nuke uses, would be nice, but I'm fairly certain that's not possible at this time.
Held Out mode throws an error. Looks like it might be a bug in the API.
For the Future:
Add an Apply Mode/Operator control and a Blend control for each layer.
Implement Transform controls—I'm not sure exactly how these should work. On-screen widgets only apply to the highest-numbered input, perhaps?
Implement Depth Merge (low priority)
edit: Credit where it's due. This fuse is based in large part on code by Stefan Ihringer (Switch Fuse) and Isaac Gruenard (FuseMerge).
Known Issues:
The CloneInput method causes some versions of Fusion (all version 8 releases) to crash, so the Blend control does not appear on the Controls tab. For versions of Fusion where this is not the case, removing the comment flag on line 136 should add the cloned Blend input to the Controls tab.
The numerous Inputs are visually confusing, especially with the Effect Mask there also. A visible text label in the Flow, like Nuke uses, would be nice, but I'm fairly certain that's not possible at this time.
Held Out mode throws an error. Looks like it might be a bug in the API.
For the Future:
Add an Apply Mode/Operator control and a Blend control for each layer.
Implement Transform controls—I'm not sure exactly how these should work. On-screen widgets only apply to the highest-numbered input, perhaps?
Implement Depth Merge (low priority)
edit: Credit where it's due. This fuse is based in large part on code by Stefan Ihringer (Switch Fuse) and Isaac Gruenard (FuseMerge).
You do not have the required permissions to view the files attached to this post.
Last edited by Midgardsormr on Tue Sep 19, 2017 5:40 pm, edited 3 times in total.
- AndrewHazelden
- Fusionista
- Posts: 781
- Joined: Fri Apr 03, 2015 3:20 pm
- Location: West Dover, Nova Scotia, Canada
- Been thanked: 31 times
- Contact:
Re: [Fuse] Multi-Merge
What do you think of using a Wireless input linking approach (and drag and drop) to make it easier to know visually what order each input is connected and named in the stack?
- PeterLoveday
- Fusioneer
- Posts: 111
- Joined: Sun Sep 14, 2014 6:09 pm
- Been thanked: 1 time
Re: [Fuse] Multi-Merge
You can do both, if you want. Have the connections on the flow, and dragdrop labels in the tool. See the external matte saver fuse with 9.0.1 for an example.
- Midgardsormr
- Fusionista
- Posts: 470
- Joined: Wed Nov 26, 2014 8:04 pm
- Location: Los Angeles, CA, USA
- Been thanked: 32 times
- Contact:
- Midgardsormr
- Fusionista
- Posts: 470
- Joined: Wed Nov 26, 2014 8:04 pm
- Location: Los Angeles, CA, USA
- Been thanked: 32 times
- Contact:
Re: [Fuse] Multi-Merge
Nice, June! Maybe add a Blend control to each layer. Otherwise, you're not getting any benefit from having passes—you might as well just use the Beauty buffer.
Adding the Wireless inputs is easy enough. Is it possible to force the new Inputs to the top of the stack? Intuitively, you'd expect the item at the top to also be the top layer.
Adding the Wireless inputs is easy enough. Is it possible to force the new Inputs to the top of the stack? Intuitively, you'd expect the item at the top to also be the top layer.
You do not have the required permissions to view the files attached to this post.
- Midgardsormr
- Fusionista
- Posts: 470
- Joined: Wed Nov 26, 2014 8:04 pm
- Location: Los Angeles, CA, USA
- Been thanked: 32 times
- Contact:
Re: [Fuse] Multi-Merge
Added Image fields to the Control panel for better clarity. Added independent Blend controls per layer. Removed the troublesome CloneInput line since the new Blend controls make it unnecessary.
Updated Fuse can be downloaded from the first post in this thread.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 36
- Joined: Thu Dec 01, 2016 3:19 am
- Location: Bracknell, UK
-
- Posts: 11
- Joined: Wed Apr 13, 2016 8:02 pm
-
- Posts: 14
- Joined: Sun Sep 06, 2015 3:59 am
- Contact:
Re: [Fuse] Multi-Merge
Thanks for the tool! Very useful within building UI with plenty of separate elements!
-
- Posts: 17
- Joined: Fri Mar 23, 2018 2:36 am
Re: [Fuse] Multi-Merge
Great Job here!
Apply Mode/Operator control by each layer would be great addition!
Thanks for all
Apply Mode/Operator control by each layer would be great addition!
Thanks for all