Open andydandy74 opened 8 years ago
+1
+1. Apart from standards consistency in a practice environment, it would also help get new users up and running quicker. We already have Grasshopper templates for example, so we'd be looking to align them. Is this being worked on @Racel ?
@radumg - Not exactly. This particular feature is not in our short term roadmap, but we may be able to address the "reason" for this wish in a different way in the next implementation of Dynamo that we are working on.
@andydandy74 @radumg @eibre - what kind of things are you looking to add to this template and what do you want to accomplish by using this template? Do you want to make sure that all inputs are colored or grouped a certain way? Do you want to ensure names of nodes are consistent?
@Racel - Our template contains a basic graph layout that illustrates all the rules of our style guide. The goal is for every graph to adhere to those rules so that users will find it easier to interact with the graphs (e.g. group colours based on functionality, positions of input and output elements, documentation style etc.).
@Racel , yes to your questions above (colouring, grouping) and i'll second what @andydandy74 said above. To illustrate, here's a few examples.
This one is by Mark (now DesignTech.io) and as close as it gets to what we use at the office. source : http://designtech.io/tools/door-renumbering/
Another great example is the post by White Arkitekten. The standard they shared is very popular and I myself used it at a previous practice. source : http://dynamobim.org/dynamo-graphic-standards-at-white-arkitekter-ab/
Thanks @andydandy74 and @radumg - That is helpful....
So, all we need is the following:
After talking with @mjkkirschner - This seems pretty straight forward. Will file a task for this and we will figure out how to get it in after 1.3.
Perhaps the easiest soluton would be to have it in DynamoSettings.xml only:
what @andydandy74 said ๐
Thanks @andydandy74 and @radumg - That makes this a bit easier.
Also, Python editor template would be nice...:-) just saying what these guys are saying. https://github.com/DynamoDS/Dynamo/issues/7604
@Racel can you please comment on these enhancement requests? @Dewb @kronz FYI
@smangarole FYI, Python editor template is awaiting team feedback in PR DynamoDS/Dynamo#8034 and I can then finish implementing it. Also planning to add DYN template support after that using similar mechanisms.
@radumg Thanks for the reply. We have your PR in review/testing. Will send you an update once it's merged. Thanks again for the PR.
Thanks @smangarole - that PR will be changing tonight as i incorporate feedback, will give you a mention there when it's done.
@smangarole , please check out PR DynamoDS/Dynamo#8122 for the updated version of the PR. cheers!
Any updates to DYN template ?? i dont see it implemented in 2.0.1
Hey @ondejcik , made a prototype of this back in Feb for the extensions workshop but unfortunately I havenโt had time to finish it since then ๐ Might try and pick it up soon ๐ but canโt promise anything ๐
FYI: You can try out the DynaMonito view extension. It adds template capability to Dynamo. https://github.com/andydandy74/Monito/releases
Hello all, is this function standard yet ?
Hey @ondejcik , made a prototype of this back in Feb for the extensions workshop but unfortunately I havenโt had time to finish it since then ๐ Might try and pick it up soon ๐ but canโt promise anything ๐
It seems like it was pretty close, any updates on that ?
Hey @ondejcik , made a prototype of this back in Feb for the extensions workshop but unfortunately I havenโt had time to finish it since then ๐ Might try and pick it up soon ๐ but canโt promise anything ๐
It seems like it was pretty close, any updates on that ?
Hi @SpaceArchitecture - We currently have support for a Python template, but not yet a "Dynamo Template" upon start. Dynamo 2.17 (Our latest release) does however have the Insert Graph feature that you can use to insert a template should you wish.
It would be great if we could specify a *.dyn template file that is opened each time a user creates a new workflow. This would help a lot with maintaining graph annotation standards across a multi-user environment.