BPython:
- 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:
@@ -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 ():
|
||||
|
||||
Reference in New Issue
Block a user