Browse Source

Bug: Switch from Strips to Prompts

pull/97/head
tin2tin 11 months ago committed by GitHub
parent
commit
cc6c6b4456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      __init__.py

4
__init__.py

@ -1010,6 +1010,10 @@ def input_strips_updated(self, context):
): ):
scene.input_strips = "input_prompt" scene.input_strips = "input_prompt"
if scene.input_strips == "input_prompt":
bpy.types.Scene.movie_path = ""
bpy.types.Scene.image_path = ""
def output_strips_updated(self, context): def output_strips_updated(self, context):
preferences = context.preferences preferences = context.preferences

Loading…
Cancel
Save