I&#39;ve been looking into this more and noticed how Sphere is mapped to the CreateObject function.  So I can do what I want with:<br><br>s = servermanager.source.Sphere()<br>servermanager.Register(s, registrationName=&quot;aDifferentName&quot;)<br>
<br>This works for me :)<br><br><div class="gmail_quote">2009/6/8 Paul Edwards <span dir="ltr">&lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Is it possible to change the name of an object in the pipeline with a python script? i.e. if I go to the Python shell and type:<br><br>    s = Sphere()<br><br>It will create a new object called &quot;Sphere1&quot;.  Is there a way to set this name?<br>

<br>Thanks,<br><font color="#888888">Paul<br><br><br>
</font></blockquote></div><br>