Skip to content

Commit

Permalink
fixup! 3Delight : Convert VDB files
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Aug 23, 2023
1 parent 58ee5fc commit 228ee0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,10 @@ libraries = {
"LIBPATH" : [ "$DELIGHT_ROOT/lib" ],
## \todo Remove GafferScene. We need it at present to get access to `IECoreScenePreview::Renderer`,
# but IECoreDelight must never depend on Gaffer code; logically it is in the layer below Gaffer.
"LIBS" : [ "GafferScene", "3delight", "IECoreImage$CORTEX_LIB_SUFFIX", "IECoreScene$CORTEX_LIB_SUFFIX", "IECoreVDB", "OpenImageIO_Util$OIIO_LIB_SUFFIX", "oslquery$OSL_LIB_SUFFIX" ],
"LIBS" : [
"GafferScene", "3delight", "IECoreImage$CORTEX_LIB_SUFFIX", "IECoreScene$CORTEX_LIB_SUFFIX", "IECoreVDB$CORTEX_LIB_SUFFIX",
"openvdb$VDB_LIB_SUFFIX", "OpenImageIO_Util$OIIO_LIB_SUFFIX", "oslquery$OSL_LIB_SUFFIX"
],
},
"pythonEnvAppends" : {
"LIBS" : [ "IECoreScene$CORTEX_LIB_SUFFIX", "IECoreDelight" ],
Expand Down

0 comments on commit 228ee0d

Please sign in to comment.