Announcements
Due to scheduled maintenance, the Autodesk Community will be inaccessible from 10:00PM PDT on Oct 16th for approximately 1 hour. We appreciate your patience during this time.
Community
Arnold for Maya Forum
Rendering with Arnold in Maya using the MtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MtoA 5.4.2 now available for download!

0 REPLIES 0
Reply
Message 1 of 1
Stephen.Blair
386 Views, 0 Replies

MtoA 5.4.2 now available for download!

22 May 2024

MtoA 5.4.2 introduces Arnold 7.3.2.0.

Installation

  • Download Arnold for Maya from your Autodesk Account. See Download Arnold for more information about downloading MtoA from your Autodesk Account.

  • Follow these installation instructions.

Enhancements

  • Toon tone-mapping: You can now drive the hue and saturation of tonemapping in the toon shader. The toon shader has four new parameters that complement the existing value-based tonemapping parameters. The connected shader's U coordinate drives direct light hue and the V coordinate drives saturation, which enables textures like those below to map the toon shader's response to colored lighting (Note: make sure to set the image's wrapping mode to clamp and filter to closest for best results) (ARNOLD-10687). These toon parameters include:

  • Better volume denoising: Denoising volumes now produces better results. The changes in how volume albedo is computed help the denoiser to keep more details. Ringing artifacts when objects are viewed against the background are also reduced, and a new N_denoise AOV fixes some denoising artifacts visible in low-AA renders. (ARNOLD-14936, ARNOLD-13071)
  • Many-lights support for light linking: Global light sampling is now applied per group of lights linked to a shape. That can improve rendering performance for scenes with light linking. The ALab scene now renders twice as fast when you use Global Light Sampling. (ARNOLD-14985)
  • Improved Standard Hair on GPU: The GPU renderer now supports the extra_depth parameter. This enables accurate rendering of blond or bright-colored hair without raising GI_specular_depth.
  • Improved volume albedo AOV: Volume albedo values are now more physically-based. This improves volume denoising and any LPE AOV using volume albedo is now much more useful for compositing. For backwards compatibility, you can set the new global option legacy_volume_albedo to true. (ARNOLD-13071)

  • Improved volume albedo AOV: Volume albedo values are now more physically-based. This improves volume denoising and any LPE AOV using volume albedo is now much more useful for compositing. For backwards compatibility, you can set the new global option legacy_volume_albedo to true. (ARNOLD-13071)

  • Bake Geometry can now bake to USD Subdivided and displaced geometry can now be baked to USD, ASS, or OBJ. (MTOA-1918)

  • Improvements to the Arnold RenderView snapshots workflow

    • Snapshots by default now point to a folder based on the current scene name. You can use a custom folder instead, and this custom location will be saved with the scene and used instead of the default scene folder (MTOA-1923)
    • Snapshots can be moved to a different folder. When you set a new snapshosts folder, or load a scene with a different snapshot folder, a Move option is displayed asking if you want to move the current snapshots. (MTOA-1932)
    • A new Enable Snapshots Folder option that can be queried or set via MEL or Python
      // Get the value of the Enable Snapshots Folder option
      arnoldRenderView -get "Enable Snapshots Folder";
      // Result: 1

    // Set the Enable Snapshots Folder option arnoldRenderView -opt "Enable Snapshots Folder"; ```

  • Improved OSL interoperability: The color4, color2, vector4, vector2, and matrix33 are now supported as output types of OSL shaders when connected to Arnold shaders. Additionaly, Arnold shaders that output RGBA or Vector2 types can now be directly connected to OSL shader color4 and vector2 input parameters. Those features make it easier to mix Arnold and MaterialX standard library shader nodes. (ARNOLD-1398 ARNOLD-14692)

  • Update OpenVDB to version 11.0: Arnold now uses the latest OpenVDB library. For the list of changes between OpenVDB version 7.1.1 and version 11.0, see the release notes. (ARNOLD-11217)

  • Change MtoA Windows installer to MSI MtoA now has a more integrated installer using the Microsoft Installer Framework (MTOA-1816)

USD Enhancements

  • Cylinder lights - Cylinder lights are saved as UsdLuxCylinderLight primitives - usd#1894

API changes

  • Geometry baking API: You can now bake subdivided and displaced geometry. You can save the baked geometry either in another universe or you can change the geometry in-place in the same universe. Typically, you would bake geometry by looping over scene nodes with AtNodeIterator. Currently, geometry baking applies to polymesh nodes only.(ARNOLD-2815)

     AI_API AtNode* AiNodeGetProcessedGeometry(AtNode* source_node, AtUniverse *dest_universe);

Incompatible Changes

  • Save usdz files to a usdz_tx folder: Previously when reading a .usdz file, any generated .tx files would be saved to a folder named <usdz_filename>.tmp. The .tmp extension may have led users to remove this folder prematurely, resulting in extra work the next time the usdz was rendered. These files will now be written to and read from a folder name <usdz_filename>.usdz_tx. (ARNOLD-14999)
  • Improved volume AOV: The volume albedo AOV and LPE scattering event has been improved. For backwards compatibility, you can set the new global option legacy_volume_albedo to true. (ARNOLD-13071)

Bug Fixes

  • MTOA-1906 - Overlay Imager: <frame> token not updating on frame change until Update Full Scene.
  • MTOA-1798 - ADPClientService.exe is blocking the MtoA installer.
  • MTOA-1927 - "onCameraCreated" debug message in script editor
  • MTOA-1880 - Crash when connecting Arnold dot node to an assigned shader
  • MTOA-1861 - Crash on Materialx volume node while rendering
  • MTOA-1233 - Full Paths check box in Export All/Export Selection dialog boxes doesn't work
  • MTOA-1213 - Loading some tx files, such as those that use multipart subimages as mip-map levels, crash Maya
  • ARNOLD-8165 - Crash when curvature, ambient occlusion, or round corners is used in displacement
  • ARNOLD-14551 - Add log notification when FIS is enabled
  • ARNOLD-14590 - Very bright lights, such as the sun, are not properly occluded by dense volumes
  • ARNOLD-14970 - [GPU] Rare “stack overflow exception” crash with OSL shaders
  • ARNOLD-14995 - [GPU] Crash when attempting to render a Bifrost volume
  • ARNOLD-14998 - Rare crash in Windows when texture_searchpath contains a root directory
  • ARNOLD-15015 - Profiler data is lost when other universes are destroyed
  • ARNOLD-15030 - GPU renderer and denoiser imagers incorrectly overriding FIS parameters set in options
  • ARNOLD-15040 - AiTextureLoad crashes with textures that use subimages as mipmaps
  • usd#1900 - Fix transform hierarchies for Arnold non-xformable primitives
  • usd#1903 - USD Writer should skip materials when the shader mask is disabled
  • usd#1906 - Fix light filters assignment order in the render delegate to make it consistent with the procedural.
  • usd#1912 - Procedural interactive updates don't consider primitives visibility

System Requirements

  • Maya 2023, 2024, or 2025
  • Windows 10 or later, with the Visual Studio 2019 redistributable.
  • Linux with at least glibc 2.17 and libstdc++ 4.8.5 (gcc 4.8.5). This is equivalent to RHEL/CentOS 7.
  • x86-64 CPUs need to support the SSE4.1 instruction set.
  • macOS 10.13 or later, macOS 11 and later for Maya 2024
  • Apple Mac models with M series chips:
    • Natively supported by Arnold for Maya 2024
    • Supported under Rosetta 2 mode for older versions of Maya
  • GPU rendering and Optix denoising work on Windows and Linux only, and require an NVIDIA GPU with the Maxwell architecture or later.


// Stephen Blair
// Arnold Renderer Support
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report