[Bf-python] Loading Libraries in blender2.5

Campbell Barton ideasman42 at gmail.com
Mon Nov 9 07:58:37 CET 2009


See the operator that runs when you append or link...

bpy.ops.wm.link_append(path="//mirror_sintel.blend/Object/Armature",
filename="Armature", directory="/g/mirror_sintel.blend/Object/",
link=False, autoselect=True, active_layer=True, relative_paths=True,
files=[{"name":"Armature"}])

On Mon, Nov 9, 2009 at 4:46 AM, Goat Man <goatman.py at gmail.com> wrote:
> I'm using using blender25 SVN 24408.  I can see bpy.data.libraries, but i do
> not see a way to append external blend files via script.  Has this made it
> back into the python API?  Before i was using the Library module in 2.49.
> thanks!
> -brett
>
> _______________________________________________
> Bf-python mailing list
> Bf-python at blender.org
> http://lists.blender.org/mailman/listinfo/bf-python
>
>



-- 
- Campbell



More information about the Bf-python mailing list