-
Notifications
You must be signed in to change notification settings - Fork 75
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
Instances becomes transparent in geometry node #277
Comments
@pragma37 are you aware of the changes made to the API regarding geometry instancing in 3.0 + ? I dont quite understand it myself but in case you have not seen it already here is a link to the changes made in that area (scroll a bit down under 'Geometry Instancing') https://wiki.blender.org/wiki/Reference/Release_Notes/3.0/Python_API#Breaking_Changes |
@Kolupsy Seems likely related. Thank you, I'll take a look at it. Edit: Nope, same issue. :( |
🤦 I reverted the changes I made. Thank you for reporting. |
Instanced geometry is still not rendered by Malt. What is keeping this issue from being fixed? |
I don't remember the details, but iirc there was no way to retrieve the actual mesh data. The new API didn't fix that and actually introduced new issues. |
Did you ask the Blender Developers about this? I think it would be pretty important to address this issue. I wanted to create a task on the Blender Dev Talk but I actually do not know all the details about this issue. Also I have come across another addon developer working on a custom render engine and they confirmed that they couldnt render instanced geometry in GN using their engine either |
Not yet. I have to set a minimal reproduction script before that. |
In my test case the Circle object has geometry nodes that instances Cube. In MaltRenderEngine.py around line 202
When rendering Circle, the instance.instance_object is also Circle, when it should be Cube. To fix this I added the object info node and checked the "As Instance" box which makes it behave correctly again. |
Malt version
Development-latest
Blender version
Blender 3.1
OS
Windows 11 64bits
Hardware info
Intel i5-9400F | 8 GB RAM | NVDIA GTX 1660 Ti
Issue description and reproduction steps
In eevee/cycles, the instances auto inherit the shader of original object
If I switch to Malt render engine, the instances become transparent even with set material node added
Can this be fixed from the MALT part?
Attachments
instances become transparent in geo node.zip
The text was updated successfully, but these errors were encountered: