Skip to content

Commit

Permalink
First set the 0 input
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Sep 5, 2012
1 parent 43f507a commit 520013b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def create_camera_at_and_shader(selected_camera, at_frame, link_to_original = Fa
project3d["xpos"].setValue( hold["xpos"].getValue())
project3d["ypos"].setValue( hold["ypos"].getValue() + 32)

project3d.setInput(1, cam)
project3d.setInput(0, hold)
project3d.setInput(1, cam)

def create_projection_alley(sel_cam, frame_numbers, apply_crop, link_cameras):
"""
Expand Down

0 comments on commit 520013b

Please sign in to comment.