https://i112.fastpic.ru/big/2020/0810/ba/c2ce6fc0c91af11150f37b2548bd8eba.jpg

Solid Angle Maya to Arnold 4.0.4 | 1.7 Gb
The Arnoldrenderer product team is pleased to announce the availability of Arnold (or MtoA) 4.0.4 for Autodesk Maya. This release includes several IPR update issues, an improved Tx manager, a new Log Window in the Arnold RenderView, as well as several other improvements and bugfixes.

MtoA 4.0.4 is a minor feature release, that uses Arnold 6.0.4.0. It is fully binary compatible with 4.0.* versions.

Enhancements

Log window in the Arnold Renderview : The Arnold RenderView now includes a new Log window reporting exclusively the Arnold rendering logs. The logs can be filtered by severity (errors, warnings, info, etc...), and be saved to a file. (mtoa#2748)
                 
https://i112.fastpic.ru/big/2020/0810/2a/54ba28754c58841a3372d49adc3c902a.jpg
               
Improved TX Manager:   The TX Manager has been highly improved and is now dockable in the Maya UI. (mtoa#2534)

- LOD visibility is now respected:  If geometry in the scene uses maya LOD visibility it is now respected by MtoA (mtoa#4259)
- IPR update fixes :  We have introduced multiple improvements to the IPR updates
. Issue with deformation motion blur with vertex amount changes (mtoa#4101)
. update motion blur changes (mtoa#4126)
. group / ungrouping lights (mtoa#4238)
- Adding matte to curve collector: The curve collector node now has the matte attribute exposed to easily apply matte output to the curves (mtoa#4189)
- Alembic export always exports normals :  The MtoA alembic exporter was previously only exporting normals if they were changed in any way from their default smoothness. Users can force normals to not be exported either by using the -noNormals  flag on the arnoldExportAlembic command or adding the custom boolean attribute noNormals to the individual geometry (mtoa#4193)

Arnold Enhancements

- Automatic file path remapping: String parameter values can now be automatically modified according to the OS Arnold is running on. For example, this is useful when the artist workstations are running Windows but the renderfarm nodes are running Linux. Configuration is done with a JSON file that contains the strings to search and replace for each OS. This configuration file can be selected through the ARNOLD_PATHMAP environment variable.  (#9311)  For example:

Rim light control for the Toon shader: A new rim_light_tint float parameter was added to the toon shader to tint the color of the rim light using the base color of the surface. See the full documentation. (#9003)

Performance improvements on Windows with many cores and texture-heavy scenes: Several performance improvements have been made, particularly for those running Windows, using many cores, tiff based textures, and/or reading many textures/sec. Expected speedups can be anywhere from a few percent to orders of magnitude faster on many-core Windows machines. (#9515, #9685, #9686, #9695, #9709, #9761) For a medium complexity scene that uses exr based .tx textures we get the following speedups on Windows :

- String parameter path metadata:  A new path metadata can be assigned to string parameters to give specific hints about how they will be handled. Currently available values are: file, folder and folderlist. Arnold will expand environment variables, apply the remapping, and handle backslashes on string parameters with the metadata. (#4969)
- AA_adaptive_threshold in log: The options.AA_adaptive_threshold used is now output in the log file. (#9841)
- Upgraded OSL:  Arnold now uses OSL 1.11.6 bringing multiple optimizations and bug fixes, see the full list of changes. (#8917)

GPU Enhancements

- Global AOV shaders: The aov_shader option is now supported on GPU. This option defines a list of shaders that the renderer will evaluate after the regular surface shader. With this, it's possible to add shaders to set specific AOVs without modifying the original shader tree. See the option documentation. (#9394)
- Initial support for attributes in OSL:   You can now retrieve user data bound to shapes via the getattribute function or via a lockgeom parameter attribute. This initial implementation still has some limitations when compared to the CPU implementation. Queryable attributes are currently restricted to those bound to the current shaded shape and attributes of the active render camera. Querying node parameters is also not yet supported. (#9666)
- Initial support for tracing in OSL:   You can now use the trace function to trace rays in OSL shaders along with the getmessage function to retrieve information regarding any intersected object. This initial implementation has the restriction that you cannot yet query parameters on an intersected object. (#9797)

Incompatible Changes

- Replaced @ by / for internal MtoA node names : To make node names compatible with other formats like USD we now export all non-scene generated nodes with a '/' instead of an @, this may affect the use of operators to get set shader parameters based on the node name (mtoa#4245)
- AiMsg* changes: Changes have been made to how logging behaves. Now the log session is for the life of the Arnold process instead of just between AiBegin/AiEnd pairs. If messages are not showing up or too many messages show up, you might need to set the logging flags and other options before calling AiBegin. Another change is that you can now set the log filename at any point in time, each time AiMsgSetLogFileName is called the previous file will be closed and the new file will be created. See the API documentation for the full set of functions. (#9575)
- Increased default texture maximum memory: The options.texture_max_memory_MB default value has been raised from 2048MB to 4096MB. (#9846)   

mtoa#4101 [ARV] breaks with IPR and Deformation Motion Blur vertex changing error.
    mtoa#4278 [ARV] log window hangs maya
    mtoa#4188 [ARV] Add menusFilter to OpenRenderView
    mtoa#4240 Add additional bifrost graph default shader assignments to ignore
    mtoa#4259 Arnold is not respecting Maya LOD visibility
    mtoa#4189 Curve collector doesn't expose matte
    mtoa#4243 Don't crash if Bifrost serialized data is empty
    mtoa#4126 IPR doesn't update until camera move when changing motion blur length
    mtoa#4269 Operator UI: Assignment expression editor always puts single codes around the value
    mtoa#4251 Set proper ID to aiViewRegion
    mtoa#4238 Ungrouping a light (skydome) needs updating in the IPR
                                                                                                                                                                                                           mtoa#3583 VP2 aiRectangleAreaLight.xml errors when command line rendering.
    mtoa#4193 alembic export ignores normals if they default values
    mtoa#4255 error when adding override to objectSet in 2021
    mtoa#4256 error when removing AOV via "remove AOV" menu
    #9828 AiMetaDataGet/Set functions crash with a NULL node entry
    #9746 [Alembic] sampled faceset data causes crash
    #9816 [Alembic] Velocities data on curves not applied correctly
    #9515 Allow IPR to properly scale past 64 cores on Windows
    #9809 Allow maketx to use either single dash or double dashes for arguments
    #9684 Arnold ignores non-linear output color spaces on images wider than 8 bit
    #9020 Back slashes in strings get changed to forward slashes when queried or written to .ass
    #9672 Better duplicate output detection
    #9749 BVH with 3+ motion keys is missing AiProfileBlock
    #9575 Crash when calling AiMsg while the Arnold session is ending
    #9725 [GPU] Arnold prematurely runs out of memory with on demand textures
    #9748 [GPU] Crash in GPU prepare when failing to compile programs
    #9794 [GPU] fov not set when using custom perspective camera
    #9852 [GPU] GPU crash with multiple shaders connected to the UV camera post_bake
    #9580 [GPU] Incorrect "Insufficient device memory" error when using NVLink
    #9692 [GPU] Incorrect result when calling user data shaders from uv_camera.post_bake
    #9771 [GPU] OptiX denoiser incorrectly accumulates feature buffers in progressive mode with multiple filters
    #9774 [GPU] OSL: Don't throw exceptions when getattribute is called
    #9636 [GPU] OSL texture crash when toggling devices
    #9202 [GPU] Precision issue in bump mapping
    #9532 [GPU] Random crash during the GPU prepare stage
    #9801 [GPU] "Unable to load Optix library" error on Tesla and TCC GPUs on Windows
    #8956 kick logs show superfluous plugin loading messages before official log start
    #9758 Make smart opaque robust to numerical precision error
    #7934 mesh_light with degenerate triangles has poor performance
    #9522 [OSL] Arnold can fail to find stdosl.h when the path to Arnold contains specific characters on Windows
    #9840 [OSL] Crash when SIP is enabled on MacOS 10.14 when using OSL
    #9607 Parsing errors in ass file parameters should abort scene loading
    #9659 Potential memory leak when using _triggers_reinitialize metadata
    #9753 Prevent texture cache from being smaller than 2GB
    #9863 Print license error details at warning level
    #9845 Python binding for AiParamGetType returns c_int instead of c_uint8
    #9762 Slow build with many ginstances of many-prim objects
    #9595 Slow node update of VDB volumes on Windows and Linux even when volume did not change
    #9610 Spurious render message when using -default_nodes in kick
    #9644 Using AOV write shaders increases texture usage
    #9638 Wrong exterior illumination with portal lights in interior_exterior mode
    usd#463 Texture coordinates of texcoord2f type are not read correctly   

Solid Angle Maya to Arnold     is the high-quality rendering engine in Maya. Realistic rendering is easier than ever with this brute force Monte Carlo ray tracer. Physically-based rendering in Arnold accurately simulates light in the real world, but allows breaking physical laws to achieve artistic styles.
Arnold is one of the leading render plugins in the world of 3D graphics. The realism that it delivers, added to the simplicity of its interface, is what made Solid Angle's masterpiece so popular.

Introduction to Solid Angle's Arnold Renderer

Solid Angle SL    is the technology company behind the Arnold rendering software, with offices in Madrid and London and customers throughout the world including Framestore, DreamWorks, ILM, Sony Pictures Imageworks, MPC, The Mill, Mikros Image and Rising Sun Pictures. Arnold was designed from the ground up to efficiently raytrace the complex geometric datasets required for feature­-length CGI animation and big­ budget visual effects, while at the same time simplifying the pipeline, reducing the number of passes, minimizing storage requirements and greatly enhancing interactivity for lighting artists.

Product: Solid Angle Maya to Arnold
Version: 4.0.4
Supported Architectures: x64
Website Home Page :

Код:
https://www.arnoldrenderer.com]www.arnoldrenderer.com

Language: english
System Requirements: PC / macOs *
Size: 1.7 Gb

Requirements & Platforms
- Compatible with Maya 2018, 2019, 2020
- Windows 7 or later, with the Visual Studio 2015 redistributable
- Mac OS X 10.11 and later
- CPUs need to support the SSE4.1 instruction set
- Optix denoiser requires an NVidia GPU with CUDA Compute Capability 5.0 and above
- Arnold GPU works on Linux and Windows and requires an NVIDIA GPU of the Turing, Volta, Pascal, or Maxwell architecture. We recommend using the 450.57 or higher drivers on Linux and 451.77 or higher on Windows.

download скачать link:

Код:
https://rapidgator.net/file/3585d345185ce2144c948d0d3ac2f166/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2018.MACOSX.rar.html
https://rapidgator.net/file/a5953a55edda70df83d2ee53d441518f/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2018.rar.html
https://rapidgator.net/file/88bf110decc97941d6b96832e152c4f0/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2019.MACOSX.rar.html
https://rapidgator.net/file/848f96c20750d22587c98ed916830ccb/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2019.rar.html
https://rapidgator.net/file/66041e019fbd7bc0158ecdd85b79a502/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2020.MACOSX.rar.html
https://rapidgator.net/file/f6d38264f9e41ea6854fdaed0607dc8a/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2020.rar.html


https://nitroflare.com/view/53E4747813328CC/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2018.MACOSX.rar
https://nitroflare.com/view/1728DEC294AE5AD/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2018.rar
https://nitroflare.com/view/6012C4AC85E31F9/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2019.MACOSX.rar
https://nitroflare.com/view/538CD664F87318C/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2019.rar
https://nitroflare.com/view/54030C7F7800124/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2020.MACOSX.rar
https://nitroflare.com/view/8C01C9DF1C38209/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2020.rar


https://uploadgig.com/file/download скачать/a98a2027593d1396/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2018.MACOSX.rar
https://uploadgig.com/file/download скачать/bffb11DdE2aCB1c3/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2018.rar
https://uploadgig.com/file/download скачать/e7bc14086f7e58fC/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2019.MACOSX.rar
https://uploadgig.com/file/download скачать/cdA9e1065333325E/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2019.rar
https://uploadgig.com/file/download скачать/f5fD76b0140374d3/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2020.MACOSX.rar
https://uploadgig.com/file/download скачать/040E02c22de01386/oc4t4.Solid.Angle.Maya.To.Arnold.v4.0.4.For.Maya.2020.rar

Links are Interchangeable - No Password - Single Extraction