What's this memo
On PyMEL's github page, "PymelControlPanel.py" in pymel> maintenance
https://github.com/LumaPictures/pymel/blob/master/maintenance/pymelControlPanel.py
import sys
sys.path.append('/path/to/downloadFolder')
import pymelControlPanel as pcp
pcpui = pcp.PymelControlPanel()
--The left column looks like a list of nodes. When selected, it will be loaded in the center column. It takes a few seconds to load.
--If you get a warning like pymelControlPanel: could not find class Substance #
at startup, nothing happens when you touch it.
――The list in the right column has some that appear and some that do not. There are many things in the Transform node, but nothing in the file node.
Cache Results?
P.S.
I got this when closing the UI. Does that mean that if you set it to Yes, it will be reflected in the future? Is it really useful for maintaining the behavior of PyMEL? Since it's chicken, I can't confirm it in time now, so I chose No this time.
It's in the maintenance folder, so it's probably for maintenance. I feel like I want to see it properly.
README Talk about reading properly
README https://github.com/LumaPictures/pymel/blob/master/maintenance/README.md