Community
Arnold General Rendering Forum
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

Texture Searchpath not working since mtoa 5.1 - arnold 7.1

6 ANTWORTEN 6
GELÖST
Antworten
Nachricht 1 von 7
n_rehberg
346 Aufrufe, 6 Antworten

Texture Searchpath not working since mtoa 5.1 - arnold 7.1

Hi,

 

the relative texture path seems to have stopped working since mtoa 5.1.0.

I have a file that works fine with 5.0.0.4 but does not find its textures in any of the recent mtoas. I checked the ass files and they look identical so I guess it must be some error in the core.

 

 

options
{
...
 texture_searchpath "/rakete/projects/mtpD:/srv/projects/btf/work/defaultSandbox/nrehberg/maya/sourceimages"
 ....
}

image
{
 name aiImage1
 filename "/library/assets/character/chMoses/lookDev/lookDev/textures/mtpD_chMoses_lookDev-lookDev_bandanaCOL-TXT_v001.1001.tx"
 color_space ""
 missing_texture_color 0 0 0 1
}

 

 

All good on 7.0.0.3

 

 

00:00:00   870MB         | log started Thu Jul 28 17:26:17 2022
00:00:00   870MB         | Arnold 7.0.0.3 [ccc33ba9] linux clang-10.0.1 oiio-2.3.2 osl-1.12.0 vdb-7.1.1 clm-2.0.0.235 rlm-14.1.3 optix-6.6.0 2022/02/16 18:14:43
00:00:00   870MB         | running on fawaris, pid=141341
...

00:00:00   371MB         |   Image file statistics:
00:00:00   371MB         |         opens   tiles    MB read   --redundant--   I/O time  res              File
00:00:00   371MB         |       1    1      124        2.9                       0.1s  4096x4096x3.f16  /rakete/projects/mtpD/library/assets/character/chMoses/lookDev/lookDev/textures/mtpD_chMoses_lookDev-lookDev_bandanaCOL-TXT_v001.1001.tx  MIP-COUNT[0,0,54,44,15,4,1,1,1,1,1,1,1]
00:00:00   371MB         |       2    1      100        2.3                       0.0s   400x 800x3.f16  /rakete/projects/mtpD/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx  MIP-COUNT[62,22,8,2,1,1,1,1,1,1]
00:00:00   371MB         | 
00:00:00   371MB         |   Tot:     2      224        5.2   (    0    0.0)      0.2s
00:00:00   371MB         |   Broken or invalid files: 0
00:00:00   371MB         | -----------------------------------------------------------------------------------

 

 

Error on 7.1.2.2

 

00:00:00   860MB         | log started Thu Jul 28 17:17:48 2022
00:00:00   860MB         | Arnold 7.1.2.2 [c0d36bf9] linux clang-10.0.1 oiio-2.4.0 osl-1.12.0 vdb-7.1.1 adlsdk-6.3.1.44 clmhub-2.0.0.235 rlm-14.1.3 optix-6.6.0 2022/07/06 23:26:53
00:00:00   860MB         | running on fawaris, pid=139566
...
ERROR   |  [texturesys] aiImage2: Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
ERROR   |  [texturesys] aiImage2: Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
ERROR   |  [texturesys] aiImage1: Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/mtpD_chMoses_lookDev-lookDev_bandanaCOL-TXT_v001.1001.tx: No such file or directory
Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/mtpD_chMoses_lookDev-lookDev_bandanaCOL-TXT_v001.1001.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/mtpD_chMoses_lookDev-lookDev_bandanaCOL-TXT_v001.1001.tx: No such file or directory
ERROR   |  [texturesys] aiImage2: Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
ERROR   |  [texturesys] aiImage1: Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/mtpD_chMoses_lookDev-lookDev_bandanaCOL-TXT_v001.1001.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/mtpD_chMoses_lookDev-lookDev_bandanaCOL-TXT_v001.1001.tx: No such file or directory

 

 

Or was there something changed?

 

Thanks,

Nico

 

6 ANTWORTEN 6
Nachricht 2 von 7
Stephen.Blair
als Antwort auf: n_rehberg

I don't see how that ever worked. There's an absolute path for image.filename, not relative. It never should have worked.



// Stephen Blair
// Arnold Renderer Support
Nachricht 3 von 7
n_rehberg
als Antwort auf: Stephen.Blair

Strangely it did for us forever. Seems like it was concatenating the paths just fine, not caring about that forward slash at the beginning.

 

But you are right, removing the first forward slash in the texture path makes it work. So something must have changed in the core.

 

Thanks for the hint. Too bad it won't help with the old files.

 

Nico

Nachricht 4 von 7
Stephen.Blair
als Antwort auf: n_rehberg

I tried with Arnold 6.1, 7.0.0.3, and 7.1.2.1, and none of them worked with an image.filename like "/examples/test_texture.tif"



// Stephen Blair
// Arnold Renderer Support
Nachricht 5 von 7
n_rehberg
als Antwort auf: n_rehberg

Fascinating. It just works here. As I said we've been using it for years. Made whole movies like this.

I boiled it down to a very simple .ass and threw that against multiple kicks in a clean commandline. And it always works up until 7.1.0.0

 

 

options
{
 outputs "RGBA RGBA defaultArnoldFilter/gaussian_filter defaultArnoldDriver/driver_exr.RGBA"
 xres 960
 yres 540
 texture_per_file_stats on
 texture_searchpath "/rakete/projects/mtpD"
}

gaussian_filter
{
 name defaultArnoldFilter/gaussian_filter
}

driver_exr
{
 name defaultArnoldDriver/driver_exr.RGBA
 filename "/srv/projects/btf/work/defaultSandbox/nrehberg/maya/images/relativeTexPath.exr"
}

persp_camera
{
 matrix
 0.99984771 4.33680869e-19 0.0174524058 0
 0.00752 0.902296901 -0.431049526 0
 -0.0157472529 0.43111518 0.902159452 0
 0.0997361541 3.73596621 8.20834827 1
 fov 54.4322243
}

skydome_light
{
 camera 0
}

sphere
{
 radius 2.0
 shader "aiStandardSurface1"
}

standard_surface
{
 name aiStandardSurface1
 base_color aiImage2
}

image
{
 name aiImage2
 filename "/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx"
}

Here's the command line results

 

bash-4.4$ /rakete/tools/installs/lx64/maya/plugins/mtoa/4.0.0.0/2020/bin/kick relativeTexPath.ass -dp -v 3
00:00:00   128MB         | log started Fri Jul 29 09:34:08 2022
00:00:00   128MB         | Arnold 6.0.0.0 [ddee0ddd] linux clang-5.0.0 oiio-2.1.4 osl-1.11.0 vdb-4.0.0 clm-1.1.1.118 rlm-12.4.2 optix-6.5.0 2019/11/07 15:01:06
00:00:00   128MB         | running on fawaris, pid=183745
00:00:00   128MB         |  1 x AMD Ryzen 9 5950X 16-Core Processor (16 cores, 32 logical) with 128566MB
00:00:00   128MB         |  NVIDIA driver version 510.68 (Optix 60802)
00:00:00   128MB         |  GPU 0: NVIDIA GeForce RTX 3060 @ 1777MHz (compute 8.6) with 12050MB (7581MB available) (NVLink:0)
00:00:00   128MB         |  Rocky Linux 8.6 (Green Obsidian), Linux kernel 4.18.0-372.9.1.el8.x86_64
00:00:00   128MB         |  soft limit for open files raised from 262142 to 262142
00:00:00   128MB         |  
00:00:00   128MB         | loading plugins from /rakete/tools/installs/lx64/maya/plugins/mtoa/4.0.0.0/2020/bin/../plugins ...
00:00:00   128MB         | loaded 5 plugins from 3 lib(s) in 0:00.00
00:00:00   128MB         | [kick] command: /rakete/tools/installs/lx64/maya/plugins/mtoa/4.0.0.0/2020/bin/kick relativeTexPath.ass -dp -v 3
00:00:00   128MB         | loading plugins from . ...
00:00:00   128MB         | no plugins loaded
00:00:00   129MB         | [ass] loading relativeTexPath.ass ...
00:00:00   129MB         | [ass] read 869 bytes, 8 nodes in 0:00.00
00:00:00   129MB         | 
00:00:00   129MB         | authorizing with default license managers: rlm, network, user ...
00:00:00   134MB         | [network] authorized for "87287ARNOL_2020_0F" in 0:00.02
00:00:00   134MB         | [network] expiration date: 2022/08/26, in use: 1/190
00:00:00   134MB         | 
00:00:00   134MB         | [color_manager] no color manager is active
00:00:00   134MB         | [color_manager] rendering color space is "linear" with declared chromaticities:
00:00:00   134MB         |                 r(0.6400, 0.3300) g(0.3000, 0.6000) b(0.1500, 0.0600) and w(0.3127, 0.3290)
00:00:00   147MB         |  
00:00:00   147MB         | there are 1 light and 2 objects:
00:00:00   147MB         |       1 persp_camera
00:00:00   147MB         |       1 skydome_light
00:00:00   147MB         |       1 image
00:00:00   147MB         |       1 utility
00:00:00   147MB         |       1 standard_surface
00:00:00   147MB         |       1 driver_exr
00:00:00   147MB         |       1 gaussian_filter
00:00:00   147MB         |       1 sphere
00:00:00   147MB         |       1 list_aggregate
00:00:00   147MB         |       1 driver_kick
00:00:00   147MB         |  
00:00:00   147MB         | rendering image at 960 x 540, 1 AA sample
00:00:00   147MB         |   AA samples max    <disabled>
00:00:00   147MB         |   AA sample clamp   <disabled>
00:00:00   147MB         |   diffuse           <disabled by depth>
00:00:00   147MB         |   specular          <disabled by depth>
00:00:00   147MB         |   transmission      samples  2 / depth  2
00:00:00   147MB         |   volume indirect   <disabled by depth>
00:00:00   147MB         |   total                          depth 10
00:00:00   147MB         |   bssrdf            samples  2
00:00:00   147MB         |   transparency      depth 10
00:00:00   147MB         |  initializing 11 nodes ...
00:00:00   147MB         |   creating root object list ...
00:00:00   147MB         |  node initialization done in 0:00.00 (multithreaded)
00:00:00   147MB         |  updating 12 nodes ...
00:00:00   147MB         |   : skydome_light using 1 sample, 2 volume samples
00:00:00   147MB         |   scene bounds: (-2 -2 -2) -> (2 2 2)
00:00:00   147MB         |  node update done in 0:00.00 (multithreaded)
00:00:00   147MB         |  [aov] parsing 2 output statements ...
00:00:00   147MB         |  [aov] registered driver: "defaultArnoldDriver/driver_exr.RGBA" (driver_exr)
00:00:00   147MB         |  [aov]  * "RGBA" of type RGBA filtered by "defaultArnoldFilter/gaussian_filter" (gaussian_filter)
00:00:00   147MB         |  [aov] registered driver: "kick_display" (driver_kick)
00:00:00   147MB         |  [aov]  * "RGBA" of type RGBA filtered by "defaultArnoldFilter/gaussian_filter" (gaussian_filter)
00:00:00   147MB         |  [aov] done preparing 2 AOVs for 2 outputs to 2 drivers (0 deep AOVs)
00:00:00   192MB         |  starting 32 bucket workers of size 64x64 ...
00:00:00   199MB         |     0% done - 120 rays/pixel
00:00:00   200MB         |     5% done - 28 rays/pixel
00:00:00   201MB         |    10% done - 4 rays/pixel
00:00:00   205MB         |    15% done - 1 rays/pixel
00:00:00   205MB         |    20% done - 1 rays/pixel
00:00:00   206MB         |    25% done - 0 rays/pixel
00:00:00   206MB         |    30% done - 2 rays/pixel
00:00:00   207MB         |    35% done - 3 rays/pixel
00:00:00   207MB         |    40% done - 2 rays/pixel
00:00:00   207MB         |    45% done - 1 rays/pixel
00:00:00   207MB         |    50% done - 1 rays/pixel
00:00:00   208MB         |    55% done - 1 rays/pixel
00:00:00   209MB         |    60% done - 1 rays/pixel
00:00:00   210MB         |    65% done - 2 rays/pixel
00:00:00   210MB         |    70% done - 2 rays/pixel
00:00:00   212MB         |    75% done - 2 rays/pixel
00:00:00   212MB         |    80% done - 0 rays/pixel
00:00:00   212MB         |    85% done - 1 rays/pixel
00:00:00   213MB         |    90% done - 0 rays/pixel
00:00:00   213MB         |    95% done - 0 rays/pixel
00:00:00   213MB         |   100% done - 0 rays/pixel
00:00:00   213MB         |  render done in 0:00.144
00:00:00   213MB         |  [driver_exr] writing file `/srv/projects/btf/work/defaultSandbox/nrehberg/maya/images/relativeTexPath.exr'
00:00:00   213MB         | render done
00:00:00   213MB         |  
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:00   213MB         | scene creation time          0:00.02    machine utilization (0.67%) 
00:00:00   213MB         |  unaccounted                 0:00.01 
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:00   213MB         | frame time                   0:00.35    machine utilization (15.26%) 
00:00:00   213MB         |  driver init/close           0:00.16 
00:00:00   213MB         |  rendering                   0:00.14 
00:00:00   213MB         |   output driver              0:00.08 
00:00:00   213MB         |   pixel rendering            0:00.05 
00:00:00   213MB         |  unaccounted                 0:00.04 
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:00   213MB         | top session self-times by category 
00:00:00   213MB         |  worker waiting                                                     0:00.16 (55.50%) 
00:00:00   213MB         |  thread blocked                                                     0:00.08 (27.27%) 
00:00:00   213MB         |  surface closure (aiStandardSurface1)                               0:00.00 ( 3.27%) 
00:00:00   213MB         |  ray traversal+intersection                                         0:00.00 ( 2.75%) 
00:00:00   213MB         |  AiTextureHandleAccess                                              0:00.00 ( 2.12%) 
00:00:00   213MB         |  processBucketSamples                                               0:00.00 ( 2.04%) 
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:00   213MB         | top session self-times by node 
00:00:00   213MB         |  worker waiting                                                     0:00.16 (55.50%) 
00:00:00   213MB         |  thread blocked                                                     0:00.08 (27.27%) 
00:00:00   213MB         |  standard_surface:aiStandardSurface1                                0:00.02 ( 7.38%) 
00:00:00   213MB         |   surface closure                                                   0:00.00 ( 3.27%) 
00:00:00   213MB         |   ray traversal+intersection                                        0:00.00 ( 2.01%) 
00:00:00   213MB         |   TraceShadow                                                       0:00.00 ( 0.56%) 
00:00:00   213MB         |  image:aiImage2                                                     0:00.00 ( 2.18%) 
00:00:00   213MB         |   AiTextureHandleAccess                                             0:00.00 ( 2.12%) 
00:00:00   213MB         |  processBucketSamples                                               0:00.00 ( 2.04%) 
00:00:00   213MB         |  driver_kick:kick_display                                           0:00.00 ( 1.76%) 
00:00:00   213MB         |   driver_open                                                       0:00.00 ( 1.41%) 
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:00   213MB         | peak CPU memory used      213.28MB 
00:00:00   213MB         |  at startup               104.68MB 
00:00:00   213MB         |  plugins                   23.35MB 
00:00:00   213MB         |  AOV samples               17.94MB 
00:00:00   213MB         |  output buffers             4.00MB 
00:00:00   213MB         |  framebuffers              16.88MB 
00:00:00   213MB         |  node overhead              0.01MB 
00:00:00   213MB         |  message passing            0.06MB 
00:00:00   213MB         |  memory pools              26.05MB 
00:00:00   213MB         |  geometry                   0.00MB 
00:00:00   213MB         |  strings                   24.25MB 
00:00:00   213MB         |  texture cache              1.15MB 
00:00:00   213MB         |  profiler                   0.07MB 
00:00:00   213MB         |  unaccounted               -5.16MB 
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:00   213MB         | ray counts                       ( /pixel, /sample) (% total) (avg. hits) (max hits)
00:00:00   213MB         |  camera                   551880 (   1.06,    1.00) ( 31.41%) (     0.27) (       1)
00:00:00   213MB         |  shadow                  1205045 (   2.32,    2.18) ( 68.59%) (     0.00) (       0)
00:00:00   213MB         |  total                   1756925 (   3.39,    3.18) (100.00%) (     0.09) (       1)
00:00:00   213MB         | by ray depth:              0
00:00:00   213MB         |  total                   100.0% 
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:00   213MB         | shader calls                     (  /pixel,  /sample) (% total)
00:00:00   213MB         |  primary                  301716 (    0.58,     0.55) (100.00%)
00:00:00   213MB         |  total                    301716 (    0.58,     0.55) (100.00%)
00:00:00   213MB         | by ray depth:              0
00:00:00   213MB         |  total                   100.0% 
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:00   213MB         | geometry                         (% hit ) (instances) (  init mem,  final mem)
00:00:00   213MB         |  lists                         1 (100.0%) (        0) (      0.00,       0.00)
00:00:00   213MB         |  simple                        1 (100.0%) (        0) (      0.00,       0.00)
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:00   213MB         | OpenImageIO Texture statistics
00:00:00   213MB         |   Options:  gray_to_rgb=1 flip_t=0 max_tile_channels=6 
00:00:00   213MB         |   Queries/batches : 
00:00:00   213MB         |     texture     :  150858 queries in 150858 batches
00:00:00   213MB         |     texture 3d  :  0 queries in 0 batches
00:00:00   213MB         |     shadow      :  0 queries in 0 batches
00:00:00   213MB         |     environment :  0 queries in 0 batches
00:00:00   213MB         |     gettextureinfo :  0 queries
00:00:00   213MB         |   Interpolations :
00:00:00   213MB         |     closest  : 0
00:00:00   213MB         |     bilinear : 0
00:00:00   213MB         |     bicubic  : 150858
00:00:00   213MB         |   Average anisotropic probes : 1
00:00:00   213MB         |   Max anisotropy in the wild : 1
00:00:00   213MB         | 
00:00:00   213MB         | OpenImageIO ImageCache statistics (0x7fdd3a89a000) ver 2.1.4dev
00:00:00   213MB         |   Options:  max_memory_MB=2048.0 max_open_files=261630 autotile=0
00:00:00   213MB         |             autoscanline=1 automip=1 forcefloat=0 accept_untiled=1
00:00:00   213MB         |             accept_unmipped=1 deduplicate=1 unassociatedalpha=0
00:00:00   213MB         |             failure_retries=0 
00:00:00   213MB         |   Images : 1 unique
00:00:00   213MB         |     ImageInputs : 1 created, 1 current, 1 peak
00:00:00   213MB         |     Total pixel data size of all images referenced : 2.4 MB
00:00:00   213MB         |     Total actual file size of all images referenced : 207 KB
00:00:00   213MB         |     Pixel data read : 1.1 MB
00:00:00   213MB         |     File I/O time : 0.0s (0.0s average per thread, for 32 threads)
00:00:00   213MB         |     File open time only : 0.0s
00:00:00   213MB         |     ImageInput mutex locking time : 0.0s
00:00:00   213MB         |   Tiles: 49 created, 49 current, 49 peak
00:00:00   213MB         |     total tile requests : 221023
00:00:00   213MB         |     micro-cache misses : 201 (0.0909408%)
00:00:00   213MB         |     main cache misses : 49 (0.0221696%)
00:00:00   213MB         |     redundant reads: 0 tiles, 0 B
00:00:00   213MB         |     Peak cache memory : 1.1 MB
00:00:00   213MB         |   Image file statistics:
00:00:00   213MB         |         opens   tiles    MB read   --redundant--   I/O time  res              File
00:00:00   213MB         |       1    1       49        1.1                       0.0s   400x 800x3.f16  /rakete/projects/mtpD/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx  MIP-UNUSED MIP-COUNT[49,0,0,0,0,0,0,0,0,0]
00:00:00   213MB         | 
00:00:00   213MB         |   Tot:     1       49        1.1   (    0    0.0)      0.0s
00:00:00   213MB         |   Broken or invalid files: 0
00:00:00   213MB         | -----------------------------------------------------------------------------------
00:00:02   217MB         |  
00:00:02   217MB         | releasing resources
00:00:02   205MB         | Arnold shutdown
bash-4.4$ /rakete/tools/installs/lx64/maya/plugins/mtoa/5.0.0.4/2020/bin/kick relativeTexPath.ass -dp -v 3
00:00:00   109MB         | log started Fri Jul 29 09:34:19 2022
00:00:00   109MB         | Arnold 7.0.0.3 [ccc33ba9] linux clang-10.0.1 oiio-2.3.2 osl-1.12.0 vdb-7.1.1 clm-2.0.0.235 rlm-14.1.3 optix-6.6.0 2022/02/16 18:14:43
00:00:00   109MB         | running on fawaris, pid=183859
00:00:00   109MB         |  1 x AMD Ryzen 9 5950X 16-Core Processor (16 cores, 32 logical) with 128566MB
00:00:00   109MB         |  NVIDIA driver version 510.68 (Optix 60802)
00:00:00   109MB         |  GPU 0: NVIDIA GeForce RTX 3060 @ 1777MHz (compute 8.6) with 12050MB (7581MB available) (NVLink:0)
00:00:00   109MB         |  Rocky Linux 8.6 (Green Obsidian), Linux kernel 4.18.0-372.9.1.el8.x86_64
00:00:00   109MB         |  soft limit for open files is set at 262142
00:00:00   109MB         |  
00:00:00   111MB         | [color_manager_ocio] default ocio.config found in /rakete/tools/installs/lx64/maya/plugins/mtoa/5.0.0.4/2020/bin/../ocio/configs/arnold/config.ocio
00:00:00   111MB         | loading plugins from /rakete/tools/installs/lx64/maya/plugins/mtoa/5.0.0.4/2020/bin/../plugins ...
00:00:00   120MB         | loaded 6 plugins from 4 lib(s) in 0:00.00
00:00:00   120MB         | [color_manager_ocio] default ocio.config found in /rakete/tools/installs/lx64/maya/plugins/mtoa/5.0.0.4/2020/bin/../ocio/configs/arnold/config.ocio
00:00:00   136MB         | [kick] command: /rakete/tools/installs/lx64/maya/plugins/mtoa/5.0.0.4/2020/bin/kick relativeTexPath.ass -dp -v 3
00:00:00   136MB         | loading plugins from . ...
00:00:00   136MB         | no plugins loaded
00:00:00   137MB         | [ass] loading relativeTexPath.ass ...
00:00:00   138MB         | [ass] read 869 bytes, 8 nodes in 0:00.00
00:00:00   138MB         | 
00:00:00   138MB         | authorizing with default license managers: rlm, network, user ...
00:00:00   143MB         | [network] authorized for "87616ARNOL_2022_0F" in 0:00.02
00:00:00   143MB         | [network] expiration date: 2022/08/26, in use: 34/190
00:00:00   143MB         | 
00:00:00   143MB         | [color_manager] using color manager of type "color_manager_ocio"
00:00:00   144MB         | [color_manager_ocio] using config file /rakete/tools/installs/lx64/maya/plugins/mtoa/5.0.0.4/2020/bin/../ocio/configs/arnold/config.ocio
00:00:00   144MB         | [color_manager] rendering color space is "ACEScg"
00:00:00   157MB         |  
00:00:00   157MB         | there are 1 light and 2 objects:
00:00:00   157MB         |       1 persp_camera
00:00:00   157MB         |       1 skydome_light
00:00:00   157MB         |       1 image
00:00:00   157MB         |       2 utility
00:00:00   157MB         |       1 standard_surface
00:00:00   157MB         |       1 driver_exr
00:00:00   157MB         |       1 gaussian_filter
00:00:00   157MB         |       1 sphere
00:00:00   157MB         |       2 list_aggregate
00:00:00   157MB         |       2 color_manager_ocio
00:00:00   157MB         |       1 driver_kick
00:00:00   157MB         |  
00:00:00   157MB         | rendering image at 960 x 540, 1 AA sample
00:00:00   157MB         |   AA samples max    <disabled>
00:00:00   157MB         |   AA sample clamp   <disabled>
00:00:00   157MB         |   diffuse           <disabled by depth>
00:00:00   157MB         |   specular          <disabled by depth>
00:00:00   157MB         |   transmission      samples  2 / depth  2
00:00:00   157MB         |   volume indirect   <disabled by depth>
00:00:00   157MB         |   total                          depth 10
00:00:00   157MB         |   bssrdf            samples  2
00:00:00   157MB         |   transparency      depth 10
00:00:00   157MB         | initializing 12 nodes ...
00:00:00   157MB         |  creating root object list ...
00:00:00   157MB         | node initialization done in 0:00.00 (multithreaded)
00:00:00   157MB         | updating 13 nodes ...
00:00:00   157MB         |  : skydome_light using 1 sample, 2 volume samples
00:00:00   160MB         |  scene bounds: (-2 -2 -2) -> (2 2 2)
00:00:00   160MB         | node update done in 0:00.00 (multithreaded)
00:00:00   160MB         | [aov] parsing 2 output statements ...
00:00:00   160MB         | [aov] registered driver: "defaultArnoldDriver/driver_exr.RGBA" (driver_exr)
00:00:00   160MB         | [aov]  * "RGBA" of type RGBA filtered by "defaultArnoldFilter/gaussian_filter" (gaussian_filter)
00:00:00   160MB         | [aov] registered driver: "kick_display" (driver_kick)
00:00:00   160MB         | [aov]  * "RGBA" of type RGBA filtered by "defaultArnoldFilter/gaussian_filter" (gaussian_filter)
00:00:00   160MB         | [aov] done preparing 2 AOVs for 1 output to 2 drivers (0 deep AOVs)
00:00:00   197MB         | starting 32 bucket workers of size 64x64 ...
00:00:00   233MB         |    0% done - 103 rays/pixel
00:00:00   239MB         |    5% done - 23 rays/pixel
00:00:00   240MB         |   10% done - 3 rays/pixel
00:00:00   241MB         |   15% done - 4 rays/pixel
00:00:00   242MB         |   20% done - 3 rays/pixel
00:00:00   242MB         |   25% done - 0 rays/pixel
00:00:00   242MB         |   30% done - 2 rays/pixel
00:00:00   243MB         |   35% done - 2 rays/pixel
00:00:00   243MB         |   40% done - 1 rays/pixel
00:00:00   244MB         |   45% done - 2 rays/pixel
00:00:00   245MB         |   50% done - 2 rays/pixel
00:00:00   245MB         |   55% done - 1 rays/pixel
00:00:00   246MB         |   60% done - 1 rays/pixel
00:00:00   246MB         |   65% done - 1 rays/pixel
00:00:00   248MB         |   70% done - 2 rays/pixel
00:00:00   248MB         |   75% done - 1 rays/pixel
00:00:00   249MB         |   80% done - 1 rays/pixel
00:00:00   249MB         |   85% done - 1 rays/pixel
00:00:00   249MB         |   90% done - 1 rays/pixel
00:00:00   249MB         |   95% done - 1 rays/pixel
00:00:00   250MB         |  100% done - 0 rays/pixel
00:00:00   250MB         | render done in 0:00.130
00:00:00   250MB         | [driver_exr] writing file `/srv/projects/btf/work/defaultSandbox/nrehberg/maya/images/relativeTexPath.exr'
00:00:00   250MB         | render done
00:00:00   250MB         |  
00:00:00   250MB         | -----------------------------------------------------------------------------------
00:00:00   250MB         | scene creation time          0:00.12    machine utilization (0.09%) 
00:00:00   250MB         |  unaccounted                 0:00.12 
00:00:00   250MB         | -----------------------------------------------------------------------------------
00:00:00   250MB         | frame time                   0:00.32    machine utilization (16.61%) 
00:00:00   250MB         |  driver init/close           0:00.14 
00:00:00   250MB         |  rendering                   0:00.13 
00:00:00   250MB         |   output driver              0:00.06 
00:00:00   250MB         |   pixel rendering            0:00.06 
00:00:00   250MB         |  unaccounted                 0:00.04 
00:00:00   250MB         | -----------------------------------------------------------------------------------
00:00:00   250MB         | top session self-times by category 
00:00:00   251MB         |  thread blocked                                                     0:00.06 (47.90%) 
00:00:00   251MB         |  surface closure (aiStandardSurface1)                               0:00.00 ( 7.41%) 
00:00:00   251MB         |  ray traversal+intersection                                         0:00.00 ( 6.79%) 
00:00:00   251MB         |  accumulateBucketSamples                                            0:00.00 ( 4.39%) 
00:00:00   251MB         |  standard_surface (aiStandardSurface1)                              0:00.00 ( 4.33%) 
00:00:00   251MB         |  AiLightsTrace                                                      0:00.00 ( 4.04%) 
00:00:00   251MB         |  TraceCameraRay                                                     0:00.00 ( 3.88%) 
00:00:00   251MB         |  AiTextureHandleAccess                                              0:00.00 ( 3.28%) 
00:00:00   251MB         |  driver_open                                                        0:00.00 ( 3.19%) 
00:00:00   251MB         |   kick_display                                                      0:00.00 ( 2.85%) 
00:00:00   251MB         |  AiSceneLoad                                                        0:00.00 ( 2.51%) 
00:00:00   251MB         |  sampleNextBatch                                                    0:00.00 ( 2.40%) 
00:00:00   251MB         |  driver_write_bucket (defaultArnoldDriver/driver_exr.RGBA)          0:00.00 ( 2.36%) 
00:00:00   251MB         | -----------------------------------------------------------------------------------
00:00:00   251MB         | top session self-times by node 
00:00:00   251MB         |  thread blocked                                                     0:00.06 (46.45%) 
00:00:00   251MB         |  standard_surface:aiStandardSurface1                                0:00.03 (23.35%) 
00:00:00   251MB         |   surface closure                                                   0:00.00 ( 7.41%) 
00:00:00   251MB         |   ray traversal+intersection                                        0:00.00 ( 5.02%) 
00:00:00   251MB         |   AiLightsTrace                                                     0:00.00 ( 4.04%) 
00:00:00   251MB         |   TraceShadow                                                       0:00.00 ( 1.50%) 
00:00:00   251MB         |   AiMakeRay                                                         0:00.00 ( 0.75%) 
00:00:00   251MB         |  image:aiImage2                                                     0:00.00 ( 5.44%) 
00:00:00   251MB         |   AiTextureHandleAccess                                             0:00.00 ( 3.28%) 
00:00:00   251MB         |   thread blocked                                                    0:00.00 ( 1.45%) 
00:00:00   251MB         |  accumulateBucketSamples                                            0:00.00 ( 4.39%) 
00:00:00   251MB         |  TraceCameraRay                                                     0:00.00 ( 3.88%) 
00:00:00   251MB         |  driver_kick:kick_display                                           0:00.00 ( 3.43%) 
00:00:00   251MB         |   driver_open                                                       0:00.00 ( 2.85%) 
00:00:00   251MB         |   AiColorManagerTransform                                           0:00.00 ( 0.53%) 
00:00:00   251MB         |  driver_exr:defaultArnoldDriver/driver_exr.RGBA                     0:00.00 ( 3.04%) 
00:00:00   251MB         |   driver_write_bucket                                               0:00.00 ( 2.36%) 
00:00:00   251MB         |  AiSceneLoad                                                        0:00.00 ( 2.51%) 
00:00:00   251MB         |  sampleNextBatch                                                    0:00.00 ( 2.40%) 
00:00:00   251MB         | -----------------------------------------------------------------------------------
00:00:00   251MB         | peak CPU memory used      250.97MB 
00:00:00   251MB         |  at startup               109.73MB 
00:00:00   251MB         |  AOV samples                4.53MB 
00:00:00   251MB         |  output buffers             2.00MB 
00:00:00   251MB         |  framebuffers               8.44MB 
00:00:00   251MB         |  node overhead              0.01MB 
00:00:00   251MB         |  message passing            0.06MB 
00:00:00   251MB         |  memory pools              57.55MB 
00:00:00   251MB         |  geometry                   0.00MB 
00:00:00   251MB         |  strings                   24.25MB 
00:00:00   251MB         |  texture cache              1.15MB 
00:00:00   251MB         |  profiler                   0.10MB 
00:00:00   251MB         |  unaccounted               43.15MB 
00:00:00   251MB         | -----------------------------------------------------------------------------------
00:00:00   251MB         | ray counts                       ( /pixel, /sample) (% total) (avg. hits) (max hits)
00:00:00   251MB         |  camera                   551880 (   1.06,    1.00) ( 31.41%) (     0.27) (       1)
00:00:00   251MB         |  shadow                  1205045 (   2.32,    2.18) ( 68.59%) (     0.00) (       0)
00:00:00   251MB         |  total                   1756925 (   3.39,    3.18) (100.00%) (     0.09) (       1)
00:00:00   251MB         | by ray depth:              0
00:00:00   251MB         |  total                   100.0% 
00:00:00   251MB         | -----------------------------------------------------------------------------------
00:00:00   251MB         | shader calls                     (  /pixel,  /sample) (% total)
00:00:00   251MB         |  primary                  301716 (    0.58,     0.55) (100.00%)
00:00:00   251MB         |  total                    301716 (    0.58,     0.55) (100.00%)
00:00:00   251MB         | by ray depth:              0
00:00:00   251MB         |  total                   100.0% 
00:00:00   251MB         | -----------------------------------------------------------------------------------
00:00:00   251MB         | geometry                         (% hit ) (instances) (  init mem,  final mem)
00:00:00   251MB         |  lists                         1 (100.0%) (        0) (      0.00,       0.00)
00:00:00   251MB         |  simple                        1 (100.0%) (        0) (      0.00,       0.00)
00:00:00   251MB         | -----------------------------------------------------------------------------------
00:00:00   251MB         | OpenImageIO Texture statistics
00:00:00   251MB         |   Options:  gray_to_rgb=1 flip_t=0 max_tile_channels=6 
00:00:00   251MB         |   Queries/batches : 
00:00:00   251MB         |     texture     :  150858 queries in 150858 batches
00:00:00   251MB         |     texture 3d  :  0 queries in 0 batches
00:00:00   251MB         |     shadow      :  0 queries in 0 batches
00:00:00   251MB         |     environment :  0 queries in 0 batches
00:00:00   251MB         |     gettextureinfo :  0 queries
00:00:00   251MB         |   Interpolations :
00:00:00   251MB         |     closest  : 0
00:00:00   251MB         |     bilinear : 0
00:00:00   251MB         |     bicubic  : 150858
00:00:00   251MB         |   Average anisotropic probes : 1
00:00:00   251MB         |   Max anisotropy in the wild : 1
00:00:00   251MB         | 
00:00:00   251MB         | OpenImageIO ImageCache statistics (0x7f90e8f1e000) ver 2.3.2dev
00:00:00   251MB         |   Options:  max_memory_MB=4096.0 max_open_files=261630 autotile=0
00:00:00   251MB         |             autoscanline=1 automip=1 forcefloat=0 accept_untiled=1
00:00:00   251MB         |             accept_unmipped=1 deduplicate=1 unassociatedalpha=0
00:00:00   251MB         |             failure_retries=0 
00:00:00   251MB         |   Images : 1 unique
00:00:00   251MB         |     ImageInputs : 1 created, 1 current, 1 peak
00:00:00   251MB         |     Total pixel data size of all images referenced : 2.4 MB
00:00:00   251MB         |     Total actual file size of all images referenced : 207 KB
00:00:00   251MB         |     Pixel data read : 1.1 MB
00:00:00   251MB         |     File I/O time : 0.1s (0.0s average per thread, for 32 threads)
00:00:00   251MB         |     File open time only : 0.0s
00:00:00   251MB         |   Tiles: 49 created, 49 current, 49 peak
00:00:00   251MB         |     total tile requests : 221023
00:00:00   251MB         |     micro-cache misses : 201 (0.0909408%)
00:00:00   251MB         |     main cache misses : 49 (0.0221696%)
00:00:00   251MB         |     redundant reads: 0 tiles, 0 B
00:00:00   251MB         |     Peak cache memory : 1.1 MB
00:00:00   251MB         |   Image file statistics:
00:00:00   251MB         |         opens   tiles    MB read   --redundant--   I/O time  res              File
00:00:00   251MB         |       1    1       49        1.1                       0.1s   400x 800x3.f16  /rakete/projects/mtpD/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx  MIP-UNUSED MIP-COUNT[49,0,0,0,0,0,0,0,0,0]
00:00:00   251MB         | 
00:00:00   251MB         |   Tot:     1       49        1.1   (    0    0.0)      0.1s
00:00:00   251MB         |   Broken or invalid files: 0
00:00:00   251MB         | -----------------------------------------------------------------------------------
00:00:02   254MB         |  
00:00:02   254MB         | releasing resources
00:00:02   197MB         |   
00:00:02   197MB         |  releasing resources
00:00:02   187MB         |  Arnold shutdown
bash-4.4$ /rakete/tools/installs/lx64/maya/plugins/mtoa/5.1.0/2023/bin/kick relativeTexPath.ass -dp -v 3
00:00:00   113MB         | log started Fri Jul 29 09:34:42 2022
00:00:00   113MB         | Arnold 7.1.0.0 [80afc20e] linux clang-10.0.1 oiio-2.4.0 osl-1.12.0 vdb-7.1.1 clm-2.0.0.235 rlm-14.1.3 optix-6.6.0 2022/02/10 17:12:29
00:00:00   113MB         | running on fawaris, pid=183971
00:00:00   113MB         |  1 x AMD Ryzen 9 5950X 16-Core Processor (16 cores, 32 logical) with 128566MB
00:00:00   113MB         |  NVIDIA driver version 510.68 (Optix 60802)
00:00:00   113MB         |  GPU 0: NVIDIA GeForce RTX 3060 @ 1777MHz (compute 8.6) with 12050MB (7571MB available) (NVLink:0)
00:00:00   113MB         |  Rocky Linux 8.6 (Green Obsidian), Linux kernel 4.18.0-372.9.1.el8.x86_64
00:00:00   113MB         |  soft limit for open files is set at 262142
00:00:00   113MB         |  
00:00:00   114MB         | [color_manager_ocio] default ocio.config found in /rakete/tools/installs/lx64/maya/plugins/mtoa/5.1.0/2023/bin/../ocio/configs/arnold/config.ocio
00:00:00   114MB         | loading plugins from /rakete/tools/installs/lx64/maya/plugins/mtoa/5.1.0/2023/bin/../plugins ...
00:00:00   123MB         | loaded 6 plugins from 4 lib(s) in 0:00.00
00:00:00   123MB         | [color_manager_ocio] default ocio.config found in /rakete/tools/installs/lx64/maya/plugins/mtoa/5.1.0/2023/bin/../ocio/configs/arnold/config.ocio
00:00:00   139MB         | [kick] command: /rakete/tools/installs/lx64/maya/plugins/mtoa/5.1.0/2023/bin/kick relativeTexPath.ass -dp -v 3
00:00:00   139MB         | loading plugins from . ...
00:00:00   139MB         | no plugins loaded
00:00:00   141MB         | [ass] loading relativeTexPath.ass ...
00:00:00   141MB         | [ass] read 869 bytes, 8 nodes in 0:00.00
00:00:00   141MB         | 
00:00:00   141MB         | authorizing with default license managers: rlm, network, user ...
00:00:00   146MB         | [network] authorized for "87752ARNOL_2023_0F" in 0:00.11
00:00:00   146MB         | [network] expiration date: 2022/08/26, in use: 1/190
00:00:00   146MB         | 
00:00:00   146MB         | [color_manager] using color manager of type "color_manager_ocio"
00:00:00   147MB         | [color_manager_ocio] using config file /rakete/tools/installs/lx64/maya/plugins/mtoa/5.1.0/2023/bin/../ocio/configs/arnold/config.ocio
00:00:00   148MB         | [color_manager] rendering color space is "ACEScg"
00:00:00   160MB         |  
00:00:00   160MB         | there are 1 light and 2 objects:
00:00:00   160MB         |       1 persp_camera
00:00:00   160MB         |       1 skydome_light
00:00:00   160MB         |       1 image
00:00:00   160MB         |       2 utility
00:00:00   160MB         |       1 standard_surface
00:00:00   160MB         |       1 driver_exr
00:00:00   160MB         |       1 gaussian_filter
00:00:00   160MB         |       1 sphere
00:00:00   160MB         |       2 list_aggregate
00:00:00   160MB         |       2 color_manager_ocio
00:00:00   160MB         |       1 driver_kick
00:00:00   160MB         |  
00:00:00   160MB         | rendering image at 960 x 540, 1 AA sample
00:00:00   160MB         |   AA samples max    <disabled>
00:00:00   160MB         |   AA sample clamp   <disabled>
00:00:00   160MB         |   diffuse           <disabled by depth>
00:00:00   160MB         |   specular          <disabled by depth>
00:00:00   160MB         |   transmission      samples  2 / depth  2
00:00:00   160MB         |   volume indirect   <disabled by depth>
00:00:00   160MB         |   total                          depth 10
00:00:00   160MB         |   bssrdf            samples  2
00:00:00   160MB         |   transparency      depth 10
00:00:00   160MB         | initializing 12 nodes ...
00:00:00   161MB         |  creating root object list ...
00:00:00   161MB         | node initialization done in 0:00.00 (multithreaded)
00:00:00   161MB         | updating 13 nodes ...
00:00:00   161MB         |  : skydome_light using 1 sample, 2 volume samples
00:00:00   163MB         |  scene bounds: (-2 -2 -2) -> (2 2 2)
00:00:00   163MB         | node update done in 0:00.00 (multithreaded)
00:00:00   163MB         | [aov] parsing 2 output statements ...
00:00:00   163MB         | [aov] registered driver: "defaultArnoldDriver/driver_exr.RGBA" (driver_exr)
00:00:00   163MB         | [aov]  * "RGBA" of type RGBA filtered by "defaultArnoldFilter/gaussian_filter" (gaussian_filter)
00:00:00   163MB         | [aov] registered driver: "kick_display" (driver_kick)
00:00:00   163MB         | [aov]  * "RGBA" of type RGBA filtered by "defaultArnoldFilter/gaussian_filter" (gaussian_filter)
00:00:00   163MB         | [aov] done preparing 2 AOVs for 1 output to 2 drivers (0 deep AOVs)
00:00:00   200MB         | starting 32 bucket workers of size 64x64 ...
00:00:00   211MB ERROR   |  [texturesys] aiImage2: Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
00:00:00   211MB ERROR   |  [texturesys] aiImage2: Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
00:00:00   211MB ERROR   |  [texturesys] aiImage2: Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
00:00:00   211MB ERROR   |  [texturesys] aiImage2: Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
00:00:00   211MB ERROR   |  [texturesys] aiImage2: Invalid image file "/library/assets/character/chMoses/lookDev/lookDev/textures/split.tx": Could not open file: /library/assets/character/chMoses/lookDev/lookDev/textures/split.tx: No such file or directory
00:00:00   211MB WARNING |  [kick] render aborted due to earlier errors
00:00:00   211MB WARNING |  render terminating early:  unknown reason
00:00:00   211MB         | render done in 0:00.037
00:00:00   211MB         | [driver_exr] writing file `/srv/projects/btf/work/defaultSandbox/nrehberg/maya/images/relativeTexPath.exr'
00:00:00   211MB         | render done
00:00:00   210MB         |  
00:00:00   210MB         | releasing resources
00:00:00   210MB         |   
00:00:00   210MB         |  releasing resources
00:00:00   200MB         |  Arnold shutdown
bash-4.4$ 

 


Nachricht 6 von 7
thiago.ize
als Antwort auf: n_rehberg

In Arnold 7.1.0.0 we rewrote the search path code so that we could improve performance and make things more consistent across the various places arnold uses searchpaths. It looks like having a leading / or ./ in the filename no longer works.

I've created ARNOLD-12517 for fixing this. Thanks for the report!

Nachricht 7 von 7
Stephen.Blair
als Antwort auf: n_rehberg

With both Arnold 6.2 and Arnold 7.0.0.3, having an image.filename like /examples/test_texture.tif does not work.
Arnold does not add the texture_searchpath to that filename

Tested on macos




// Stephen Blair
// Arnold Renderer Support

Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.

In Foren veröffentlichen  

Autodesk Design & Make Report