Closed xmnr0x23 closed 3 years ago
https://github.com/Psyop/Cryptomatte/blob/36d08c8012bfe0aae67f47358125c0f7a13c4117/fusion/Fuses/Matte/cryptomatte.fuse#L25
We could replace this with a SeparatorControl (apparently that InputControl does exist)
InSeparator1 = self:AddInput("Separator1" , "Separator1" , { INPID_InputControl = "SeparatorControl", IC_Visible = true, INP_External = false, })
Hi Kristof
Nice and easy, I can see to replace this. Keep you posted.
Cheers Cedric
Fixed in https://github.com/cedricduriau/Cryptomatte/pull/11
https://github.com/Psyop/Cryptomatte/blob/36d08c8012bfe0aae67f47358125c0f7a13c4117/fusion/Fuses/Matte/cryptomatte.fuse#L25
We could replace this with a SeparatorControl (apparently that InputControl does exist)