Remap F7 to IPR, F9 to ROP render

This commit is contained in:
Kuba Winnicki 2019-02-21 21:00:48 +01:00
parent 4c321d2f14
commit 4c500b24e5

View File

@ -10,7 +10,9 @@ def install_aliases():
(4, "from hhacks import redshift_quick_anim;redshift_quick_anim()"),
(5, "redshift_quick_anim()"),
(6, "make_sim_cache()"),
(9, "from hhacks import iprs; iprs()[0].killRender();iprs()[0].startRender()"),
(7, "from hhacks import iprs; iprs()[0].killRender();iprs()[0].startRender()"),
(8, 'from hhacks import *; rop,_=rop_redshift(); rop.parm("trange").set(1); render(rop)'),
(9, 'from hhacks import *; rop,_=rop_redshift(); rop.parm("trange").set(0); render(rop)'),
(10, "from hhacks import *; render((hou.selectedNodes() or rop_redshift())[0])"),
(11, "from hhacks import save_n_render as fn; fn(inc=False)"),
(12, "from hhacks import save_n_render as fn; fn(inc=True)"),