Skip to content

Commit

Permalink
rotateviewabsolute small mods
Browse files Browse the repository at this point in the history
  • Loading branch information
microelly2 committed Jul 6, 2015
1 parent 6c5a81f commit d66a801
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FCRotateViewAbsolute.FCMacro
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from FreeCAD import Base
import FreeCADGui as Gui


from math import cos,sin,pi

Expand Down Expand Up @@ -79,8 +81,8 @@ class Form(QDialog):
pos3=FreeCAD.Vector(0,0,0)
pos3.sub(campos)

if False:
camera.pointAt(coin.SbVec3f(pos3),coin.SbVec3f(0,0,1))
#if False:
camera.pointAt(coin.SbVec3f(pos3),coin.SbVec3f(0,0,1))

App.ActiveDocument.recompute()
FreeCADGui.updateGui()
Expand Down

0 comments on commit d66a801

Please sign in to comment.