- New Blender.Draw method by Campbell Barton (Cam / ideasman):

PupStrInput, a wrapper for the Blender String popup (thanks!)
- Fixed bug #1374 reported by Gabriel Beloin (gabio, thanks too):
    http://projects.blender.org/tracker/?func=detail&atid=125&aid=1374&group_id=9
    There was a minor mistake in the import menu: vrml called dxf and vice-versa and shortcuts were wrong (removed them).
- Doc updates, minor updates elsewhere.
This commit is contained in:
2004-06-16 01:18:57 +00:00
parent 23165676b7
commit ddec3db89d
7 changed files with 111 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ The Blender.sys submodule.
sys
===
B{New}: L{exists}
B{New}: L{exists}, L{makename}.
This module provides a minimal set of helper functions and data. Its purpose
is to avoid the need for the standard Python module 'os', in special 'os.path',