If I add pyblish.api.Category object in to plugin.actions list, the color of section collapsing indicator will not working as expected (Seems like plugin status got override to default).
Test Code
Please try comment out pyblish.api.Category("Fix"), in each plugin's actions and see the change of section indicator +
Problem
If I add
pyblish.api.Category
object in toplugin.actions
list, the color of section collapsing indicator will not working as expected (Seems like plugin status got override to default).Test Code
Please try comment out
pyblish.api.Category("Fix"),
in each plugin'sactions
and see the change of section indicator+