Message 1 of 1
How to get component value as return on component selection

Not applicable
07-29-2019
03:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm rendering a model (Demo_AM124_148_v7) in Maya through python scripting.
The model selection mode is set to vert/Face.
On selection of one of the polygon face the transforms of that face is logged.
Ex:
select -r Demo_AM124_148_v7.f[878] ;
how can I get this transform value (f[878]) in python script.