Changeset View
Changeset View
Standalone View
Standalone View
sequencer_kinoraw_tools/audio_tools.py
| Context not available. | |||||
| bl_idname = "sequencer.external_audio_reload" | bl_idname = "sequencer.external_audio_reload" | ||||
| bl_label = "Reload External audio" | bl_label = "Reload External audio" | ||||
| bl_description = ("Reload external audio synced to selected movie strip " | bl_description = ("Reload external audio synced to selected movie strip " | ||||
| "acording to info from a text file") | "according to info from a text file") | ||||
| @staticmethod | @staticmethod | ||||
| def has_sequencer(context): | def has_sequencer(context): | ||||
| Context not available. | |||||