-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* ALS-5190 Dynamo: Render Precision setting is not remembered * Set correct path to ProtoGeometry lib * Return comment removed by accident * Add missing line * Add new interface * Copy Background Preview test * Creating RenderPrecision test * Updated RenderPrecision test * Removed inheritance I was testing * Added RenderPackageFactoryViewModel constructor * Updated constructor * Add TODO * Add test that loads settings file that does not contain RenderPrecision * Added const fro DefaultRenderPrecision * Added jira task
- Loading branch information
1 parent
655b116
commit 9a77032
Showing
7 changed files
with
153 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<?xml version="1.0"?> | ||
- | ||
<PreferenceSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<IsFirstRun> | ||
true | ||
</IsFirstRun> | ||
<IsUsageReportingApproved> | ||
false | ||
</IsUsageReportingApproved> | ||
<IsAnalyticsReportingApproved> | ||
false | ||
</IsAnalyticsReportingApproved> | ||
<LibraryWidth> | ||
304 | ||
</LibraryWidth> | ||
<ConsoleHeight> | ||
0 | ||
</ConsoleHeight> | ||
<ShowPreviewBubbles> | ||
true | ||
</ShowPreviewBubbles> | ||
<ShowConnector> | ||
true | ||
</ShowConnector> | ||
<ConnectorType> | ||
BEZIER | ||
</ConnectorType> | ||
<BackgroundPreviews /> | ||
<IsBackgroundGridVisible> | ||
true | ||
</IsBackgroundGridVisible> | ||
<ShowEdges> | ||
false | ||
</ShowEdges> | ||
<ShowDetailedLayout> | ||
true | ||
</ShowDetailedLayout> | ||
<WindowX> | ||
0 | ||
</WindowX> | ||
<WindowY> | ||
0 | ||
</WindowY> | ||
<WindowW> | ||
1024 | ||
</WindowW> | ||
<WindowH> | ||
768 | ||
</WindowH> | ||
<UseHardwareAcceleration> | ||
true | ||
</UseHardwareAcceleration> | ||
<NumberFormat> | ||
f3 | ||
</NumberFormat> | ||
<MaxNumRecentFiles> | ||
10 | ||
</MaxNumRecentFiles> | ||
<RecentFiles /> | ||
<BackupFiles /> | ||
<CustomPackageFolders /> | ||
<PackageDirectoriesToUninstall /> | ||
<PythonTemplateFilePath /> | ||
<BackupInterval> | ||
60000 | ||
</BackupInterval> | ||
<BackupFilesCount> | ||
1 | ||
</BackupFilesCount> | ||
<PackageDownloadTouAccepted> | ||
false | ||
</PackageDownloadTouAccepted> | ||
<OpenFileInManualExecutionMode> | ||
false | ||
</OpenFileInManualExecutionMode> | ||
</PreferenceSettings> |