You might want to make a short mel procedure that turns around and passes the value correctly into a python function.
On Sun, Jul 4, 2010 at 8:43 PM, Jamie Macdougall <[email protected]> wrote: > Hi... > > Pound one (#1) puts the current widgets value into a dynamic property in Qt > Designer > eg. > > property > -command > > value > someMel #1 > > but this #1 symbol only seems to work for mel. > > Is there an equivalent for python? the pound symbol gives a syntax error > when the command is python. > > property > +enterCommand > > value > "somePython( #1 )" > > I've been searching for hours without luck. > > -- > http://groups.google.com/group/python_inside_maya -- http://groups.google.com/group/python_inside_maya
