Skip to content

How to put a si with BRDF attribute in to an image block. #1394

Answered by njroussel
Start1er asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Start1er

The SDF integrator that you've been linking to (this one), was written for an older version of Mitsuba. Since the time that this was implemented, the interfaces have changed a bit, hence the error messages you've been seeing.

The lastest release, does support aovs in custom Python integrators natively through mi.render(). So you don't need to re-implement a render_aov, but you should rather change your custom integrator to use the new interfaces. Have a look at the integrators in this folder if you need examples of the new interfaces.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Start1er
Comment options

Answer selected by Start1er
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants