Jump to content

Houdini 18.5 with Sublime Text 3 Setup?


Max_Steven

Recommended Posts

Hello I have found some of the old topic which explain setup sublime text with houdini.

But I still have no success. Can anyone here shows me a proper way to setup it?

I installed jedi but maybe the way i setup is wrong?
I followed a chinese topic here

https://www.cnblogs.com/simonxia/p/4198114.html

the old Houdini version setup is:

" python_interpreter "    :    " Your Houdini installation path/Side Effects Software/Houdini/bin/hython.exe " ,

// additional python package path list 
" python_package_paths " : [   " Your Houdini installation path/Side Effects Software/Houdini/python27/libs " ,
                          " Your Houdini installation path/Side Effects Software/Houdini/houdini/python2.7libs " ,
                          " Your Houdini installation path/Side Effects Software/Houdini/python27/lib/site-packages " 
                        ],

So I changed to this:

{
"python_interpreter" : "C:/Program Files/Side Effects Software/Houdini 18.5.351/bin/hython.exe",

// additional python package path list
"python_package_paths" : ["C:/Program Files/Side Effects Software/Houdini 18.5.351/python27/libs",
                          "C:/Program Files/Side Effects Software/Houdini 18.5.351/python27/libs/python27.lib",
                          "C:/Program Files/Side Effects Software/Houdini 18.5.351/python27/lib/site-packages"
                         ],
}

Anyone can show me the direction? thanks

Edited by Max_Steven
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...