Skip to content
Snippets Groups Projects
Commit 4fabb681 authored by Andrew Maclean's avatar Andrew Maclean
Browse files

Merge branch 'Fix_Python_Snippet' into 'master'

Removing the >

See merge request !115
parents 687ebd5b 8a4126ba
No related branches found
No related tags found
1 merge request!115Removing the >
......@@ -17,7 +17,7 @@ def CameraModifiedCallback(caller, event):
"""
print(caller.GetClassName(), "modified")
# Print the interesting stuff.
res = f'\tcamera = renderer.>GetActiveCamera()\n'
res = f'\tcamera = renderer.GetActiveCamera()\n'
res += f'\tcamera.SetPosition({", ".join(map("{0:0.6f}".format, caller.GetPosition()))})\n'
res += f'\tcamera.SetFocalPoint({", ".join(map("{0:0.6f}".format, caller.GetFocalPoint()))})\n'
res += f'\tcamera.SetViewUp({", ".join(map("{0:0.6f}".format, caller.GetViewUp()))})\n'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment