[Bf-python] How to select multiple objects in scripts?

bill nieuwendorp slow67 at gmail.com
Sun May 17 18:21:01 CEST 2009


you will want to use the Scene Module, or more specific, Scene.objects class
see the example here

http://www.blender.org/documentation/248PythonDoc/Scene.SceneObjects-class.html

On Sat, May 16, 2009 at 10:42 PM,  <lynx.abraxas at freenet.de> wrote:
> Hello!
>
>
>
> I'd like to select multiple objects in a python script for export to STL.
> The  obj.select(1)  in  my  for-loop  causes  only the last two to be selected
> although it is executed for many more.
>
> Thanks for any help or hints.
> Lynx
>
> _______________________________________________
> Bf-python mailing list
> Bf-python at blender.org
> http://lists.blender.org/mailman/listinfo/bf-python
>



More information about the Bf-python mailing list