Open Shading Language

From Wikipedia the free encyclopedia

Open Shading Language (OSL)
Developer(s)Academy Software Foundation
Stable release
1.12.13.0 / 1 July 2023; 9 months ago (2023-07-01) [1]
Repository
TypeShading language
LicenseBSD license 3-clause
Websitegithub/OpenShadingLanguage

Open Shading Language (OSL) is a shading language developed by Sony Pictures Imageworks for use in its Arnold Renderer. It is also supported by Illumination Research's 3Delight renderer,[2] Otoy's Octane Render,[3] V-Ray 3,[4] Redshift (from April 2021),[5] and the Cycles render engine in Blender (starting with Blender 2.65).[6] OSL's surface and volume shaders define how surfaces or volumes scatter light in a way that allows for importance sampling; thus, it is well suited for physically based renderers that support ray tracing and global illumination.

In RenderMan, OSL is also an important module. It is modified there for better AVX2 and AVX-512 instruction set support with doubled performance.[7][8]

Release 1.12 supports C++14 as default, but also newer C++17 and C++20. OpenImageIO support will be dropped for 2.0 with support of 2.2. Minimum OpenEXR Version changes up to 2.3. SIMD Batch shader Mode and OptiX support are in development and experimental. CUDA 11 and OptiX 7.1 are here supported levels.[9] 1.12.6 is supported in Blender 3.4. 1.12.6.2 is the first new release of the 1.12 series with a stable API. 1.12.13 is the current version.

Origin[edit]

Larry Gritz explain origin of Open Shading Language:

We had a renderer (Sony Imageworks's fork of the Arnold renderer) where shaders were implemented as C++ plugins, and that had many problems. We desired a shading language for the renderer, and this is the one I designed. In addition to just wanting a language, we also sought to make many improvements over previous shading languages. We explained a lot of the details about the new ideas in this SIGGRAPH 2010 talk 'Open Shading Language'.[10] And apparently, the rest of the industry agreed, because it resulted in an 2017 Academy technical achievement award.[11]

—  email from Larry Gritz (2022.06.27) [citation needed]

Movies[edit]

Many movies made in 2012 or later have used OSL,[12] including:

2017[edit]

2018[edit]

  • Peter Rabbit
  • Black Panther
  • Annihilation
  • Red Sparrow
  • Pacific Rim Uprising
  • Avengers Infinity War
  • Deadpool 2
  • Incredibles 2
  • Jurassic World: Fallen Kingdom
  • Hotel Transylvania 3: Summer Vacation
  • Ant Man and the Wasp
  • Skyscraper
  • Mission Impossible: Fallout
  • The Meg
  • Kin
  • Smallfoot
  • Alpha
  • Venom
  • First Man
  • Bad Times at the El Royale
  • Fantastic Beasts: The Crimes of Grindelwald
  • Bohemian Rhapsody
  • Holmes and Watson
  • Spider-Man: Into the Spider-Verse

2019[edit]

  • The Kid Who Would Be King
  • Alita: Battle Angel
  • Lego Movie 2
  • Lucky 13 (an episode of Love, Death & Robots)
  • Captain Marvel
  • Triple Frontier
  • Avengers: Endgame
  • Pokémon Detective Pikachu
  • Godzilla: King of Monsters
  • Rim of the World
  • John Wick 3 Parabellum
  • Men in Black International
  • Toy Story 4
  • Spider-Man: Far From Home
  • Hobbs & Shaw
  • Angry Birds 2
  • The Art of Racing in the Rain
  • Secret Life of Pets
  • The Mandalorian (S1)
  • The Dark Crystal: Age of Resistance
  • The King
  • Jumanji: The Next Level
  • Richard Jewell
  • Game of Thrones (S8)
  • Lost in Space (S1)
  • Togo

2020[edit]

  • Underwater
  • Birds of Prey
  • Onward
  • Bloodshot
  • Greyhound
  • The Old Guard
  • Mulan
  • Tenet
  • The New Mutants
  • Artemis Fowl
  • The Eight Hundred
  • Over the Moon
  • Wonder Woman 1984
  • Soul
  • The Mandalorian (S2)

2021 / upcoming[edit]

  • Chaos Walking
  • Peter Rabbit 2: The Runaway
  • The Falcon and the Winter Soldier
  • Secret Magic Control Agency
  • Zack Snyder's Justice League
  • The Mitchells vs the Machines
  • Jupiter's Legacy
  • Luca
  • F9

See also[edit]

References[edit]

  1. ^ "OpenShadingLanguage Releases". GitHub.
  2. ^ "OSLin 3Delight". www.3delight.com. Retrieved 2020-01-26.
  3. ^ "Octane Render OSL Support". home.otoy.com. Retrieved 2019-12-27.
  4. ^ "V-Ray OSL Support". docs.chaosgroup.com. Retrieved 2016-09-13.
  5. ^ "Latest Redshift Release Features Support for OpenColorIO 2.0.1". Retrieved 2022-04-27.
  6. ^ "Blender 2.65: Cycles". Retrieved 2020-02-09.
  7. ^ "RenderMan*: The Role of Open Shading Language (OSL) with Intel® Advan…". 12 August 2019.
  8. ^ "Technical Articles and How-Tos".
  9. ^ "Open Shading Language". GitHub. 7 April 2022.
  10. ^ ""SIGGRAPH 2010 Open Shading Language"". 2010. doi:10.1145/1837026.1837070. S2CID 27148401. {{cite journal}}: Cite journal requires |journal= (help)
  11. ^ ""2017 Sci-Tech winners"". 2017.
  12. ^ "Where OSL has been used". GitHub. Retrieved 2020-02-29.

External links[edit]