CRIPTONGAMING CHANNEL
geminicgi
About Me
Connect
LOCATION
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Accessing a Varriable with Python SOP Aug. 19, 2014, 6:16 a.m.
Thanks,
Sorry maybe you missed my point. I wanted to write to an attribute which
is created by a AttribCreate SOP and access that by only its name.
How can i do that ?
G
Sorry maybe you missed my point. I wanted to write to an attribute which
is created by a AttribCreate SOP and access that by only its name.
How can i do that ?
G
Accessing a Varriable with Python SOP Aug. 18, 2014, 8:01 a.m.
Hi Everyone,
I'am using a phyton sop for testing simple stuffs. What here I want to solve a simple varible acces which varriable is not in definded in this code but earlier with a AttribCreate SOP. The problem is that the variable is not
accessable by its name.
How can I solve this ?
ThANKs!
– THE CODE –
node = hou.pwd()
geo = node.geometry()
# Add code to modify contents of geo.
# Use drop down menu to select examples.
points = geo.points()
for p in points:
p.setAttribValue( “A”, 1)
I'am using a phyton sop for testing simple stuffs. What here I want to solve a simple varible acces which varriable is not in definded in this code but earlier with a AttribCreate SOP. The problem is that the variable is not
accessable by its name.
How can I solve this ?
ThANKs!
– THE CODE –
node = hou.pwd()
geo = node.geometry()
# Add code to modify contents of geo.
# Use drop down menu to select examples.
points = geo.points()
for p in points:
p.setAttribValue( “A”, 1)
Help Hotkey May 7, 2014, 10:14 a.m.
Hi Members,
I am searching for a hotkey assignment of the upper right help button
( or a simple scripting help of it ) . But did not find. Can anyone help ?
Thanks in advance,
G
I am searching for a hotkey assignment of the upper right help button
( or a simple scripting help of it ) . But did not find. Can anyone help ?
Thanks in advance,
G