|
|
a8785893c5
|
Added functions so python can change library paths.
* bpy.libraries.paths() -> list of library paths.
* bpy.libraries.replace(fromPath, toPath)
|
2008-07-19 15:44:00 +00:00 |
|
Ken Hughes
|
a87d82023a
|
Add library.name attribute, which returns the actual library name used by blender (this may be different from the library.filename attribute).
|
2008-05-01 18:52:26 +00:00 |
|
Ken Hughes
|
3d2758a3bd
|
Add support to bpy.library module for relative paths.
|
2008-05-01 05:52:35 +00:00 |
|
Ken Hughes
|
b778daed81
|
Python API
----------
Correct error in LibData module documentation.
|
2008-01-22 05:45:09 +00:00 |
|
Ken Hughes
|
3a834803ef
|
Python API
----------
Support for new bpy.libraries module, which is being proposed to replace
the Blender.Library module.
|
2007-03-21 02:23:28 +00:00 |
|