# The paths to rixplugin and shader assume the following directory structure.
# maya/projects/RfM_ris <<-- compiled c++ plugins are here
# maya/projects/RfM_osl <<-- compiled osl shaders are here
#
# Malcolm Kesson
# June 16 2017.
SetPref WSSearchPaths.rixplugin [list \\\${RMSTREE}/lib/shaders/ \\\${MAYA_USER_DIR}/projects/RfM_ris @]
::RMS::LogMsg INFO "The custom RMSWorkspace.ini has set the custom RIS plugins path to \"[GetEnv MAYA_USER_DIR] projects RfM_ris]\"."
SetPref WSSearchPaths.shader [list \\\${RMSTREE}/lib/shaders/ \\\${RMANTREE}/lib/shaders \\\${MAYA_USER_DIR}/projects/RfM_osl @]
::RMS::LogMsg INFO "The custom RMSWorkspace.ini has set the custom OSO shaders path to \"[file join [GetEnv MAYA_USER_DIR] projects RfM_osl]\".\n"