<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Taylor,<div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>Yes, there is a way to programmatically group things in the model panel.  It’s ModelPanel.groupCmd(items, name=None).  The items can be models and/or groups.  It returns the new group formed.  You should probably provide the ‘name’ argument, since otherwise it’s possible the user would be prompted for the name.  If there’s no particularly obvious name for you to use, you can use ModelPanel.defaultGroupName(items) to generate one.</div><div class=""><br class=""></div><div class="">—Eric</div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><span class="Apple-tab-span" style="white-space: pre;">    </span>Eric Pettersen</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">  </span>UCSF Computer Graphics Lab</div><div class=""><br class=""></div></div></div><div><blockquote type="cite" class=""><div class="">On May 19, 2016, at 5:51 PM, Taylor Gerpheide <<a href="mailto:tgerp001@odu.edu" class="">tgerp001@odu.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I'm working on an extension which needs to be able to group certain open models like the model panel does. Is there a way to utilize the group function in the model panel from an extension in python?<div class=""><br class=""></div><div class="">Thank you,</div><div class="">Taylor</div></div>
_______________________________________________<br class="">Chimera-dev mailing list<br class=""><a href="mailto:Chimera-dev@cgl.ucsf.edu" class="">Chimera-dev@cgl.ucsf.edu</a><br class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-dev<br class=""></div></blockquote></div><br class=""></div></body></html>