[Bf-extensions-cvs] [cc6fe61] master: Sequencer Extra Actions: Removed unused "api" in bl_info again, replaced tracker_url by most recent Phabricator task (patch).

CoDEmanX noreply at git.blender.org
Fri Feb 21 18:21:28 CET 2014


Commit: cc6fe6177a9224953c2848437b9dbb3e8650ca9a
Author: CoDEmanX
Date:   Fri Feb 21 18:21:07 2014 +0100
https://developer.blender.org/rBACcc6fe6177a9224953c2848437b9dbb3e8650ca9a

Sequencer Extra Actions: Removed unused "api" in bl_info again, replaced tracker_url by most recent Phabricator task (patch).

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

M	sequencer_extra_actions/__init__.py

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

diff --git a/sequencer_extra_actions/__init__.py b/sequencer_extra_actions/__init__.py
index a0098a4..c37f9d8 100644
--- a/sequencer_extra_actions/__init__.py
+++ b/sequencer_extra_actions/__init__.py
@@ -21,14 +21,13 @@ bl_info = {
     "author": "Turi Scandurra, Carlos Padial",
     "version": (3, 8),
     "blender": (2, 69, 0),
-    "api": 60991,
     "category": "Sequencer",
     "location": "Sequencer",
     "description": "Collection of extra operators to manipulate VSE strips",
-    "wiki_url": "http://wiki.blender.org/index.php/"
-    "Extensions:2.6/Py/Scripts/Sequencer/Extra_Sequencer_Actions",
-    "tracker_url": "http://projects.blender.org/tracker/index.php?func=detail"
-                   "&aid=30474",
+    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+        "Scripts/Sequencer/Extra_Sequencer_Actions",
+    "tracker_url": "https://developer.blender.org/T32532",
+    # old tracker_url: https://developer.blender.org/T30474
     "support": "COMMUNITY"}



More information about the Bf-extensions-cvs mailing list