[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1901] contrib/py/scripts/addons/ sequencer_select_strips_by_type/__init__.py: Sequencer select strips by type?\194?\160: minor changes?\226?\128?\166

Bastien Montagne montagne29 at wanadoo.fr
Sat May 7 18:00:32 CEST 2011


Revision: 1901
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1901
Author:   mont29
Date:     2011-05-07 16:00:31 +0000 (Sat, 07 May 2011)
Log Message:
-----------
Sequencer select strips by type?\194?\160: minor changes?\226?\128?\166

Modified Paths:
--------------
    contrib/py/scripts/addons/sequencer_select_strips_by_type/__init__.py

Modified: contrib/py/scripts/addons/sequencer_select_strips_by_type/__init__.py
===================================================================
--- contrib/py/scripts/addons/sequencer_select_strips_by_type/__init__.py	2011-05-07 13:24:14 UTC (rev 1900)
+++ contrib/py/scripts/addons/sequencer_select_strips_by_type/__init__.py	2011-05-07 16:00:31 UTC (rev 1901)
@@ -18,6 +18,8 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
+# <pep8 compliant>
+
 # ##### CHANGELOG #####
 #
 #  0.0.1
@@ -34,10 +36,12 @@
 #        but much less hackish than the previous string technique…
 #      * As requested by mindrones, renamed in “Sequencer Select Strips By Type”.
 #
+#  0.0.4
+#      * Anecdotal changes, now PEP8 compliant…
+#      * Removed the beta warning!
+#
 # ##### END OF CHANGELOG #####
 
-# <pep8 compliant>
-
 """
 This Blender addon simply adds two options in the sequencer Select menu, to (de)select strips
 by type.
@@ -46,12 +50,11 @@
 bl_info = {
     "name": "Select Strips By Type",
     "author": "Bastien Montagne",
-    "version": (0, 0, 3),
-    "blender": (2, 5, 6),
-    "api": 35433,
+    "version": (0, 0, 4),
+    "blender": (2, 5, 7),
+    "api": 36380,
     "location": "Video Sequence Editor header (Select menu)",
     "description": "Allows to select strips by their type (image, video, audio, etc.).",
-    "warning": "beta",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
                 "Scripts/Sequencer/Select Strips By Type",
     "tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=25833",



More information about the Bf-extensions-cvs mailing list