Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-01-16 13:58:11 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-01-16 14:02:37 +0300
commit514e53bb8023775c0abb5c238633b45fe24afae2 (patch)
tree738bf280bcf33c802f613856b25aa747fb90067a /release/scripts/modules/bpy_types.py
parentce6d20b54e3077e8d57103de3e7933069a2d54e7 (diff)
Expose batch IDs deletion in python API.
Follow-up to previous commit.
Diffstat (limited to 'release/scripts/modules/bpy_types.py')
-rw-r--r--release/scripts/modules/bpy_types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/modules/bpy_types.py b/release/scripts/modules/bpy_types.py
index 47f132027d2..f12b259362a 100644
--- a/release/scripts/modules/bpy_types.py
+++ b/release/scripts/modules/bpy_types.py
@@ -28,6 +28,7 @@ StructMetaPropGroup = bpy_types.bpy_struct_meta_idprop
bpy_types.BlendDataLibraries.load = _bpy._library_load
bpy_types.BlendDataLibraries.write = _bpy._library_write
bpy_types.BlendData.user_map = _bpy._rna_id_collection_user_map
+bpy_types.BlendData.batch_remove = _bpy._rna_id_collection_batch_remove
class Context(StructRNA):