Hi all - was just wondering if anyone out there had used the preloadRefEd command / control before, and if so, would let me know what the 'proper' way to use it was, so I can confirm whether or not it's working. Running the sample code in the documentation:
import maya.cmds as cmds window = cmds.window() cmds.paneLayout() cmds.preloadRefEd() cmds.showWindow(window) ...results in a blank window. Help? - Paul -- http://groups.google.com/group/python_inside_maya
