Fix misc. typos, whitespace, and http:// to https:// issues

This commit is contained in:
luz.paz
2019-08-27 08:37:36 -04:00
committed by Yorik van Havre
parent d799a1c4c7
commit 7af7c10cf1
13 changed files with 21 additions and 23 deletions

View File

@@ -723,7 +723,7 @@ def getCoinSVG(cutplane,objs,cameradata=None,linewidth=0.2,singleface=False,face
vz = cutplane.Placement.Rotation.multVec(FreeCAD.Vector(0,0,1))
rot = FreeCAD.Rotation(vx,vy,vz,"ZXY")
v.setCameraOrientation(rot.Q)
# this is needed to set correct focal depth, otherwise saving doesnt work properly
# this is needed to set correct focal depth, otherwise saving doesn't work properly
v.fitAll()
# save view

View File

@@ -1,7 +1,6 @@
# ***************************************************************************
# * *
# * Copyright (c) 2014 *
# * Yorik van Havre <yorik@uncreated.net> *
# * Copyright (c) 2014 Yorik van Havre <yorik@uncreated.net> *
# * *
# * This program is free software; you can redistribute it and/or modify *
# * it under the terms of the GNU Lesser General Public License (LGPL) *
@@ -25,7 +24,7 @@ from __future__ import print_function
__title__ = "FreeCAD IFC export"
__author__ = "Yorik van Havre","Jonathan Wiedemann","Bernd Hahnebach"
__url__ = "http://www.freecadweb.org"
__url__ = "https://www.freecadweb.org"
import six
import os