Skip to content

Commit

Permalink
Rectify the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Sep 5, 2012
1 parent 2ba7f5b commit 109b6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def create_camera_at(selected_camera, at_frame, link_to_original = False):
The freeze frame is controlled with a separated knob and can be animated for timewarp effects.
Frozen camera will be returned. If link_to_original is set to True the camera will be linked to
the original camera and can therefore be timewarped with the created "at" knob. However it's
oftentimes better to just create a camera that is not linked to not pollute the DAG with extra connections
oftentimes better to just create a camera that is not linked to not pollute the DAG with extra connections,
so that's what we do by default
"""
if not ensure_camera_selected(selected_camera):
return
Expand Down

0 comments on commit 109b6c8

Please sign in to comment.