update poll log
This commit is contained in:
@@ -449,8 +449,8 @@ class VSETB_OT_open_shot_on_tracker(Operator):
|
||||
|
||||
@classmethod
|
||||
def poll(cls, context):
|
||||
if not context.active_sequence_strip:
|
||||
cls.poll_message_set('No active')
|
||||
if not get_strips(channel='Shots', selected_only=True):
|
||||
cls.poll_message_set('No active Shots strip')
|
||||
return
|
||||
|
||||
prefs = get_addon_prefs()
|
||||
|
||||
Reference in New Issue
Block a user