Hello,
I want to create button to set all my parameters to some value [for example 1].
I did something like this:
x = hou.node('/obj/geo') x.parmTuple(str(p.name() for p in x.parmTuples()).set(1,1,1) [/CODE] AttributeError: 'NoneType' object has no attribute 'set' I suppose it is ultra simple...