From 735cdeec78f654e20e63841c25e077c931242cc1 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 6 Jul 2021 17:26:06 +0200 Subject: Update add-ons after renaming master collection IDs to 'Scene Collection'. This mostly affects default names in object collection manager add-on. --- io_scene_fbx/export_fbx_bin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_fbx') diff --git a/io_scene_fbx/export_fbx_bin.py b/io_scene_fbx/export_fbx_bin.py index 65a5b8f1..bafdf1ef 100644 --- a/io_scene_fbx/export_fbx_bin.py +++ b/io_scene_fbx/export_fbx_bin.py @@ -3214,7 +3214,7 @@ def save(operator, context, for scene in scenes: if not scene.objects: continue - # Needed to avoid having tens of 'Master Collection' entries. + # Needed to avoid having tens of 'Scene Collection' entries. todo_collections = [(scene.collection, "_".join((scene.name, scene.collection.name)))] while todo_collections: coll, coll_name = todo_collections.pop() -- cgit v1.2.3