Skip to content
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

Procedural Datasets with Blender doesn't work with newer Blender versions #2588

Open
jmackay2 opened this issue Sep 4, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@jmackay2
Copy link

jmackay2 commented Sep 4, 2024

Environment

  • OS Version: Ubuntu 24.04
  • Source or binary build?
    Binary build of Ionic
I am unable to run Generation of Procedure Datasets with Blender with a newer version of Blender.

I tested with Blender 4.2.

It looks like the GeometryNodeTree objects in Blender have changed.

Description

Steps to reproduce

  1. Follow Option A in the precedural datasets tutorial, using procedural_dataset_generator.py.

Output

Python: Traceback (most recent call last):
  File "rock.blend/procedural_dataset_generator.py", line 1945, in <module>
  File "rock.blend/procedural_dataset_generator.py", line 1627, in main
  File "rock.blend/procedural_dataset_generator.py", line 1468, in generate
  File "rock.blend/procedural_dataset_generator.py", line 703, in export
  File "rock.blend/procedural_dataset_generator.py", line 832, in _process_meshes
  File "rock.blend/procedural_dataset_generator.py", line 859, in _export_geometry
  File "rock.blend/procedural_dataset_generator.py", line 899, in _export_geometry_collision
  File "rock.blend/procedural_dataset_generator.py", line 1494, in _pre_export_geometry_collision
  File "rock.blend/procedural_dataset_generator.py", line 1569, in _try_set_nodes_input_attribute
AttributeError: 'GeometryNodeTree' object has no attribute 'inputs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Inbox
Development

No branches or pull requests

1 participant