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
1711 2 0- gunnar_frog
- Member
- 3 posts
- Joined: 8月 2006
- Offline
- tony_a
- Member
- 86 posts
- Joined: 1月 2009
- Offline
- gunnar_frog
- Member
- 3 posts
- Joined: 8月 2006
- Offline
-
- Quick Links