MENU

3D Daring Dignified Art

3D Daring Dignified Art

RenderMan 24.4 がリリース!

PIXAR 社から RenderMan 24.4 がリリース!
Volume及びMesh Light の精度向上、「it」の UI 向上、最新の Houdini & Maya 2023 に対応、そしてバグの改善です。その他のアップデートは、ここで確認できます。
Blender 対応は、2.83LTS及び2.93LTS です。3.0 & 3.1 は公式にはサポート外です。※3.1にインストールできない。

RenderMan 24.0 のニュースはこちら

GEOMETRY

  • Volumes:
    • Fixed an issue causing an offset in mipmaps generated using vdbmake.
    • Attribute "volume" "aggregate" now supports strings that contain comma delimited names.
    • The msApprox controls on light sources no longer wrongly affect non-aggregate volumes in the presence of aggregate volumes.
    • Aggregate volumes bound to the interior of geometry via PxrSurface now correctly perform multiscattering through the interior aggregate, instead of reverting to the global aggregate after the first scattering event.
  • You can now override the basis for curves using the -shapeedit flag to the Alembic procedural.
  • Fixed a potential crash seen on extraordinary Catmull-Clark meshes with __faceindex primvar attached.
  • Improved performance for edits to large numbers of geometric mesh lights.
  • The Alembic procedural will now attempt to apply velocity based motion blur for single frame archives.

LIGHTING

  • An issue that could cause suboptimal convergence of direct lighting from scaled geometry lights has been addressed. This fix may cause existing scenes with low sample counts to change direct lighting if they were converging slowly. If the old incorrect behavior is needed, please use Option "lighting" "geometryscalecorrection" [0]. This option will not be available in future releases.
  • A new Option "lighting" "minimumestimate" has been added. Non-distant lights whose importance estimate falls below the specified value will be culled during direct lighting. Increasing this value can speed up scenes where direct lighting is expensive, i.e. due to participating media, but may lead to noticeable differences in lighting. By default, the threshold is 1e-6.
  • Fixed a bug where attempting to edit an invalid light could lead to a crash.

BXDFS

  • Clamp the topMix parameter of LamaLayer to a [0:1] range to avoid artifacts.
  • LamaDielectric: Dispersion can be specified using Abbe numbers.
  • An additional refraction roughness control has been added to PxrSurface WalterLobe.
  • A crash when LamaLayer parameter "topMix" isn't specified has been fixed.
  • New mapping applied to the roughness parameters of the lamaHairChiang node allowing for a more perceptually linear response that makes it easier the control by the user, in addition of supporting super rough fur rendering, as now roughness values can live in the full [0,PI] range that the Chiang model accepts.

PATTERNS

  • PxrSetRange: new pattern to remap signals using SeExpr's compress(), expand() and fit() functions.
  • PxrArithmetic now supports many more functions, mirroring Blender's Math node.
  • PxrPhasorNoise: Added direction flow controls to align waves along the vector direction.
  • PxrVariable: fixing typos.
  • PxrRamp: Added a clamp parameter to keep output between 0 and 1.
  • Fixed typo in the argument to Dx() and Dy() in the non-manifold initTxCoords() OSL function. The typo caused incorrect t derivative in non-manifold OSL bump mapping when "invertT" is 1 (which is the default). The bump direction will change in images with OSL bump mapping and "invertT" 1 (which is the default) and the bump amount driven by a non-manifold input. The bump direction now matches the corresponding old C++ bump code and the manifold version of the same code.
  • Fixed a bug that could cause a crash when using OSL fmod() with differing variable types.
  • It is now possible to compile our patterns without HexTiling functionality by passing the PXR_HEXTILE_DISABLED define to oslc.

XPU

  • There was a bug in the lerping between MIP map levels in XPU texture() lookups when lerping between the finest and second-finest MIP map level present in a texture map. This has been fixed.
  • A problem with missing shadowing of semi-transparent curves (i.e. when using the shadowColor or presence inputs on PxrMarschnerHair) which only affected GPU rendering in XPU has been fixed.
  • fixed incorrect shadows which could be cast by volumetric objects in XPU depending on their transform.
  • Fixed a bug that could cause crashes when writing AOV's from OSL shaders driving volume inputs.

STYLIZED LOOKS

  • PxrStylizedHatching:
    • New "Blend White Lightest" feature to give control if brightest value is solid color instead of highest hatching texture.
    • Hatching specular invert texture progression support for triplanar projections.
    • Fixed overbrights mapping: eliminates artifact in Screen & Triplanar projections.
    • New "Signal Energy From" option: "Signal AOV Mono" for whiteshader calculations.
  • PxrStylizedControl:
    • New Feature: "Sections Add" for additional random modification for edge detection in PxrStylizedLines.
    • New Feature: "Sections Quantize" for additional random modification for edge detection in PxrStylizedLines.
    • Updated "Sections Spread Scale" functionality for more space between random colors for edge detection in PxrStylizedLines.
    • Fixed bug where AOV's previously overwritten if also written in other Pattern node (like PxrTee).

LIVE STATISTICS

  • Add new "live stats enabled" pref for DCCs.
  • Live stats are now enabled by default.
  • Live stats UI panel will now present an error message in the case of a failed connection.

IMAGE TOOL

  • Fixed a bug where deleting images that were being rendered to would crash "it"
  • Fixed stability issues when running live stats to the 'it' HUD.
  • The window could fail to resize (Ctrl-F) correctly with non-square pixels images.
  • XPU renders can now be canceled from the IT UI.
  • The Select Object and Surface Tools now work with XPU renders.
  • The Crop Tool now works with XPU renders.

HYDRA RENDERER DELEGATE

  • Fixed a bug where file textures from material x networks would appear vertically flipped in RenderMan renders. The old behavior can be restored via the env var HD_PRMAN_MATERIALX_VERTICAL_FLIP=false.
  • Bail if we see a "multioutput" connection, since these aren't supported yet (Note, studio has added support, but involves a USD change that we're not using yet).
  • Fixed an issue for mtlx image files where the rtx plug-in gets referenced. The heuristic for grabbing the texture node ptr was sometimes failing.
  • Fixed an issue for tex files: resolve the path, because RenderMan doesn't know about usd file relative paths.
  • For mtlx image file nodes without a texcoord connection automatically wire in a mtlx geompropvalue specifying st texture coords.
  • Fixed a bug where toggling visibility of individual instances would lead to a crash.
  • Added support for PRMAN_OSL_BEFORE_RIXPLUGINS environment variable when running the RenderMan hydra delegate.

OTHER

  • The color manager now recognizes colorspace name embedded in filenames for lights and light filters, in the ACES and Filmic-Blender configs.
  • Presets can now be renamed in the preset browser, after they've been saved.
  • Added support for Maya 2023.