-
Notifications
You must be signed in to change notification settings - Fork 324
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 from geometry nodes are not exported #1537
Comments
I confirm that current API can't evaluate depsgraph for GN. |
I created this task on blender tracker: |
You probably know this already, but I'll point out that a Realize Instances node will turn instances into regular geometry that gets exported correctly (though inefficiently) in any exporter. |
yes that should work.. but actually not. another blender bug makes the |
FYI: I'm writing an addon that allows to export instanced geometries created with geometry nodes as glTF + EXT_mesh_gpu_instancing extension https://github.com/takahirox/glTF-Blender-IO-EXT-mesh-gpu-instancing It started to work. |
Looking forward to having #1786 landed, which will address the issue here. |
Closing this ticket, as we can now export GN Instances |
Describe the bug
To Reproduce
Apply Modifiers
Expected behavior
Screenshots
.blend file/ .gltf
If applicable, a zipped folder containing a .blend file for exporter issues and a .gltf file for importer issues. Please take care to include all resources, such as textures in the .zip file.
Version
Additional context
The text was updated successfully, but these errors were encountered: