[Bf-extensions-cvs] [aa5b8593] master: OBJ: mark Python IO legacy in the name too

Aras Pranckevicius noreply at git.blender.org
Tue Jul 5 10:30:54 CEST 2022


Commit: aa5b859302f233bd99469188ad57e61c62977678
Author: Aras Pranckevicius
Date:   Tue Jul 5 11:30:50 2022 +0300
Branches: master
https://developer.blender.org/rBAaa5b859302f233bd99469188ad57e61c62977678

OBJ: mark Python IO legacy in the name too

===================================================================

M	io_scene_obj/__init__.py

===================================================================

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),



More information about the Bf-extensions-cvs mailing list