src/configurationoptions.txt

Thu, 20 Jun 2019 08:54:35 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Thu, 20 Jun 2019 08:54:35 +0300
changeset 1440
265b2e95a8e8
parent 1432
4cc687851fbb
child 1437
1a77c6156db7
permissions
-rw-r--r--

uuid things

#
# LDForge configuration option definitions
#
# Syntax:
#    option OptionName = value
#    option OptionName = type {value}
#    # comment
#

# Editing options
option Grid = 1
option GridCoarseCoordinateSnap = 5.0
option GridCoarseAngleSnap = 45.0
option GridCoarseBezierCurveSegments = 8
option GridMediumCoordinateSnap = 1.0
option GridMediumAngleSnap = 22.5
option GridMediumBezierCurveSegments = 16
option GridFineCoordinateSnap = 0.1
option GridFineAngleSnap = 7.5
option GridFineBezierCurveSegments = 32
option PolarGrid = false
option RotationPointType = 0
option CustomRotationPoint = Vertex {}
option ColorizeObjectsList = true
option QuickColorToolbar = QVector<LDColor> {defaultColorToolbar}
option ListImplicitFiles = false
option RecentFiles = QStringList {}
option TryDownloadMissingFiles = false
option DefaultName = ""
option DefaultUser = ""
option UseCaLicense = true
option RoundPositionPrecision = 3
option RoundMatrixPrecision = 4
option SplitLinesSegments = 5

# External program options
option IsecalcPath = ""
option IntersectorPath = ""
option CovererPath = ""
option RectifierPath = ""
option YtruderPath = ""
option Edger2Path = ""
option IsecalcUsesWine = false
option IntersectorUsesWine = false
option CovererUsesWine = false
option YtruderUsesWine = false
option RectifierUsesWine = false
option Edger2UsesWine = false

# Rendering options
option BackgroundColor = QColor {"#FFFFFF"}
option MainColor = QColor {"#A0A0A0"}
option MainColorAlpha = 1.0
option SelectColorBlend = "#0080FF"
option LineThickness = 2
option BfcRedGreenView = false
option Camera = 6
option BlackEdges = false
option DrawAxes = false
option DrawWireframe = false
option UseLogoStuds = false
option AntiAliasedLines = true
option RandomColors = false
option HighlightObjectBelowCursor = true
option DrawSurfaces = true
option DrawEdgeLines = true
option DrawConditionalLines = true
option Lighting = true
option DrawLineLengths = true
option DrawAngles = false
option MainWindowState = QByteArray {}
option MainWindowGeometry = QByteArray {}
option MainSplitterState = QByteArray {}
option UseLineStipple = true

# File management options
option Libraries = QVector<Library> {}
option DownloadFilePath = ""
option GuessDownloadPaths = true
option AutoCloseDownloadDialog = true

# Other options
option FirstStart = true

mercurial