ikoon Posted October 27, 2017 Share Posted October 27, 2017 I did a little python toolset to speed up my VEX writing. It replaces "code shortcuts" into "code snippets" and also updates the parm interface (default values, channel ranges from comments, ramps are generated from custom library). You can build your own libraries of snippets with specific channel ranges and defaults. I am really python newbie, so it is "alpha". The code is not prepared for exceptions, it is not exemplary, but I hope it would help somebody. It helps me already so I will debug it on the fly. The initial idea comes from here, Matt Estela: http://www.tokeru.com/cgwiki/index.php?title=HoudiniUserInterfaceTips#customise_right_click_menus qqReplace.py rampCollect.py updateInterfaceFromComments.py 7 Quote Link to comment Share on other sites More sharing options...
f1480187 Posted October 28, 2017 Share Posted October 28, 2017 (edited) Interesting idea about creating parameter templates from extra tags. Now I still need to constantly open clumsy Edit Parameter Interface to adjust auto-created parameters' ranges and defaults. Edited October 28, 2017 by f1480187 Quote Link to comment Share on other sites More sharing options...
akelian Posted December 11, 2017 Share Posted December 11, 2017 Great idea. Would you mind hosting the code on Gitlab or else ? I'd like to contribute but using odforce attachments will soon become a mess. Quote Link to comment Share on other sites More sharing options...
ikoon Posted December 12, 2017 Author Share Posted December 12, 2017 (edited) Unfortunately I have almost none experience with Gitlab/Github. I have tried to upload it here: https://github.com/lex-ikoon/qq If you tell me to do anything better, I will. Edited June 4, 2018 by ikoon Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.