From b8bb0391d645747125bb70cb47f9c227eedc9a8e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 21 Apr 2019 00:58:38 +0200 Subject: Fix T63764: error when using library.users_id() function Fix suggested by Vilem Duha. --- release/scripts/modules/bpy_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/modules/bpy_types.py') diff --git a/release/scripts/modules/bpy_types.py b/release/scripts/modules/bpy_types.py index fb4ccfaff7a..86fb09ffb4b 100644 --- a/release/scripts/modules/bpy_types.py +++ b/release/scripts/modules/bpy_types.py @@ -61,7 +61,7 @@ class Library(bpy_types.ID): # See: readblenentry.c, IDTYPE_FLAGS_ISLINKABLE, # we could make this an attribute in rna. attr_links = ("actions", "armatures", "brushes", "cameras", - "curves", "grease_pencil", "collections", "images", + "curves", "grease_pencils", "collections", "images", "lights", "lattices", "materials", "metaballs", "meshes", "node_groups", "objects", "scenes", "sounds", "speakers", "textures", "texts", -- cgit v1.2.3