Skip to content

Commit 53e5a49

Browse files
authored
Merge pull request #1351 from murraystevenson/goodbyeAppleseed
Remove IECoreAppleseed
2 parents eb90825 + 8bd00f0 commit 53e5a49

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+13
-4159
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
containerImage: ghcr.io/gafferhq/build/build:2.0.0
4545
options: .github/workflows/main/options.posix
4646
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-linux.tar.gz
47-
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB testAppleseed
47+
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
4848
publish: true
4949

5050
- name: linux-python3-debug
@@ -53,7 +53,7 @@ jobs:
5353
containerImage: ghcr.io/gafferhq/build/build:2.0.0
5454
options: .github/workflows/main/options.posix
5555
dependenciesURL: https://github.com/GafferHQ/dependencies/releases/download/6.0.0/gafferDependencies-6.0.0-linux.tar.gz
56-
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB testAppleseed
56+
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
5757
publish: false
5858

5959
- name: windows-python3

.github/workflows/main/options.posix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ TBB_INCLUDE_PATH = includes
5959
USD_INCLUDE_PATH = includes
6060
USD_LIB_PREFIX = "usd_"
6161

62-
# Renderers
63-
# =========
64-
65-
APPLESEED_ROOT = deps + "/appleseed"
66-
APPLESEED_INCLUDE_PATH = deps + "/appleseed/include"
67-
APPLESEED_LIB_PATH = deps + "/appleseed/lib"
68-
6962
# Environment
7063
# ===========
7164

.github/workflows/main/options.windows

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ USD_LIB_PATH = libs
4747
USD_LIB_PREFIX = "usd_"
4848
DOXYGEN = deps + "\\doxygen\\doxygen.exe"
4949

50-
# Renderers
51-
# =========
52-
53-
APPLESEED_ROOT = deps + "\\appleseed"
54-
APPLESEED_INCLUDE_PATH = deps + "\\appleseed\\include"
55-
APPLESEED_LIB_PATH = deps + "\\appleseed\\lib"
56-
5750
# DCC Integrations
5851
# ================
5952
NUKE_ROOT = ""

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Breaking Changes
55
----------------
66

7+
- IECoreAppleseed : Removed. With Appleseed's removal from Gaffer `1.3.0.0` Cortex no longer provides IECoreAppleseed.
78
- Python : Removed support for Python 2.
89
- Primitive : Changed `variableIndexedView()` return type from `boost::optional` to `std::optional`.
910

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Cortex is a cross-application framework for computation, rendering, and file I/O that provides a set of high-quality C++ libraries and Python modules tailored for software development in the VFX industry. This project focuses on creating a set of practical and reusable modules for technical directors, CG supervisors, and programmers, freeing them to focus on innovation and new features in their software projects.
77

8-
Out of the box, Cortex has full support for the [Arnold](https://www.arnoldrenderer.com/arnold/), [Appleseed](https://appleseedhq.net), and [3Delight](https://www.3delight.com) renderers. It also has built-in integration with Maya, Houdini, and Nuke, with default user interfaces that provide for file I/O and live data manipulation. With its extensible API, Cortex’s DCC integration can be expanded to create custom tools to solve studio pipeline needs.
8+
Out of the box, Cortex has full support for the [Arnold](https://www.arnoldrenderer.com/arnold/) and [3Delight](https://www.3delight.com) renderers. It also has built-in integration with Maya, Houdini, and Nuke, with default user interfaces that provide for file I/O and live data manipulation. With its extensible API, Cortex’s DCC integration can be expanded to create custom tools to solve studio pipeline needs.
99

1010
You can find out more from our [introductory paper on Cortex](https://github.com/ImageEngine/cortex/wiki/pdfs/AnOpenSourceFrameworkForVisualEffectsSoftwareDevelopment.pdf) and the [Cortex presentations at SIGGRAPH 2011](https://vimeo.com/album/5504655).
1111

SConstruct

Lines changed: 0 additions & 186 deletions
Original file line numberDiff line numberDiff line change
@@ -557,20 +557,6 @@ o.Add(
557557
"",
558558
)
559559

560-
# appleseed options
561-
562-
o.Add(
563-
"APPLESEED_INCLUDE_PATH",
564-
"The path to the appleseed include directory.",
565-
"",
566-
)
567-
568-
o.Add(
569-
"APPLESEED_LIB_PATH",
570-
"The path to the appleseed lib directory.",
571-
"",
572-
)
573-
574560
# Build options
575561

576562
o.Add(
@@ -671,14 +657,6 @@ o.Add(
671657
"$INSTALL_PREFIX/lib/$IECORE_NAME",
672658
)
673659

674-
o.Add(
675-
"INSTALL_APPLESEEDLIB_NAME",
676-
"The name under which to install the appleseed libraries. This "
677-
"can be used to build and install the library for multiple "
678-
"appleseed versions.",
679-
"$INSTALL_PREFIX/lib/$IECORE_NAME",
680-
)
681-
682660
o.Add(
683661
"INSTALL_PYTHON_DIR",
684662
"The directory in which to install python modules.",
@@ -757,12 +735,6 @@ o.Add(
757735
"$INSTALL_PREFIX/nuke/plugins/$IECORE_NAME",
758736
)
759737

760-
o.Add(
761-
"INSTALL_APPLESEEDOUTPUTDRIVER_NAME",
762-
"The name under which to install the appleseed output driver.",
763-
"$INSTALL_PREFIX/appleseedDisplays/$IECORE_NAME",
764-
)
765-
766738
o.Add(
767739
"INSTALL_DOC_DIR",
768740
"The directory in which to install the documentation.",
@@ -955,14 +927,6 @@ o.Add(
955927
"contrib/IECoreUSD/test/IECoreUSD/All.py"
956928
)
957929

958-
o.Add(
959-
"TEST_APPLESEED_SCRIPT",
960-
"The python script to run for the appleseed tests. The default will run all the tests, "
961-
"but it can be useful to override this to run just the test for the functionality "
962-
"you're working on.",
963-
"contrib/IECoreAppleseed/test/IECoreAppleseed/All.py"
964-
)
965-
966930
o.Add(
967931
"TEST_LIBPATH",
968932
"Additional colon separated (semi-colon on Windows) paths to be prepended to the "
@@ -3267,156 +3231,6 @@ if doConfigure :
32673231
NoCache( alembicTest )
32683232
alembicTestEnv.Alias( "testAlembic", alembicTest )
32693233

3270-
###########################################################################################
3271-
# Build, install and test the IECoreAppleseed library and bindings
3272-
###########################################################################################
3273-
3274-
appleseedEnvSets = {
3275-
"IECORE_NAME" : "IECoreAppleseed"
3276-
}
3277-
3278-
appleseedEnv = env.Clone( **appleseedEnvSets )
3279-
3280-
appleseedEnvAppends = {
3281-
"CXXFLAGS" : [
3282-
"-DIECoreAppleseed_EXPORTS",
3283-
systemIncludeArgument, "$APPLESEED_INCLUDE_PATH",
3284-
systemIncludeArgument, "$OSL_INCLUDE_PATH",
3285-
systemIncludeArgument, "$OIIO_INCLUDE_PATH",
3286-
],
3287-
"CPPPATH" : [
3288-
"contrib/IECoreAppleseed/include",
3289-
],
3290-
"CPPFLAGS" : [
3291-
"-DAPPLESEED_ENABLE_IMATH_INTEROP",
3292-
],
3293-
"LIBPATH" : [
3294-
"$APPLESEED_LIB_PATH",
3295-
"$OSL_LIB_PATH",
3296-
"$OIIO_LIB_PATH"
3297-
],
3298-
}
3299-
3300-
if platform.machine() != "arm64" :
3301-
appleseedEnvAppends["CPPFLAGS"].append( "-DAPPLESEED_USE_SSE" )
3302-
3303-
appleseedEnv.Append( **appleseedEnvAppends )
3304-
3305-
appleseedPythonModuleEnv = pythonModuleEnv.Clone( **appleseedEnvSets )
3306-
appleseedPythonModuleEnv.Append( **appleseedEnvAppends)
3307-
appleseedPythonModuleEnv.Append(
3308-
CPPPATH = [
3309-
"contrib/IECoreAppleseed/include/bindings",
3310-
],
3311-
)
3312-
3313-
appleseedDriverEnv = appleseedEnv.Clone( IECORE_NAME = "ieDisplay" )
3314-
appleseedDriverEnv["SHLIBPREFIX"] = ""
3315-
appleseedDriverEnv["SHLIBSUFFIX"] = ".so" if env["PLATFORM"] != "win32" else ".dll"
3316-
3317-
haveAppleseed = False
3318-
3319-
if doConfigure :
3320-
3321-
c = configureSharedLibrary( appleseedEnv )
3322-
3323-
if not c.CheckLibWithHeader( "appleseed", "renderer/api/rendering.h", "CXX" ) :
3324-
3325-
sys.stderr.write( "WARNING : no appleseed library found, not building IECoreAppleseed - check APPLESEED_INCLUDE_PATH and APPLESEED_LIB_PATH.\n" )
3326-
c.Finish()
3327-
3328-
else :
3329-
3330-
haveAppleseed = True
3331-
3332-
appleseedSources = sorted( glob.glob( "contrib/IECoreAppleseed/src/IECoreAppleseed/*.cpp" ) )
3333-
appleseedHeaders = glob.glob( "contrib/IECoreAppleseed/include/IECoreAppleseed/*.h" ) + glob.glob( "contrib/IECoreAppleseed/include/IECoreAppleseed/*.inl" )
3334-
appleseedPythonSources = sorted( glob.glob( "contrib/IECoreAppleseed/src/IECoreAppleseed/bindings/*.cpp" ) )
3335-
appleseedPythonScripts = glob.glob( "contrib/IECoreAppleseed/python/IECoreAppleseed/*.py" )
3336-
3337-
c.Finish()
3338-
3339-
appleseedEnv.Append(
3340-
LIBS = [
3341-
"appleseed",
3342-
# We can't append this before configuring, as then it gets built as
3343-
# part of the configure process
3344-
os.path.basename( coreEnv.subst( "$INSTALL_LIB_NAME" ) ),
3345-
os.path.basename( sceneEnv.subst( "$INSTALL_LIB_NAME" ) ),
3346-
]
3347-
)
3348-
3349-
appleseedPythonModuleEnv.Append(
3350-
LIBS = [
3351-
os.path.basename( corePythonEnv.subst( "$INSTALL_PYTHONLIB_NAME" ) ),
3352-
os.path.basename( sceneEnv.subst( "$INSTALL_LIB_NAME" ) ),
3353-
]
3354-
)
3355-
3356-
appleseedDriverEnv.Append(
3357-
LIBS = [
3358-
"appleseed",
3359-
os.path.basename( coreEnv.subst( "$INSTALL_LIB_NAME" ) ),
3360-
os.path.basename( imageEnv.subst( "$INSTALL_LIB_NAME" ) ),
3361-
os.path.basename( appleseedEnv.subst( "$INSTALL_LIB_NAME" ) ),
3362-
]
3363-
)
3364-
3365-
# library
3366-
appleseedLibrary = appleseedEnv.SharedLibrary( "lib/" + os.path.basename( appleseedEnv.subst( "$INSTALL_APPLESEEDLIB_NAME" ) ), appleseedSources )
3367-
appleseedLibraryInstall = appleseedEnv.Install( os.path.dirname( appleseedEnv.subst( "$INSTALL_APPLESEEDLIB_NAME" ) ), appleseedLibrary )
3368-
appleseedEnv.NoCache( appleseedLibraryInstall )
3369-
appleseedEnv.AddPostAction( appleseedLibraryInstall, lambda target, source, env : makeLibSymLinks( appleseedEnv ) )
3370-
appleseedEnv.Alias( "install", appleseedLibraryInstall )
3371-
appleseedEnv.Alias( "installAppleseed", appleseedLibraryInstall )
3372-
appleseedEnv.Alias( "installLib", [ appleseedLibraryInstall ] )
3373-
3374-
# headers
3375-
appleseedHeaderInstall = appleseedEnv.Install( "$INSTALL_HEADER_DIR/IECoreAppleseed", appleseedHeaders )
3376-
appleseedEnv.AddPostAction( "$INSTALL_HEADER_DIR/IECoreAppleseed", lambda target, source, env : makeSymLinks( appleseedEnv, appleseedEnv["INSTALL_HEADER_DIR"] ) )
3377-
appleseedEnv.Alias( "install", appleseedHeaderInstall )
3378-
appleseedEnv.Alias( "installAppleseed", appleseedHeaderInstall )
3379-
3380-
# python module
3381-
appleseedPythonModuleEnv.Append(
3382-
LIBS = [
3383-
os.path.basename( coreEnv.subst( "$INSTALL_LIB_NAME" ) ),
3384-
os.path.basename( appleseedEnv.subst( "$INSTALL_LIB_NAME" ) ),
3385-
"appleseed",
3386-
]
3387-
)
3388-
appleseedPythonModule = appleseedPythonModuleEnv.SharedLibrary( "contrib/IECoreAppleseed/python/IECoreAppleseed/_IECoreAppleseed", appleseedPythonSources )
3389-
appleseedPythonModuleEnv.Depends( appleseedPythonModule, appleseedLibrary )
3390-
3391-
appleseedPythonModuleInstall = appleseedPythonModuleEnv.Install( "$INSTALL_PYTHON_DIR/IECoreAppleseed", appleseedPythonScripts + appleseedPythonModule )
3392-
appleseedPythonModuleEnv.AddPostAction( "$INSTALL_PYTHON_DIR/IECoreAppleseed", lambda target, source, env : makeSymLinks( appleseedPythonModuleEnv, appleseedPythonModuleEnv["INSTALL_PYTHON_DIR"] ) )
3393-
appleseedPythonModuleEnv.Alias( "install", appleseedPythonModuleInstall )
3394-
appleseedPythonModuleEnv.Alias( "installAppleseed", appleseedPythonModuleInstall )
3395-
3396-
3397-
# output driver
3398-
appleseedDriver = appleseedDriverEnv.SharedLibrary( "contrib/IECoreAppleseed/src/IECoreAppleseed/outputDriver/" + os.path.basename( appleseedDriverEnv.subst( "$INSTALL_APPLESEEDOUTPUTDRIVER_NAME" ) ), "contrib/IECoreAppleseed/src/IECoreAppleseed/outputDriver/DisplayTileCallback.cpp" )
3399-
appleseedDriverInstall = appleseedDriverEnv.Install( os.path.dirname( appleseedDriverEnv.subst( "$INSTALL_APPLESEEDOUTPUTDRIVER_NAME" ) ), appleseedDriver )
3400-
appleseedDriverEnv.NoCache( appleseedDriverInstall )
3401-
appleseedDriverEnv.AddPostAction( appleseedDriverInstall, lambda target, source, env : makeLibSymLinks( appleseedDriverEnv, libNameVar="INSTALL_APPLESEEDOUTPUTDRIVER_NAME" ) )
3402-
appleseedDriverEnv.Alias( "install", appleseedDriverInstall )
3403-
appleseedDriverEnv.Alias( "installAppleseed", appleseedDriverInstall )
3404-
appleseedDriverForTest = appleseedDriverEnv.Install( "contrib/IECoreAppleseed/test/IECoreAppleseed/plugins", appleseedDriver )
3405-
3406-
Default( [ appleseedLibrary, appleseedPythonModule, appleseedDriver, appleseedDriverForTest ] )
3407-
3408-
# tests
3409-
appleseedTestEnv = testEnv.Clone()
3410-
appleseedTestEnv["ENV"]["PYTHONPATH"] += ":./contrib/IECoreAppleseed/python" + os.pathsep + appleseedEnv.subst( "$APPLESEED_LIB_PATH/python" + pythonEnv["PYTHON_VERSION"] )
3411-
appleseedTestEnv["ENV"][testEnv["TEST_LIBRARY_PATH_ENV_VAR"]] += os.pathsep + appleseedEnv.subst( os.pathsep.join( appleseedPythonModuleEnv["LIBPATH"] ) )
3412-
appleseedTestEnv["ENV"]["PATH"] = appleseedEnv.subst( "$APPLESEED_ROOT/bin" ) + os.pathsep + appleseedTestEnv["ENV"]["PATH"]
3413-
appleseedTestEnv["ENV"]["APPLESEED_SEARCHPATH"] = os.getcwd() + "/contrib/IECoreAppleseed/test/IECoreAppleseed/plugins"
3414-
appleseedTest = appleseedTestEnv.Command( "contrib/IECoreAppleseed/test/IECoreAppleseed/results.txt", appleseedPythonModule, "$PYTHON $TEST_APPLESEED_SCRIPT --verbose" )
3415-
NoCache( appleseedTest )
3416-
appleseedTestEnv.Depends( appleseedTest, [ corePythonModule, scenePythonModule, appleseedPythonModule, appleseedLibrary, appleseedDriverForTest ] )
3417-
appleseedTestEnv.Depends( appleseedTest, glob.glob( "contrib/IECoreAppleseed/test/IECoreAppleseed/*.py" ) )
3418-
appleseedTestEnv.Alias( "testAppleseed", appleseedTest )
3419-
34203234
###########################################################################################
34213235
# Documentation
34223236
###########################################################################################

config/ie/buildAll

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def installDocs() :
110110

111111
compilerVersions = IEBuild.utils.versionsToInstall( "gcc" )
112112
pythonVersions = IEBuild.utils.versionsToInstall( "python" )
113-
appleseedVersions = IEBuild.utils.versionsToInstall( "appleseed" )
114113
mayaVersions = IEBuild.utils.versionsToInstall( "maya" )
115114
nukeVersions = IEBuild.utils.versionsToInstall( "nuke" )
116115
houdiniVersions = IEBuild.utils.versionsToInstall( "houdini" )
@@ -120,35 +119,22 @@ if platform in ( "cent7.x86_64", ) :
120119

121120
for compilerVersion in compilerVersions:
122121
for pythonVersion in pythonVersions :
123-
build( [ "COMPILER_VERSION="+compilerVersion, "PYTHON_VERSION="+pythonVersion, "APPLESEED_VERSION=UNDEFINED", "DL_VERSION=UNDEFINED" ] )
124-
125-
appleseedCompilerMap = { x : [] for x in compilerVersions }
126-
for appleseedVersion in appleseedVersions:
127-
compilerVersion = IEEnv.registry["apps"]["appleseed"][appleseedVersion][platform]["compilerVersion"]
128-
appleseedCompilerMap[compilerVersion].append( appleseedVersion )
129-
for pythonVersion in pythonVersions :
130-
build( [ "COMPILER_VERSION="+compilerVersion, "PYTHON_VERSION="+pythonVersion, "APPLESEED_VERSION="+appleseedVersion, "DL_VERSION=UNDEFINED" ] )
131-
for appleseedCompiler, versions in appleseedCompilerMap.items() :
132-
if len(versions) == 0 :
133-
appleseedCompilerMap[appleseedCompiler].append( "UNDEFINED" )
122+
build( [ "COMPILER_VERSION="+compilerVersion, "PYTHON_VERSION="+pythonVersion, "DL_VERSION=UNDEFINED" ] )
134123

135124
for mayaVersion in mayaVersions :
136125
compilerVersion = IEEnv.registry["apps"]["maya"][mayaVersion][platform]["compilerVersion"]
137-
appleseedVersion = appleseedCompilerMap.get( compilerVersion, appleseedVersions )[-1]
138-
build( [ "APP=maya", "APP_VERSION="+mayaVersion, "APPLESEED_VERSION={0}".format(appleseedVersion)] )
126+
build( [ "APP=maya", "APP_VERSION="+mayaVersion ] )
139127

140128
for nukeVersion in nukeVersions :
141129
compilerVersion = IEEnv.registry["apps"]["nuke"][nukeVersion][platform]["compilerVersion"]
142-
appleseedVersion = appleseedCompilerMap.get( compilerVersion, appleseedVersions )[-1]
143-
build( [ "APP=nuke", "APP_VERSION="+nukeVersion, "APPLESEED_VERSION={0}".format(appleseedVersion) ] )
130+
build( [ "APP=nuke", "APP_VERSION="+nukeVersion ] )
144131

145132
for houdiniVersion in houdiniVersions :
146133
compilerVersion = IEEnv.registry["apps"]["houdini"][houdiniVersion][platform]["compilerVersion"]
147-
appleseedVersion = appleseedCompilerMap.get( compilerVersion, appleseedVersions )[-1]
148-
build( [ "APP=houdini", "APP_VERSION="+houdiniVersion, "APPLESEED_VERSION={0}".format(appleseedVersion) ] )
134+
build( [ "APP=houdini", "APP_VERSION="+houdiniVersion ] )
149135

150136
for rvVersion in rvVersions :
151-
build( [ "APP=rv", "APP_VERSION="+rvVersion, "APPLESEED_VERSION=UNDEFINED", "DL_VERSION=UNDEFINED" ] )
137+
build( [ "APP=rv", "APP_VERSION="+rvVersion, "DL_VERSION=UNDEFINED" ] )
152138

153139
installDocs()
154140

config/ie/options

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -248,23 +248,6 @@ if targetApp :
248248
else:
249249
appPrefix = os.path.join( installPrefix, targetApp, targetAppMajorVersion )
250250

251-
appleseedReg = None
252-
appleseedVersion = getOption( "APPLESEED_VERSION", os.environ.get("APPLESEED_VERSION", "") )
253-
try :
254-
appleseedReg = IEEnv.registry["apps"]["appleseed"][appleseedVersion][platform]
255-
except :
256-
pass
257-
258-
if appleseedReg :
259-
260-
APPLESEED_INCLUDE_PATH = os.path.join( appleseedReg["location"], "include" )
261-
APPLESEED_LIB_PATH = os.path.join( appleseedReg["location"], "lib" )
262-
263-
oslVersion = appleseedReg.get( "OpenShadingLanguageVersion", cortexReg["OpenShadingLanguageVersion"] )
264-
oslRoot = os.path.join( "/software", "apps", "OpenShadingLanguage", oslVersion, platform, compiler, compilerVersion )
265-
OSL_INCLUDE_PATH = os.path.join( oslRoot, "include" )
266-
OSL_LIB_PATH = os.path.join( oslRoot, "lib" )
267-
268251
# ask for opengl support
269252
WITH_GL=1
270253

@@ -464,8 +447,7 @@ testLibs = [
464447
os.path.join( pythonReg["location"], compiler, compilerVersion, "lib" ),
465448
os.path.join( compilerReg["location"], "lib" ),
466449
]
467-
if appleseedReg :
468-
testLibs.extend( [ APPLESEED_LIB_PATH, OSL_LIB_PATH, OIIO_LIB_PATH ] )
450+
469451
TEST_LIBPATH = ":".join( testLibs )
470452
TEST_LIBRARY_PATH_ENV_VAR = "IEENV_LIBRARY_PREFIX_PATH"
471453

@@ -480,18 +462,14 @@ if targetApp :
480462
INSTALL_LIB_NAME = os.path.join( appPrefix, "lib", "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION" )
481463
INSTALL_PYTHONLIB_NAME = os.path.join( appPrefix, "lib", "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION-python$PYTHON_VERSION" )
482464
INSTALL_PYTHON_DIR = os.path.join( appPrefix, "python" )
483-
INSTALL_APPLESEEDLIB_NAME = os.path.join( appPrefix, "lib", "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION" )
484465
INSTALL_ALEMBICLIB_NAME = os.path.join( appPrefix, "lib", "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION" )
485466
INSTALL_USDLIB_NAME = os.path.join( appPrefix, "lib", "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION" )
486-
INSTALL_APPLESEEDOUTPUTDRIVER_NAME = os.path.join( "tmp", os.environ['USER'], "unwantedAppleseedDrivers/$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION" )
487467
else :
488468
INSTALL_HEADER_DIR = os.path.join( basePrefix, "include" )
489469
INSTALL_USD_RESOURCE_DIR = os.path.join( basePrefix, "resource" )
490470
INSTALL_LIB_NAME = os.path.join( basePrefix, "lib", compiler, compilerVersion, "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION" )
491471
INSTALL_PYTHONLIB_NAME = os.path.join( basePrefix, "lib", compiler, compilerVersion, "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION-python$PYTHON_VERSION" )
492472
INSTALL_PYTHON_DIR = os.path.join( basePrefix, "python", pythonVersion, compiler, compilerVersion )
493-
INSTALL_APPLESEEDLIB_NAME = os.path.join( basePrefix, "appleseed", appleseedVersion, "lib", compiler, compilerVersion, "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION" )
494-
INSTALL_APPLESEEDOUTPUTDRIVER_NAME = os.path.join( basePrefix, "appleseed", appleseedVersion, "plugins", compiler, compilerVersion, "$IECORE_NAME" )
495473
INSTALL_ALEMBICLIB_NAME = os.path.join( basePrefix, "lib", compiler, compilerVersion, "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION" )
496474
INSTALL_USDLIB_NAME = os.path.join( basePrefix, "lib", compiler, compilerVersion, "$IECORE_NAME-$IECORE_COMPATIBILITY_VERSION" )
497475

0 commit comments

Comments
 (0)