Skip to content

Tools Overview

Andreas Dieckmann edited this page Nov 28, 2018 · 7 revisions

Find and Fix Ungrouped

  • Identifies all nodes and text notes that are not part of a group.
  • The Fix Groupings button will assign all elements that overlap with a group to that group.

Isolate in Geometry Preview

  • Provides buttons for quickly isolating nodes in geometry preview and resetting the geometry preview

Manage Dynamo Player Inputs

(In Dynamo 2.x: Manage Dynamo Player Inputs and Outputs)

  • Provides a quick overview of all the nodes in the current workspace that are configured as Dynamo Player inputs (2.x: and outputs)
  • Buttons for assigning and resetting Dynamo Player inputs (2.x: and outputs)

My Graphs

  • Provides quick access to any *.dyn files stored in any of your graph directories (or subdirectories).
  • Directory paths are defined in the config file.

New Workspace from Template

  • Use any *.dyn file as a template for new graphs.
  • Collect all template files in one directory.
  • The template directory path is defined in the config file.

Package Directories

  • Provides quick access to the package directories set in Dynamo's settings file.

Search in Workspace

  • A tool that allows searching for nodes, text notes and groups in the current workspace.
  • Define the search scope to get more precise results.

Unfancify

(Developed for the AU2018 Computational BIM Developer Workshop)
A tool that strips a given graph to its bare necessities:

  • Ungroups all unwanted groups
  • Deletes all unwanted text notes
  • Deletes downstream Watch nodes
  • Disables geometry preview
  • Performs node-to-code on entire graph
  • Performs auto layout on entire graph
  • Disables preview bubbles (Dynamo 1.3.x only)
  • Allows batch-processing of graphs