DynamoDS / DynamoWishlist

This is a repository for all wishlist items for Dynamo Core
https://github.com/orgs/DynamoDS/projects/3
Apache License 2.0
15 stars 3 forks source link

CodeBlock result preview: Show results of all valid lines of code #177

Open Thomas84 opened 4 years ago

Thomas84 commented 4 years ago

What improvement/feature would you like to see in Dynamo?

the result preview should show the results of all lines of code and not just the last line

Please provide any sketch/mock-up or video of your requested improvement/feature

image

Frank-Loftus commented 3 years ago

The ability to see all outputs of a code block in the preview is highly desirable!

I created a topic on the dynamo forum with a similar feature request: https://forum.dynamobim.com/t/feature-request-ability-to-preview-all-outputs-of-a-code-block/69689

Jacob Small suggested the best solution in my opinion:

"I think the way I visualized it was almost like the content of a dictionary… each output has a name now (pulled from the variable name), which could be serialized to the output value, using a OUTPUT[i] where not defined."

Frank-Loftus commented 3 years ago

Here is a markup of what it could look like:

Node Preview

Frank-Loftus commented 3 years ago

mzjensen on the Dynamo forum has also suggested the preview should show the corresponding line number for each output.