Baptiste Nicolet

Results 19 comments of Baptiste Nicolet

This seems to be the same issue as #81

The `dllimport` and `dllexport` flags are Windows-specific, and this PR currently breaks the build on Linux. Please modify your changes to only use these flags on windows using this macro:...

Thanks. You can switch to a static library by changing the `SHARED` keyword in `CMakeLists.txt:26` to `STATIC`. Why do you need to change this?

After compiling the latest changes on the branch you mentioned, I still get the same error on my system, both with `cuda_ad_rgb` and `llvm_ad_rgb` variants.

Running the code you provided produces the correct image (i.e. the first one you shared) on my end. Can you please provide your PyTorch version as well ?

I was able to reproduce the issue on my end. This seems to happen only for versions of Pytorch `>= 1.13.0`. While we look into this, a possible workaround would...

Hi, What exactly do you mean by "does not work"? From the screen capture you shared, it looks like the add-on was enabled successfully, as you can see on the...

We have just released a new version of the add-on, that should support Blender 4.0. Please upgrade and open another issue if you are unable to use it then.