Psyop / Cryptomatte

Cryptomatte Nuke plugin, Fusion plugin, sample images, and specification
BSD 3-Clause "New" or "Revised" License
632 stars 151 forks source link

Use Builtin SeparatorControl #136

Closed xmnr0x23 closed 3 years ago

xmnr0x23 commented 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,
})
cedricduriau commented 3 years ago

Hi Kristof

Nice and easy, I can see to replace this. Keep you posted.

Cheers Cedric

cedricduriau commented 3 years ago

Fixed in https://github.com/cedricduriau/Cryptomatte/pull/11