Is there a way to save Input settings for a .dyn without doing a save as. For example, I have script that will build a tower that has settings for length/width/height/rotation/column count/column family. Maybe I want to have a default, make changes, then quickly reset to defaults. Or perhaps I have several contenders of configurations I like and would like to quickly recall them.
No but I LOVE the idea. Seems it would need a view extension to manage the inputs and values thereof. Can you submit a ‘wishlist’ issue on the Dynamo GitHub so we can get product team’s eyes on it?
Agreed, great idea.
If you’re looking for a way to do this currently, you do have some options with dictionaries and the custom input node. A default setting is pretty easy with a condition for override values. You may already have a workaround, but if you don’t, drop a screenshot of what you’re working with and I’m sure we can get something figured out.