Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, everyone, can python use frameLayout to present a closed state when opening the UI? When I open the UI now, the frameLayout is expanded.
cmds.frameLayout(label='old version', w=460, cll=True)
cmds.rowColumnLayout(nc=4, cal=(1, "left"), columnWidth=[(1, 100), (2, 200), (3, 80), (4, 80)])
cmds.text("attribute", h=20, bgc=(0.2, 0.5, 0.5))
cmds.text("numerical value", h=20, bgc=(0.2, 0.5, 0.5))
cmds.text("key frame", h=20, bgc=(0.2, 0.5, 0.5))
cmds.text("Delete keyframes", h=20, bgc=(0.2, 0.5, 0.5))
cmds.setParent("..")
Solved! Go to Solution.