Fix T81832: WIP warning on Curve Tools Addon

This commit is contained in:
Vladimir Spivak 2022-02-20 13:32:52 +02:00
parent a455b71f16
commit 423b03dd68
Notes: blender-bot 2023-02-14 18:46:46 +01:00
Referenced by issue #81832, WIP warning on Curve Tools Addon
1 changed files with 1 additions and 2 deletions

View File

@ -9,11 +9,10 @@
bl_info = {
"name": "Curve Tools",
"description": "Adds some functionality for bezier/nurbs curve/surface modeling",
"author": "Mackraken",
"author": "Mackraken, Spivak Vladimir (cwolf3d)",
"version": (0, 4, 5),
"blender": (2, 80, 0),
"location": "View3D > Tool Shelf > Edit Tab",
"warning": "WIP",
"doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/curve_tools.html",
"category": "Add Curve",
}