The forum is active for archival purposes only.

Join our discord community for new topics.

论坛导航
论坛导航 - 你在这里:ForumPrism: Generalhotkey for Prism
您需要登录才能建立帖子与主题。

hotkey for Prism

I would love to add some hotkey to call "project Browser", is there a py files I could add ?

In Windows generally or inside of a specific DCC?

yes just specific program like Nuke , I would like to add F1 or F4 to open browser projects, just like native shortcut Ctrl + O or Ctrl + S  of nuke

已上传的文件:
  • 您必须登录才有权限上传。

AFAIK you need to use Python to assign keyboard shortcuts in Nuke. You can assign a python command to a shortcut or you can modify this line:

https://github.com/RichardFrangenberg/Prism/blob/09283b5146d9cdf9d489dcf252f7927083534a48/Prism/Plugins/Apps/Nuke/Scripts/Prism_Nuke_Functions.py#L99 to something like:

nuke.menu("Nuke").addCommand("Prism/Save", self.core.saveScene, "Ctrl+s")

thank you so much, I edited and it work