mattmas / Metamorphosis

A tool for watching changes between Revit models, addin and Dynamo.
MIT License
77 stars 24 forks source link

Enhancement - comparison settings #13

Closed pete1352 closed 7 years ago

pete1352 commented 7 years ago

It would be great to be able to save out the categories selected for comparison between models so you could use the same custom setup on future runs.

mattmas commented 7 years ago

Agreed, I've been thinking about that as well? what do you think it should be called in the User Interface to make it understandable? "Previous Settings"? (it would have a drop-down box with a named list of previous settings, like "Model Only" "Drawing Only", etc) - and you could save more...

pete1352 commented 7 years ago

Comparison selection setup

Comparison configuration

Selection sets

Matt Petermann, LEED AP, CDT Digital Practice Manager, Associate Perkins+Will

From: Matt Mason [mailto:notifications@github.com] Sent: Friday, February 17, 2017 3:45 PM To: mattmas/Metamorphosis Metamorphosis@noreply.github.com Cc: Petermann, Matt Matthew.Petermann@perkinswill.com; Author author@noreply.github.com Subject: Re: [mattmas/Metamorphosis] Enhancement - comparison settings (#13)

Agreed, I've been thinking about that as well? what do you think it should be called in the User Interface to make it understandable? "Previous Settings"? (it would have a drop-down box with a named list of previous settings, like "Model Only" "Drawing Only", etc) - and you could save more...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/mattmas/Metamorphosis/issues/13#issuecomment-280775059, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AYoqViPZ2d5LRBWkU0oy9Jp3MWccEQOVks5rdhTpgaJpZM4MEYY0.

thazell commented 7 years ago

That is really a great idea. Would it live in an XML file or similar so it could be shared with other users? Example: once I come up with a typical setting that people would use in our office, I could update a file on their computer that would have "my preferred/recommended run settings?" Obviously they could overwrite with their own settings, but it might give a starting point. What about "Previously selected categories" for a specific name?

mattmas commented 7 years ago

Added a new Save dialog that lets you save your current category settings as a file. (settings files are stored in the %COMMONAPPDATA% or %USERAPPDATA%\Metamorphosis folder, depending on your permissions. Also added an entry to the regular setting.xml file if you wanted to make a particular setting name the default.

Version 1.0.7 posted.

thazell commented 7 years ago

Very Cool! Can't wait to try it out!