We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Description The Texture class which contains .vol as the texture class scene like the dataset here https://github.com/rgl-epfl/differentiable-sdf-rendering offers can not be loaded correctly in blender
To Reproduce Steps to reproduce the behavior:
<scene version="2.1.0"> <path value="../"/> <bsdf type="principled" id="main-bsdf"> <texture type="volume" name="base_color"> <volume type="gridvolume" name="volume"> <string name="filename" value="textures/red.vol"/> </volume> </texture> <texture type="volume" name="roughness"> <volume type="gridvolume" name="volume"> <string name="filename" value="textures/gray.vol"/> </volume> </texture> <float name="specular" value="1.000000"/> </bsdf> <default name="main_bsdf_name" value="main-bsdf"/> </scene>
Expected behavior I expected the scene which cantains the .vol as principled BRDF texture can be loaded correctly in blender?
Resources
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
The Texture class which contains .vol as the texture class scene like the dataset here https://github.com/rgl-epfl/differentiable-sdf-rendering offers can not be loaded correctly in blender
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the scene which cantains the .vol as principled BRDF texture can be loaded correctly in blender?
Resources
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: