タカシ イワイバラ

privateiwai

About Me

ja
EXPERTISE
Animator
INDUSTRY
Gamedev

Connect

LOCATION
Japan
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

'NoneType' object has no attribute 'geometry' Sept. 29, 2022, 1:42 a.m.

I'm just starting learning Python in Houdini and trying the python scripts in document to get the geometry of a node, it looks simple and straightforward but I got the error saying ‘Node’ object has no attribute ‘geometry’. Please see the output from the Python Shell window:

Error running callback:
Traceback (most recent call last):
  File "labs::Sop/attribute_value_replace/btnInitializeValues", line 1, in <module>
  File "labs::Sop/attribute_value_replace, PythonModule", line 7, in SetParmValues
AttributeError: 'NoneType' object has no attribute 'geometry'

What I'm I doing wrong here, and how can I fix it?