I was trying to follow this video to understand Compositor Effects, but the “New PostProcess” button simply isn’t showing up for me. Why is that? Does this happen to you too? Or am I just stupid and missing something?
Oh yes, I see. Originally, I wanted to use an addon that utilizes the compositor effects, and those buttons weren’t appearing either.
It’s indeed necessary to create a script that extends the CompositorEffect class (doc), which is normally done in the addon I’m trying to use. So, the issue must be more specific.