Arnold 7.1.1.0 is a feature release containing multiple USD improvements as well as interactivity optimizations, overrides for the point instancer and bug fixes.
System Requirements
The cache will also need to be re-populated after installing a new Arnold version, updating to a new NVIDIA driver, or changing the hardware configuration of GPUs on the system. More information can be found here.The driver type must be set to DCH.
In the driver page select "Windows Driver Type:" DCH
This version breaks binary compatibility with Arnold versions 7.0 and older. Shaders, procedurals, and other plugins compiled against Arnold 7.0 and older are not compatible with this version of Arnold and will need to be updated and recompiled.
Autodesk Network Licensing version: Arnold 7.1 switches to ARNOL_2023
licensing.
- Single-user subscriptions will work with Arnold 7.1. The plugin installers automatically register the new version. If you do not use a plugin, then after you download Arnold, open the Arnold License Manager and click Register.
- Existing network licenses will not work with Arnold 7.1. Log on to your Autodesk account to generate your new
ARNOL_2023
licenses.
Arnold 7.1.0.0 was released simultaneously with Arnold 7.1.1.0, please also refer to the 7.1 release notes.
Enhancements
- Adjust how often imagers are run during IPR: A new options setting has been added called
options.imager_overhead_target_percent
which can be used to control how often imagers should run during a render. Animager_overhead_target_percent
setting of 0 will cause the imagers to only run at the end of the render. The default value of 1 will periodically run the imager during the render so that the overhead from running the imager is no more than approximately 1%. ARNOLD-11750 - Noice imager runs only at end of render: The noice imager, which is generally too slow for interactive IPR, will no longer run during a render and instead is only run at the end of the render pass. ARNOLD-11761
- Overrides for specific instances in the instancer: Instead of specifying a value for all instances, overrides for specific instances can be defined by declaring a user data array of
instanceidxs_
prefix on the instancer node. ARNOLD-12142 - Reference time for OpenVDB volumes: The global
options.reference_time
attribute is now also used as the time the grid data exists, so velocity motion blur is relative to this reference time. Usually this is zero, which for frame-relative time values means "on the frame", which is typical of OpenVDB simulation data. ARNOLD-12143
USD Enhancements
- Author defaultPrim in the USD writer : When an Arnold scene is saved as USD, a defaultPrim is now authored, which is needed for nested instances usd#1064
- Don't force export of ArnoldOptions: When exporting USD files, we now store the list of authored frames as custom metadatas in the usd file, and no longer need to force the export of the ArnoldOptions primitive usd#963
- Write shading trees under their material's scope : When authoring shading trees, the shaders are now written under their material's hierarchy. usd#1067
- Support velocity/acceleration in Hydra : Meshes and curves with varying topologies and velocity or acceleration primvars are now supported in the render delegate usd#1039
- Reduce default subdivision level in Hydra : The different subdivision quality settings in Solaris are now interpreted as (0, 1, 2, 3) subdiv_iterations in Arnold, instead of (0, 2, 4, 8) which was too high for Arnold subdivision usd#1056
- Control amount of arnold-usd threads when rendering a usd file : A new environment variable ARNOLD_USD_READER_THREADS allows to control how many arnold-usd threads will be used to translate the usd data to arnold when running kick on a usd file. Default value is 0 and means that all threads will be used usd#1055
- Support light temperature in Hydra : Usd native lights have a light temperature attribute that is now supported in the render delegate usd#1051
- Default to smooth meshes in Hydra : In the render delegate, meshes are now smoothed by default, as in the usd procedural usd#24
- Specify which RenderSettings to use when calling AiSceneLoad : A custom parameter render_settings allows to control which RenderSettings primitive to export to Arnold options node usd#1017
API Additions
- AiRenderSessionGetOptions(): AiRenderSessionGetOptions() will return the render options node used by a given render session. This read-only render options node holds a separate set of options, initialized from the universe options but partially modified for render specific requirements. The differences with the universe copy of the options are mostly related to invalid values that are sanitized for rendering and temporary changes to sample values made during interactive render. ARNOLD-12012
Incompatible Changes
- Arnold 5 porting guide removed. The Arnold_5_Porting_Guide.pdf has been removed. Arnold-11696