Skip to main content
Inspiring
August 10, 2011
Answered

How to hide my plugin in photoshop menu?

  • August 10, 2011
  • 1 reply
  • 1062 views

Hi All,

          I don't want to show my custom plugin name in PhotoShop menu. I have commented the below line in the resource file:

Name { plugInName "..." },

If I comment this line the plugin does not show up. But Is there any other flag which I can set if I do not want my plugin to show up in Photoshop menu?

Thanks,

Dheeraj

This topic has been closed for replies.
Correct answer neat-o

Name { plugInName "..." },
Category { "**Hidden**" },

should do it.

1 reply

neat-oCorrect answer
Inspiring
August 10, 2011

Name { plugInName "..." },
Category { "**Hidden**" },

should do it.

dheeraj_cAuthor
Inspiring
August 11, 2011

Thanks a lot neat-o.