DynaStandard

I have released a new version of DynaStandard(V1.1.0) that now includes some additional features, bug fixes and a long awaited change for the Python Template selector.

New Additions:

  • The extension can now place a Custom Path onto the users dynamo to help easily manage that the users have the correct path(additional Config File Setting).

Note: The original idea for adding to the custom path was posted by @oliver.green for help(Dynamo API - Set User Packages Location)though i did submit a solution (Dynamo API - Set User Packages Location)

  • Added the ability to ReRun nodes if they have a prefix of “*ForceUpdate”, this can be done by extension or by allowing the extension to place some code into your graph(additional Config File Setting).

Modification:

  • Readme file has been updated.
  • I have modified the Python Template selector windows to be WPF instead of Forms, so they will look slightly different and better looking. Though the additional benefit is you can now leave the window open if you need to deselect or re-select more python nodes to apply a template to.

Previous:

New:
image

Bug Fixes:

  • If a user had a dot within there username it would bug out the template paths and in some cases stop them working.
  • Fixed a crash error if user decides to create a CustomNode while they had the Dynastandard run setter “on”.

Videos:
New Python Selector Windows: https://autode.sk/323nk7n
ForceReRun nodes and Custom Package adder: https://autode.sk/3i7Z75l

Dynamo SandBox Message:
image

Dynamo Hosted in Revit:
image

Dynamo Hosted in Civil 3D:
image

Note: The original Python code for ReRunning nodes was created by @john_pierson in the following post Force Run Python, though i have modified things and created a Civils 3d Version.

Where to get the update:
Same places as the first post(Dynamo Package website or Github Project page)

4 Likes