Skip to content

Release-0.2.0

Compare
Choose a tag to compare
@pleprince pleprince released this 18 Oct 15:49
· 38 commits to master since this release
  • New
    • Added support for RenderMan 22.x.
      • REMEMBER to change the SP prefs to point to RenderMan 22.x !
    • The assets are now named after the SP project's name.
  • Fixed
    • The specular was incorrect when outputing for PxrSurface.
    • The correct renderman version number is saved in the asset file.
  • code
    • Refactored file path management.
    • Used logging module instead of my own.
    • Doc strings and PEP-8 fixes