Fix T51978: Setup Tracking Scene after Motion Tracking fails the first time

This commit is contained in:
Sergey Sharybin 2017-07-07 09:36:25 +02:00
parent aaec4ed07d
commit d25ccf83ad
Notes: blender-bot 2023-02-14 06:49:51 +01:00
Referenced by issue #51978, Setup Tracking Scene after Motion Tracking fails the first time
1 changed files with 2 additions and 2 deletions

View File

@ -782,8 +782,8 @@ class CLIP_OT_setup_tracking_scene(Operator):
tree.links.new(mul_shadow.outputs["Image"], mul_image.inputs[2])
tree.links.new(rlayer_fg.outputs["Image"], vector_blur.inputs["Image"])
tree.links.new(rlayer_fg.outputs["Z"], vector_blur.inputs["Z"])
tree.links.new(rlayer_fg.outputs["Speed"], vector_blur.inputs["Speed"])
tree.links.new(rlayer_fg.outputs["Depth"], vector_blur.inputs["Z"])
tree.links.new(rlayer_fg.outputs["Vector"], vector_blur.inputs["Speed"])
tree.links.new(mul_image.outputs["Image"], alphaover.inputs[1])
tree.links.new(vector_blur.outputs["Image"], alphaover.inputs[2])