I'd like to add Pixar RenderManProServer 21.5 library's components for The Foundry Nuke on a Mac. These components are crucial for reading in DTEX format (for deep compositing). Foundry's User Guide tells me that I need to create an XML environment.plist file and place it in .MacOSX directory.
But it doesn't work.
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>DYLD_LIBRARY_PATH</key>
<string>/Applications/Pixar/RenderManProServer-21.5/lib</string>
<key>RMANTREE</key>
<string>/Applications/Pixar/RenderManProServer-21.5</string>
</dict>
</plist>
Is there any other way to install RenderMan library's components for Nuke on a Mac?
~/.MacOSX/environment.plistis no longer supported in macOS (since 10.8). So, you need to put some lines in a hidden file~/.bash_profileusingpicoeditor.In
Terminalexecute asudocommand:and then put these lines in
.bash_profilefile:Do not forget to save this file pressing ctrl+o and exit
picoeditor pressing ctrl+x.