Skip to content

Commit

Permalink
IE config : Enable GafferUSD for Nuke
Browse files Browse the repository at this point in the history
We used to disable GafferUSD for Nuke as Nuke and Cortex had
incompatibilities regarding USD.

Since then, we have solved the incompatibilities and GafferUSD
is a useful component when used inside of a Caribou type of workflow
  • Loading branch information
lucienfostier authored and johnhaddon committed Jun 26, 2023
1 parent 9661176 commit 749d474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ie/options
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ if targetApp == "maya" :
usdIncludePath = os.path.join( mayaUsdReg["location"], mayaMajorVersion, "mayausd", "USD{}".format( mayaPythonMajorVersion ), "include" )
usdLibPath = os.path.join( mayaUsdReg["location"], mayaMajorVersion, "mayausd", "USD{}".format( mayaPythonMajorVersion ), "lib" )

elif targetApp in ( "houdini", "nuke" ) :
elif targetApp in ( "houdini", ) :
# Both nuke and houdini provide USD in their distribution.
# However, nuke doesn't provide includes, and the libs don't have python support, which prevents us from using them.
# And houdini has a mangled boost install which includes an "h" prefix which also messes up the GafferUSD build
Expand Down

0 comments on commit 749d474

Please sign in to comment.