Your license has been added to Cart

Open Cart
Sign In

Houdini

Running Shift in Houdini

Shift provides a hshift utility script to properly bind the Shift UI to Houdini. In order to run and open Shift in Houdini, execute the following code block inside the Houdini Python Script Editor:

try:
    import shift
except:
    import sys
    sys.path.append("<path_to_the_shift_installation_folder>")
    sys.path.append("<path_to_the_shift_installation_folder>/shift/thirdparty/python/Lib/site-packages")

from shift.tools import hshift
hshift.show()

Python Interpreter Setup

In Shift it is possible to launch the execution of a workflow via an application's Python interpreter with the WorkflowProcess node. To achieve this for Houdini, set the path to its Python interpreter the following environment variable:

SHIFT_PROCESS_HOUDINI : path to Houdini's Python interpreter (hython)

Catalogs

Shift provides some catalogs with operators specific to work within Houdini. Most of these nodes are found in the CreativeSoftware catalog.

Create your account

Password rules:
  • at least 8 characters.
  • at least 1 uppercase and 1 lowercase letter.
  • at least 1 symbol.
  • at least 1 number.
Your job title or current status (e.g., student, freelancer, between roles)

Login to your account

Forgot your password?