[Bf-python] Openingen DXF files with python

Brian Luft luft at sbcglobal.net
Wed Jun 30 07:46:00 CEST 2004


Message: 4
From: blender at universalgrid.nl
Organization: Universal Grid
To: bf-python at blender.org
Subject: Re: [Bf-python] Openingen DXF files with python
Date: Tue, 29 Jun 2004 11:03:57 +0200
Reply-To: bf-python at blender.org

How?
I found some site which used Blender.loadFile() but that seems to not work 
anymore.
If anyone has an example of such a script (which opens any file), I would be

glad to modify it so it can open dxf. I have the dxf specs.

- Jeroen


Maybe as a workaround you could use:
Blender.Window.FileSelector(f).

Of course, you can always use the standard python library for file I/O as
well (requires Python installation)

Brian




More information about the Bf-python mailing list