erichocean Posted May 8, 2021 Share Posted May 8, 2021 (edited) I have a DeepEXR file that I need to bring into SOPs and manipulate as points, with the Cd attribute and Normal attached. Perusing the docs, I didn't see any obvious way to do this. Update: Figured it out. Drop down a geo node, add an attribute wrangle, set it to Detail, then use teximport() to get the resolution of your deep EXR, loop over the pixels, then use dsmpixel() on the deep EXR to grab the values in the file, and finally use addpoint() and setpointattrib() to create your points and add the attributes. You'll also need a matrix to transform the points to the perspective of the camera used to generate the deep EXR. Once you've got all that, the VEX runs super fast and you can view the results in the viewport. Simple. Edited May 8, 2021 by erichocean Answered my own question 1 Quote Link to comment Share on other sites More sharing options...
ryew Posted May 8, 2021 Share Posted May 8, 2021 Thanks for the contributing to the community knowledge pool by posting a solution, I'm sure this will help others in the future seeking a way to do this. Good on ya! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.