- Added function Blender.Save(filename) to save .blend files.
- Added scriptlink-related methods (get, clear, add) to Scene and Materials.  Will still add method remove and add these methods to World, Object, Camera and Lamp.
- Updates and small fixes in docs.
This commit is contained in:
2004-06-24 09:43:13 +00:00
parent 5b57d007a4
commit 61efb63b0c
13 changed files with 575 additions and 254 deletions

View File

@@ -48,7 +48,7 @@ def Open (filename):
@type filename: string
@param filename: The filename of a Blender file.
@rtype: bool
@return: 1 if succesful, 0 otherwise.
@return: 1 if successful, 0 otherwise.
"""
def Close ():