I have writen my own light plugin looking like this:
plugin light MyLight
name:"My Light"
classID:#(0x7f14579e, 0x5caf6eb9)
extends:omnilight
replaceUI:true
(
parameters main rollout: params
(
...
)
rollout params "Light Parameters"
(
)
)
but when I create an instance of MyLight it looks like this:
Is it posible to get rid of thet marked red rolout?
