@Mahendra Gangaiwar
Thnx
dict((w.objectName(), w) for w in QtWidgets.QApplication.allWidgets())
dict((w.objectName(), w) for w in QtWidgets.QApplication.allWindows())


is super useful to get objectName of all instance.But


mm.eval('GraphEditor')
 Ge = QtWidgets.QApplication.activeWindow()
 print Ge.windowTitle()
 Ge.setWindowOpacity(0.5)


This is still not working  (print Ge.windowTitle()   #Result Script Editor)




Let's take one more example, in ReferenceEditor if i want to select 
*item02*(i.e 
Test03RN Test03.ma) & *item03*(i.e Test04RN Test04.ma)  inside 
*refEdEditorPane. 
*How can i do that via PySide  ??


*Before*


<https://lh3.googleusercontent.com/-xZHHZ3I4glg/WbPS4DhLeeI/AAAAAAAACzU/Cqxk86LSkscDkO4Wa_PHlg1rtoCOtU1PQCLcBGAs/s1600/refEdtr.png>





















*After*

<https://lh3.googleusercontent.com/-0PE8jykAzRc/WbPULc3GVUI/AAAAAAAACzg/NNbRn_dUAFIUcKMI2rVU61yV5F71joR3gCLcBGAs/s1600/refAfter.png>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/7554380e-aec4-445c-bfc8-7fff04a3d9ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to