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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAras Pranckevicius <aras@nesnausk.org>2022-07-05 11:30:50 +0300
committerAras Pranckevicius <aras@nesnausk.org>2022-07-05 11:30:50 +0300
commitaa5b859302f233bd99469188ad57e61c62977678 (patch)
tree401ec66cbb7d8e175374f3aa5e42116697b095a0
parent403b95ef6ff38918de966ed2a5843cfa3274a58b (diff)
OBJ: mark Python IO legacy in the name too
-rw-r--r--io_scene_obj/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 519b0c85..d49f8367 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
bl_info = {
- "name": "Wavefront OBJ format",
+ "name": "Wavefront OBJ format (legacy)",
"author": "Campbell Barton, Bastien Montagne",
"version": (3, 9, 0),
"blender": (3, 0, 0),