There is rumor of something like this but it's in a very obscure spot
in the SDK and I'm not even sure its the same thing.
Eric T.
On Wednesday, November 05, 2014 2:06:10 PM, Jeremie Passerin wrote:
On a related subject,
is there a PickElement and PickObject-like command in Maya ? Anyone
knows ?
On 5 November 2014 10:56, Tim Crowson <[email protected]
<mailto:[email protected]>> wrote:
Thanks Cesar,
This is for use in a different app, which doesn't have any
mechanism like pick sessions. Thanks for the direction, that makes
sense.
-Tim
On 11/5/2014 12:38 PM, Cesar Saez wrote:
Hi Tim,
Do you mean in a standalone program?
If so, you have to compare the state of the "selection" in a
while loop until there's a change, the tricky thing of this is
that you would have to use threads in order to keep your software
responsive during the loop.
If your Qt tool is running within Softimage, you can simply rely
on the SDK calling PickObject/PickElement command.
Hope this helps,
Cheers
On Wed, Nov 5, 2014 at 12:07 PM, Tim Crowson
<[email protected]
<mailto:[email protected]>> wrote:
Anyone have any ideas for how to recreate XSI's Pick Session
behavior using Python and Qt?
--
*Tim Crowson
*/Lead CG Artist/
*Magnetic Dreams, Inc.
*2525 Lebanon Pike, Bldg C, Suite 101, Nashville, TN 37214
*Ph* 615.885.6801 <tel:615.885.6801> | *Fax* 615.889.4768
<tel:615.889.4768> | www.magneticdreams.com
<http://www.magneticdreams.com>
[email protected]
<mailto:[email protected]>
--