advanced shading language for computer graphics rendering
Open Shading Language is a language developed by Sony Pictures Imageworks, used for programming shader effects in computer-generated imagery. It can be used to define how surfaces or volumes scatter light, and can be used for describing materials, lights, displacement, and pattern generation.
Open Shading Language is a language developed by Sony Pictures Imageworks, used for programming shader effects in computer-generated imagery. It can be used to define how surfaces or volumes scatter light, and can be used for describing materials, lights, displacement, and pattern generation.
To install osl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install osl
To see what files were installed by osl, run:
port contents osl
To later upgrade osl, run:
sudo port selfupdate && sudo port upgrade osl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.