Dev:Py/Scripts/Sequencer/Select Strips By Type
< Dev:Py | Scripts
2015年12月28日 (月) 04:24時点におけるwiki>Brechtによる版 (moved Dev:2.5/Py/Scripts/Sequencer/Select Strips By Type to Dev:Py/Scripts/Sequencer/Select Strips By Type: remove version namespace)
Select Strips By Type
UI location | Select menu (Video Sequence Editor window). | ||
---|---|---|---|
Usage | Just use the menu entries! | ||
Version | 0.0.3 | Author(s) | Bastien Montagne (aka mont29) |
Blender | 2.5.6 | License | GPL |
Category | Sequencer | Distribution | Extern |
File name | ? |
---|---|
Current version download | Media:PyExt_select_sequence_strips_by_type.tar.bz2 |
Warning | beta |
---|---|
Links | My talk page… |
Change Log
0.0.1
Initial release.
0.0.2
Updates to follow Blender API:
- bl_addon_info renamed in bl_info!
- adding bpy.utils.(un)register_module calls.
Also, in standard import, using “from . import …” now.
0.0.3
Now using an EnumProperty to set which types to (de)select. A little bit more verbose, but much less hackish than the previous string technique… Nothing changes from the user point of view, though.
Renamed the addon in “Sequencer Select Strips By Type”.
See Also
- The Manual page.