论坛风格切换
正版合作和侵权请联系 sd173@foxmail.com
 
  • 帖子
  • 日志
  • 用户
  • 版块
  • 群组
帖子
购买邀请后未收到邀请联系sdbeta@qq.com
  • 6736阅读
  • 8回复

[行业软件]Solid Angle Katana to Arnold 4.2.5.3 [复制链接]

上一主题 下一主题
离线pony8000
 

发帖
53238
今日发帖
最后登录
2024-04-24
只看楼主 倒序阅读 使用道具 楼主  发表于: 2019-12-12 07:39:32

Solid Angle Katana 4 (Win/Lnx) | 959 MB (Total)

Solid Angle, a bussines Autodesk, has released version 4.2.5.3 of Arnold for Katana (or KtoA). This release uses Arnold 7.2.5.3 and is a bugfix release.

KtoA 4.2.5.3 - Arnold for Katana - Date: 20 March 2024

Katana 4.5 and 5.0 compatibility
Katana 4.5v3 and 5.0v3 introduced a change that affects the Arnold USD plugins support in Katana. This release of KtoA supports those Katana versions or newer within their release series. Katana 4.5v1, 4.5v2, 5.0v1, and 5.0v2 are not supported by this KtoA release.
Bug Fixes
- ARNOLD-14563 - Remove 100000 limit on number of cryptomatte manifest entries
- ARNOLD-14732 - Render hangs when distance shader is connected to displacement
- ARNOLD-14753 - [GPU] Crash with procedurals or global light sampling with NVIDIA drivers > 550
- ARNOLD-14770 - Moving procedural child objects doesn't update procedural bounds
- ARNOLD-14794 - Setting array parameter with same value detected as modification

Improved performance on Windows: Arnold now runs on average 7-8% faster overall on Windows. (core#5481, core#9876, core#9975)
Improved IPR interactivity: IPR interactivity on both CPU and GPU, especially when moving the camera in a scene with many nodes (thousands to millions of meshes, ginstances, lights, shaders, etc.), is improved. For instance, a scene with 24,433 ginstances and simple shading went from 8 fps to 14 fps on the CPU and about 3 fps to 20 fps on the GPU. (core#8662, core#9918, core#10027, core#10029)
Improved performance in Toon on Windows: The contour_filter used for toon rendering should now be faster and scale better especially on Windows, with up to 3x speedups on AMD Threadripper 2 and up to 4x speedups on AMD Threadripper 3 CPUs. (core#7844)
Toon AOV prefix : The toon shader has a new optional aov_prefix that will be prepended to the toon AOVs' names. For instance, if aov_prefix is "toon_", the toon diffuse AOV will be written out to "toon_diffuse". This can be used when you need to access both the toon AOVs and the core's LPE AOVs. (core#9823)
Improved soft creases in adaptive subdivision: Normals for soft creases follow the geometry closer for low iterations. (core#9971)


AA seed now included in EXR metadata: The AA seed of a render is now also included in EXR metadata. (core#9895)
Improved support for MaterialX: Material nodes are now supported, shader nodes and node graph outputs can be connected to material node inputs. Node definitions implemented as node graphs can contain both Arnold native shaders and MaterialX standard library shaders. This is useful to build reusable and portable material groups and definitions, for example by using standard_surface with MaterialX patterns. The environment variable ARNOLD_MATERIALX_NODE_DEFINITIONS can now point to directories and load multiple node definitions (see here) (core#9204, core#9618, core#9926)
KatanaUsdPlugins: A custom build of UsdIn is included with KtoA that is a drop-in replacement for the UsdIn included in Katana. It includes several changes that are to improve the use of UsdIn with KtoA. (ktoa#523)
UsdIn Material Transfer: Arnold materials exported from Solaris or using MtoA's USD export are correctly imported to the scenegraph. (ktoa#488)
Apps & Features Entry: The KtoA entry in Apps & Features now has a more descriptive name. (#458)
Arnold-USD: The Arnold Render Delegate and Node Registry plugin is now included with KtoA. This allows the use of the Render Delegate in the Katana Hydra Viewport. (#494)
Tooltip Coverage: Tooltips are correctly set for all the shader parameters. (#203)
Arnold SDK: The Arnold SDK is now included within the KtoA installation to simplify building shaders, procedurals, and other plugins for the Arnold that KtoA is using. (#527)

GPU Enhancements

Improved on-demand loading of textures: The GPU renderer can now partially load textures which results in important GPU memory savings when using tiled and mipmapped textures, such as from .tx textures. In a typical scene, the amount of memory needed for textures could be reduced to be up to 5x smaller. A recent driver is needed for this feature (core#9984).


Initial support for light linking: Initial support has been added for light linking. Currently, there is a limitation that light linking is not supported on volumes. (core#9890)
Support light AOV groups: Adding light AOV groups in LPEs is now supported on the GPU. (core#9882)
Improved OSL JIT compilation performance: OSL JIT compilation performance has been improved, meaning faster time to first pixel and improved interactivity when using OSL shaders. The improvement averaged 6.3x faster during testing. (core#10004)
Improved support for min pixel width and thin-walled sampling: We have improved compatibility with the CPU renderer for min pixel width on the GPU and thin-walled sampling on zero roughness surfaces. (core#9291)
Partial GPU IPR output: Like on the CPU, when the FPS goes below a certain threshold (5fps by default), instead of not displaying anything, the GPU will at least display the pixels that have finished rendering. Since GPU currently renders pixels in a top to bottom ordering, this will result in the top part of the image being updated while the lower part becomes stale. (core#10027)
OptiX cache location change: The Optix cache directory used to be of the form: arnold-<ARNOLD_VERSION>_driver-<DRIVER_VERSION>. Now it is simply arnold. This means the same cache will be used across driver and Arnold versions. Upgrading to a new version will still likely cause a lengthy JIT/cache pre-population, but it will reduce disk usage as old versions will not stay around-consuming disk space. (core#9239).

USD enhancements

Light Shaping: The procedural now supports the UsdLuxShapingAPI, allowing the use of spot and IES lights (usd#344).
UsdTransform2d: The render delegate now supports the UsdTransform2d preview shader (usd#516).
Per-face material assignments: The render delegate now supports per-face material assignments (usd#29).
Render Stats: The Render Delegate now returns render stats via GetRenderStats. For now, this is used to show render progress in Solaris (usd#537).
Schema for custom procedurals: The schemas now include ArnoldCustomProcedural for describing custom procedurals (usd#487).
Schema updates: Schemas now support cameras, render settings, and new output types (usd#500).
Parent Scope: There is a new flag to specify a custom root for all exported prims (usd#292).
ST for Texture Coordinates: Texture coordinates are now written as primvars:st to match the USD convention (usd#542).

Incompatible changes

Correct refractions with nested dielectrics: Refraction through adjacent transparent media now looks more physically correct thanks to nested dielectrics resulting in a look change. If you need to revert to the legacy unphysical behavior for compatibility reasons, you can disable nested dielectrics globally by setting options.dielectric_priorities to False.
mix_shader add for transparency: Previously, the add mode of the mix_shader also added the transparency closures, which means that effects such as min pixel width would be double-counted, leading to objects disappearing. Now, we will add only non-transparency closures, while we pass through the max of the transparency closures. The old behavior can still be obtained by setting add_transparency to true (core#9952).

Skipped node updates: In order to improve IPR interactivity, we skip the per-frame node update if we believe that node has not changed. If our internal heuristics for detecting node changes is wrong and node_update was supposed to be called, you can set the force_update metadata on your node:
node_parameters
{
AiMetaDataSetBool(nentry, nullptr, "force_update", true); // depends on camera node
// …
}

so that Arnold will always run node_update on every render pass. At the moment, this should only be needed for nodes that access options.camera in their node_update. If you do not have access to your shader's source code, you can globally disable this optimization by setting the options.enable_fast_ipr to false (core#8662).

Bug Fixes

ktoa#509 Parameters are missing from toon.args.
ktoa#538 Don't override FNPXR_PLUGINPATH in launchKtoA.sh.

core#5518 Handle interruptions properly during procedural expansion
core#9949 mesh_light with constant black texture causes degenerate light tree case
core#9971 Subdivs: soft creases normals different in adaptive and regular
core#9978 Viewport API doesn't apply the correct matrix for nested procedurals
core#10031 Only shader node connections should use node output type
core#9361 [GPU] OptiX assert when updating textures
core#10024 [GPU] Incorrect texture selection or error when invalidating the texture cache with GPU sparse textures
core#10026 [GPU] Rare crash in OptiX denoiser

core#10040 [GPU] Always report minor version field of Nvidia driver as two digits
core#10048 [GPU] Wrong progress reporting using adaptive
usd#513 Viewport representation in points mode doesn't have the correct matrix
usd#543 Visibility is not checked on the current frame
usd#556 motion_start and motion_end is only set if the matrix of the prim is animated
usd#565 Animated transforms not translated properly if set on parent XForms
usd#569 Render delegate not picking up OSL shader parameters
usd#570 USD procedural is not picking up OSL shader parameters
usd#574 Incorrect display of curve widths in Solaris when changing curve basis
usd#577 Point light should have zero radius
usd#580 The Render Delegate's depth range is incorrect if USD is at least version 20.02
usd#463 Texture coordinates of texcoord2f type are not read correctlyKatana's highly efficient, collaborative approach to lighting and look development gives you the creative scope and scalability to meet the needs of today’s most demanding CG-rendering projects. Equally suited to both short and long-form animation and VFX projects, Katana’s unique design lets you work with massive scenes and high volumes of shots; easily reuse looks; and make revisions without repeating scene setup work, so you can spend more time achieving higher quality results.







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 Katana to Arnold
Version: 4
Supported Architectures: x64
Website Home Page : www.arnoldrenderer.com
Language: english
System Requirements: PC *
Size: 810.3 mb


Home Page- https://www.solidangle.com/arnold/arnold-for-katana/
本部分内容设定了隐藏,需要回复后才能看到














[ 此帖被pony8000在2024-03-27 09:31重新编辑 ]
软件下载咨询 sdbeta@qq.com
 
精品软件:百度搜闪电软件园  最新软件百度搜:闪电下载吧
有问题联系 sdbeta@qq.com
离线stan66

发帖
4
今日发帖
最后登录
2020-04-21
只看该作者 沙发  发表于: 2019-12-12 22:08:55
离线pony8000

发帖
53238
今日发帖
最后登录
2024-04-24
只看该作者 板凳  发表于: 2020-01-28 08:28:56
Solid Angle Katana 3.1/3.2 to Arnold 3.0.1.1
精品软件:百度搜闪电软件园  最新软件百度搜:闪电下载吧
有问题联系 sdbeta@qq.com
离线pony8000

发帖
53238
今日发帖
最后登录
2024-04-24
只看该作者 地板  发表于: 2020-02-17 15:57:14
Solid Angle Katana  3.2 (3.5) to Arnold 3.0.2.0 破解版
精品软件:百度搜闪电软件园  最新软件百度搜:闪电下载吧
有问题联系 sdbeta@qq.com
在线闪电

发帖
27949
今日发帖
最后登录
2024-04-25
只看该作者 地下室  发表于: 2020-08-10 07:58:47
Solid Angle Katana  3.2-3.6 to Arnold 3.0.4.0
百度一下“闪电软件园”,惊喜等着您哦!
┖───────────────┘┕━━━━┛  

离线hanniba

发帖
1
今日发帖
最后登录
2020-10-25
只看该作者 5 发表于: 2020-10-09 22:56:27
Re:Solid Angle Katana  3.2-3.6 to Arnold 3.0.4.0
软件下载咨询 sdbeta@qq.com
 
离线1217168205

发帖
19
今日发帖
最后登录
2024-01-28
只看该作者 6 发表于: 2022-04-16 00:53:34
立角武士刀 3.2 (3.5) to 阿诺德 3.0.2.0 破解版

发帖
4746
今日发帖
最后登录
2024-04-25
只看该作者 7 发表于: 2024-02-22 09:44:39
      
离线dgd2019

发帖
7357
今日发帖
最后登录
2024-04-18
只看该作者 8 发表于: 2024-02-26 10:42:26