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

'NoneType' object has no attribute 'nodes' #135

Open
Viper1-1 opened this issue Oct 25, 2022 · 1 comment
Open

'NoneType' object has no attribute 'nodes' #135

Viper1-1 opened this issue Oct 25, 2022 · 1 comment

Comments

@Viper1-1
Copy link

This error has come up multiple times whenever I try to use the Fluent Wires or Fluent Pipes.
When I try to run Fluent Wire, I receive this error:
Python: Traceback (most recent call last): File "/Users/sasansamit/Library/Application Support/Blender/3.3/scripts/addons/fluent/power_trip/power_trip_wire.py", line 1084, in modal self.put curvel) File "/Users/sasansamit/Library/Application Support/Blender/3.3/scripts/addons/fluent/power trip/power trip_wire.py", line 885, in put curve self.make wire() File "/Users/sasansamit/Library/Application Support/Blender/3.3/scripts/addons/fluent/power_trip/power_ trip_wire.py", line 750, in make wire self.load geometry_node() File "/Users/sasansamit/Library/Application Support/Blender/3.3/scripts/addons/fluent/power_trip/power_trip_wire.py", line 690, in load geometry_node nodes = tree.nodes AttributeError: 'NoneType' object has no attribute 'nodes'

And when I try to run Fluent Pipes, I receive this error:
File "/Users/sasansamit/Library/Application Support/Blender/3.3/scripts/addons/fluent/power trip/power trip pipe.py", line 1135, in modal self.put curve() File "/Users/sasansamit/Library/Application Support/Blender/3.3/scripts/addons/fluent/power trip/power trip_pipe.py", line 932, in put_ curve self.make pipe() File "/Users/sasansamit/Library/Application Support/Blender/3.3/scripts/addons/fluent/power trip/power trip pipe.py", line 755, in make pipe self.load geometry_node() File "/Users/sasansamit/Library/Application Support/Blender/3.3/scripts/addons/fluent/power trip/power_trip_pipe.py", line 609, in load geometry_node nodes = tree.nodes AttributeError: 'NoneType' object has no attribute 'nodes'

Any help is appreciated. Also, this is on Mac.

@NeenLee
Copy link

NeenLee commented Oct 18, 2023

I also encountered this problem, have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants