Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odd bugs in 3.6.4 #1499

Open
Disgruntoad opened this issue Feb 19, 2025 · 1 comment
Open

Odd bugs in 3.6.4 #1499

Disgruntoad opened this issue Feb 19, 2025 · 1 comment

Comments

@Disgruntoad
Copy link

Disgruntoad commented Feb 19, 2025

Hey, I just checked out and built 3.6.4 following https://mitsuba.readthedocs.io/en/stable/src/developer_guide/compiling.html

I ran into 2 odd issues:

(1) 'python-default' seems to not work

Here are my changes to the 'mitsuba.conf' file:

"enabled": [                                                                                                                              
                 "scalar_mono", "scalar_rgb", "scalar_spectral", "llvm_mono", "llvm_rgb", "llvm_spectral", "llvm_ad_spectral_polarized", "cuda_mono", "cuda_mono_polarized", "cuda_rgb", "cuda_spectral", "cuda_spectral_double", "cuda_spectral_polarized", "cuda_spectral_polarized_double", "cuda_ad_spectral"  
    ],  

   "python-default": "cuda_spectral",

(default failure shown below)

(2) I'm unable to call mi.Transform4f.scale()

Image

Upgrading from 3.5.2, both of these commands worked fine.

@Disgruntoad
Copy link
Author

Disgruntoad commented Feb 19, 2025

Ok, I realized the 2nd one was a change in the api. Has to be called as

mi.Transform4f().scale(p3)

works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant