update poll log
This commit is contained in:
@@ -413,8 +413,8 @@ class VSETB_OT_open_strip_folder(Operator):
|
||||
cls.poll_message_set('No active')
|
||||
return
|
||||
|
||||
if not any(p in get_channel_name(strip) for p in ('Shots', 'Sequences', 'Movie', 'Video', 'Audio', 'Sound')):
|
||||
cls.poll_message_set('Only for Shots, Sequences, Movie and Audio strips')
|
||||
if not any(p in get_channel_name(strip) for p in ('Movie', 'Video', 'Audio', 'Sound')):
|
||||
cls.poll_message_set('No active Movie or Audio strip')
|
||||
return
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user