Hey Peter,
Nevermind, I figured it out. Declaring the path to "plugins" does the job:
setenv C4D_PLUGINS_DIR /Volumes/Seagate_3TB/C4DtoA/2.4.0.1/R19/osx/plugins
Although this mechanism works when my plugin folder is located onto a local drive, as above, it craps on me when the plugin folder is located on a NFS volume:
setenv C4D_PLUGINS_DIR /Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins
This is what C4D throws at me:
--- snipsnip
Loading plugin directory: /Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins
Error: OS error loading plugin volume_voxel_field.dylib. Could not load dll. Error code: dlopen(/Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/procedurals/volume_voxel_field.dylib, 6): Library not loaded: @rpath/libai.dylib
Referenced from: /Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/procedurals/volume_voxel_field.dylib
Reason: image not found. (file:///Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/procedurals/volume_voxel_field.dylib) [osx_dll.cpp(89)]
Error: OS error loading plugin volume_tfd.dylib. Could not load dll. Error code: dlopen(/Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/procedurals/volume_tfd.dylib, 6): Library not loaded: @rpath/libai.dylib
Referenced from: /Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/procedurals/volume_tfd.dylib
Reason: image not found. (file:///Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/procedurals/volume_tfd.dylib) [osx_dll.cpp(89)]
Error: OS error loading plugin c4d_noise_shader.dylib. Could not load dll. Error code: dlopen(/Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/shaders/c4d_noise_shader.dylib, 6): Library not loaded: @rpath/libai.dylib
Referenced from: /Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/shaders/c4d_noise_shader.dylib
Reason: image not found. (file:///Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/shaders/c4d_noise_shader.dylib) [osx_dll.cpp(89)]
Error: OS error loading plugin c4dtoa_shaders.dylib. Could not load dll. Error code: dlopen(/Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/shaders/c4dtoa_shaders.dylib, 6): Library not loaded: @rpath/libai.dylib
Referenced from: /Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/shaders/c4dtoa_shaders.dylib
Reason: image not found. (file:///Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/shaders/c4dtoa_shaders.dylib) [osx_dll.cpp(89)]
Bonjour found: 765.50
WARNING | node "cryptomatte" is already installed
WARNING | node "cryptomatte_filter" is already installed
--- snipsnip
Any idea why C4D would have difficulties loading those libraries? They are there. That can be tested with a simple "ls"
%>ls -la /Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/procedurals/volume_voxel_field.dylib
-rw-r--r--1 rootwheel34736 Aug 13 06:13 /Volumes/Software/SolidAngle/C4DToArnold/2.4.0.1/R19/osx/plugins/C4DtoA/procedurals/volume_voxel_field.dylib
That might a question for Maxxon but maybe you have an idea. I cannot imagine that I'm the first one to try to achieve that kind of thing.
Thank you for your help.
Cheers,