I started doing for Cinema4DBatch.py in 10.3.2.1 and realise it’s exactly the same as I’d done a few post above for R20…
so around line 216
#ORG modLdPath = "%s/../lib64:%s/resource/modules/python/Python.linux64.framework/lib64:%s/resource/modules/embree.module/libs/linux64:%s" % ( c4dDir, c4dDir, c4dDir, ldPath )
#R20 modLdPath = "%s/../lib64:%s/resource/modules/python/libs/linux64/python.linux64.framework/lib64:%s/resource/modules/embree.module/libs/linux64:%s" % ( c4dDir, c4dDir, c4dDir, ldPath )
modLdPath = "%s/../lib64:%s/resource/modules/python/libs/python310.linux64.framework/lib64:%s/resource/modules/embree.module/libs/linux64:%s" % ( c4dDir, c4dDir, c4dDir, ldPath )
#2024 modLdPath = "%s/../lib64:$s/resource/modules/python/libs/python311.linux64.framework/lib64:%s/resource/modules/embree.module/libs/linux64:%s" % ( c4dDir, c4dDir, c4dDir, ldPath )
#ORG modPyPath = "%s/resource/modules/python/Python.linux64.framework/lib/python2.7:%s/resource/modules/python/Python.linux64.framework/lib64/python2.7/lib-dynload:%s" % ( c4dDir, c4dDir, pyPath )
#R20 modPyPath = "%s/resource/modules/python/libs/linux64/python.linux64.framework/lib/python2.7:%s/resource/modules/python/libs/linux64/python.linux64.framework/lib64/python2.7/lib-dynload:%s" % ( c4dDir, c4dDir, pyPath )
modPyPath = "%s/resource/modules/python/libs/python310.linux64.framework/lib:%s/resource/modules/python/libs/python310.linux64.framework/lib/python3.10/lib-dynload:%s" % ( c4dDir, c4dDir, pyPath )
#2024 modPyPath = "%s/resource/modules/python/libs/python311.linux64.framework/lib/python3.11/lib-dynload:%s:%s/resource/modules/python/libs/python310.linux64.framework/lib" % ( c4dDir, c4dDir, pyPath )
I’ll test with 2024 at some point, but I’m getting this weird dot in the path mapping when using both software render and Redshift…
^File path set, path mapping options in Deadline are correct, but renders to
F:_repo\test\c4d\F_repo\test\c4d
logs load file fine
CheckPathMapping: Swapped "F:\_repo\test\c4d\c4d2023_rs.c4d" with "/mnt/_repo\test\c4d\c4d2023_rs.c4d"