Python API
---------- Support for new bpy.libraries module, which is being proposed to replace the Blender.Library module.
This commit is contained in:
@@ -47,6 +47,7 @@ void *copy_libblock(void *rt);
|
||||
void id_lib_extern(struct ID *id);
|
||||
void id_us_plus(struct ID *id);
|
||||
|
||||
int dup_id(struct ListBase *lb, struct ID *id, const char *name);
|
||||
int new_id(struct ListBase *lb, struct ID *id, const char *name);
|
||||
|
||||
struct ListBase *wich_libbase(struct Main *mainlib, short type);
|
||||
|
||||
Reference in New Issue
Block a user