Fix misc. typos, whitespace, and http:// to https:// issues
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user