Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Additional Changes


Miscellaneous Changes

  • The "prmanPattern" terminal type has been removed from material nodes
  • The widget is now automatically set to "null" for all OSL outputs, so there is no longer a requirement that shader writers add this to their output parameters' metadata
  • Alembic_In_Prman has been removed as the multithreaded advantage it had has been supplanted by the new multithreading features in Alembic_In from Foundry

  • There are new icons in GafferThree and the Katana 4.0 lighting tools for the RenderMan lights and light filters
  • RfK now uses the name of the struct as the default type tag for osl struct parameters. If the connection type is set via the "tag" metadata, that will override the the default
  • Several tweaks have gone into the UI to allow for our conversion of patterns to OSL from C++
  • The default value for pixelfiltermode has changed from "weighted" to "importance"
  • The PrmanPresetBrowser now supports importing/exporting display filters as NetworkMaterials assigned to /root
  • Several shading parameters have changed names between RenderMan 23 and 24 (See the RenderMan release notes).  The PRMan24 shelf has a script - Update Shading Networks (23 -> 24) - that will upgrade existing PrmanShadingNodes in the scene.  This should be run before flushing caches or the old parameter connections will be lost.  There is also an option - PrmanGlobalStatements->plugin->Compatibility->updateMaterialParameters - that updates the parameters in the final material attribtuesattributes.  This should only be used as a temporary method to compare renders between versions until material networks can be updated
  • The prmanSuppressMasterId attribute, which is used to enable variable ids per instance, has been renamed to prmanSuppressPrototypeId

Bug fixes

  • Dynamic array parameters in OSL shaders are now supported by RfK.


Known Limitations


Live Statistics

  • The initial integration is available, but live statistics are turned off by default.  Artists can turn on the statistics through the buttons in the UI.

Shading Nodes

  • Several shading parameters have changed names between RenderMan 23 and 24 (See the RenderMan release notes).  The PRMan24 shelf has a script - Update Shading Networks (23 -> 24) - that will upgrade existing PrmanShadingNodes in the scene.  This should be run before flushing caches or the old parameter connections will be lost.  There is also an option - PrmanGlobalStatements->plugin->Compatibility->updateMaterialParameters - that updates the parameters in the final material attribtuesattributes.  This should only be used as a temporary method to compare renders between versions until material networks can be updated


Katana Limitation

  • The In versions older than Katana 4.0, the Monitor doesn't support adding/removing displays during a live render
  • If you use ROI and overscan or cropWindow, the ROI will have to be adjusted slightly after a resolution edit to get the correct value during a live render
  • Instanced lights with filters using the "Light Filter" coordsys have an incorrect transform. The workaround is to promote the light filter to a shared light filter using a light filter reference.
  • We do not receive live render edits from Katana for nodes added at the end of the node graph, right above the Render node.  If a no-op node (e.g. Merge) is inserted above the Render node and the node is added above that then the edit is received.
  • Any live updates will cause interactive motion blur to be disabled. The render must be restarted.