art3mis Posted October 27, 2019 Share Posted October 27, 2019 Been trying to get this python plugin working without any luck. Guessing the issue is my houdini.env file but after endless tweaking still no results. ie when I right-click inside a matnet I don't get the extra options made available by the plugin! here are the relevant lines from my houdini.env file GDT = /home/jim/houdini17.5/GameDevToolset/17.5/1.131 REDSHIFT = /usr/redshift/redshift4houdini/17.5.360 JDBT = /home/jim/jdb_houdinitoolkit/ PATH = /home/jim/houdini17.5/GameDevToolset/17.5/1.131/bin:/usr/redshift/bin:$PATH HOUDINI_PATH = $GDT:$REDSHIFT:$JDBT:& HOUDINI_CUSTOM_PATH = $HOUDINI_PATH:/home/jim/jdb_houdinitoolkit/python_panels:& All of the variables trace out correctly if I issue an echo from a textport window and both GDT and Redshift load correctly. Can anyone see anything wrong? Quote Link to comment Share on other sites More sharing options...
Drughi Posted October 28, 2019 Share Posted October 28, 2019 (edited) Try to replace : with ; Edited October 28, 2019 by Drughi Quote Link to comment Share on other sites More sharing options...
bsimms Posted November 1, 2019 Share Posted November 1, 2019 I am a super new user so maybe this is not helpful - but had similar problems getting it t to work. Here is the version that works for me HOUDINI_CUSTOM_PATH = "$HOUDINI_PATH;S:/3dm/houdini/jdb_rS_tools/python_panels;&" 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.