dr.perpen

Results 9 comments of dr.perpen

Hi, @Ggs1mida to ray sample within the bbox do you use the `class VolumetricSampler(Sampler)` ?

Thanks for your reply. So 12.1+8.9.1 and 11.8+8.6.0 would be an option?

Thanks for your reply @meshula I get the same output as in my first message when `set TFDEBUG=PLUG_INFO_SEARCH` and the run my test program. Do I have to setup something...

@meshula here's the output of that: ``` s:\dev\git\usd_test\build\Release>set PXR_PLUGINPATH_NAME=S:/dev/libs/OpenUSD/plugin/usd s:\dev\git\usd_test\build\Release>set TFDEBUG=PLUG_INFO_SEARCH s:\dev\git\usd_test\build\Release>usd_test.exe Hello, World! Coding Error: in _Load at line 261 of S:\dev\libs\OpenUSD-24.03\OpenUSD-24.03\pxr\base\plug\plugin.cpp -- Failed to load plugin 'usdAbc': The...

Thanks @asluk , that worked. It seems it finds the plugin and can register, but then `The specified module could not be found`: ``` PS S:\dev\git\usd_test\build\Release> .\volcap_tracker.exe Hello, World! Plug...

@asluk @meshula More context. From the bin folder I can run ie `sdfdump.exe` without issues, but if I try `usdcat.exe` to convert: ``` s:\dev\libs\OpenUSD\bin>usdcat.exe head.abc --out test.usd Failed to open...

Thanks @asluk What ended up working for me after the setting of PATH for bin, lib and plugin: manually copying `Imath-3_1.dll` (found in /bin) to my executable root folder.