hello there…
If I have a grid sop connected to a python sop I can modify the incoming grid sop's geometry with setPointFloatAttribValues through hou.pwd().geometry().
However, I'd like to modify two grids.
I've tried,
hou.cd('/obj/geo1/grid2')
geo2 = hou.pwd().geometry()
or
thisnode = hou.pwd()
inputs = thisnode.inputs()
geo2 = inputs.geometry()
and some other methods, but all attempts to edit the second geometry yields ‘GeometryPermissonError: Geometry is read-only.’
How can I modify the second geometry…?
python setPointFloatAttribValues question
2019 2 0-
- gunnar_frog
- Member
- 4 posts
- Joined: Aug. 2006
- Offline
-
- tony_a
- Member
- 87 posts
- Joined: Jan. 2009
- Offline
-
- gunnar_frog
- Member
- 4 posts
- Joined: Aug. 2006
- Offline
-
- Quick Links