Thank you I have watched this before but when I really want to build my own customized packages I decide to use my own logo and I’ve succeed following your step.It's more obvious to distinguish my nodes from others when searching.
@AussieBIMGuru Жыл бұрын
Nice work! Glad to hear it helped distinguish your own package.
@petsandpaws8906 Жыл бұрын
These videos are so helpful, i cant even explain. I feel there is too little recognition with only 48 likes out of 2,1K views. Thats rediculous guys.. You cant tell me you all knew how to do this beforehand. As usual Gavin, great video, thanks so much for the helpful videos.
@AussieBIMGuru Жыл бұрын
It's OK, I make the content of of genuine interest and passion so likes/views are a byproduct at best. Thanks for the kind words though, and I'm glad they were useful :)
@mpharamawyify3 жыл бұрын
Many thanks to you, I'm learning from you everyday thanks again and again
@AussieBIMGuru3 жыл бұрын
You're welcome!
@joeleearchitect3 жыл бұрын
Thank you. The instructions work. I added the icon to my package called LogicDynamic.
@AussieBIMGuru3 жыл бұрын
Awesome!
@immi854 жыл бұрын
Wow Can't wait for python series😄, currently I am learning python as my first programming language from KZbin, but no one teaching python for dynamo/Revit. Waiting for your videos 😃.
@AussieBIMGuru4 жыл бұрын
Looking forward to it also! There weren't too many easy to follow resources, although a copy do exist. I'll be kicking off in 2 weeks from today, in the meantime these might help: kzbin.info/www/bejne/aJaZpX6lm7CmidE kzbin.info/www/bejne/fYLElnytfrR8jtU I used these resources to learn also.
@thomassurface81952 жыл бұрын
tested with VS 2022 Community and works as expected
@AussieBIMGuru2 жыл бұрын
Thanks for confirming!
@premtalreja66492 жыл бұрын
Great Video, Thanks for Making
@AussieBIMGuru2 жыл бұрын
You're welcome! Hope the new custom package goes well Prem.
@premtalreja66492 жыл бұрын
@@AussieBIMGuru Yes, In this- some new collection for COBiedata, Navisworks and pointcloud/and some short scripts for daily mep workflow. Thanks again.
@makerbobdesigns3654 жыл бұрын
Have you published your nodes or package yet? I like your kick flip idea. Something we have seen you create quite a lot, and wished there was a node for that. Great work Gavin! Looking forward to learning along with you.
@AussieBIMGuru4 жыл бұрын
Thanks! I haven't published it officially yet, but I update a copy on my github from time to time. Not quite ready yet; want to add some more content to it before putting it on the package manager formally. github.com/aussieBIMguru/Crumple
@makerbobdesigns3654 жыл бұрын
Here is a Dynamo video suggestion: List a few ways to find new nodes or packages. Useful resources to make sure you don't have to recreate something that has already been done.
@AussieBIMGuru4 жыл бұрын
Good idea, my video next week on Monday touches on this moreorless!
@FinArt1193 ай бұрын
Thank you! Where can I find the additional text?
@AussieBIMGuru3 ай бұрын
@@FinArt119 it should be included on this page which was updated at the time: github.com/DynamoDS/Dynamo/wiki/Creating-Icons-for-Custom-Nodes
@TeunDeVries14 жыл бұрын
Thanks! I think I would not be able to this with only the Github text. After repairing a typing error in my image names it worked fine.
@AussieBIMGuru4 жыл бұрын
You're welcome! Enjoy your newly iconed package :)
@ivanloginov4 жыл бұрын
Hi, thanks a lot! Working for dyf but not dll. How about dll?
@AussieBIMGuru4 жыл бұрын
Not quite sure what you mean, the dll the workflow generates is what assigns the images. Maybe clarify in more detail what is/isn't working.
@ivanloginov4 жыл бұрын
@@AussieBIMGuru thank's for your reply. I created node in VisualStudio 2019 that from input string message return "Hello" + message. Built it (got ZeroTouch.dll) and placed ZeroTouch.dll to bin directory of my current package with the same name. In the pkg.json set "contains_binaries":true and "node_libraries":["ZeroTouch"]. And got dyf files with icon but ZeroTouch node without icon
@ivanloginov4 жыл бұрын
@@AussieBIMGuru Solved the problem with this instruction github.com/DynamoDS/Dynamo/wiki/Add-Icons-for-a-Zero-Touch-Assembly-or-NodeModel-assembly
@AussieBIMGuru4 жыл бұрын
@@ivanloginov ah yes I was about to send that link then noticed you found it. Nice work!
@mygamingchannel234 жыл бұрын
Hi gavin, I followed your videos but why it seem I encounter some error? Error denotes: C:\Users\FQZ\Source\Repos\IconTesting\IconTesting\IconTesting.csproj : error : The project file could not be loaded. The 'Target' start tag on line 53 position 5 does not match the end tag of 'GetReferenceAssembliesPaths'. Line 56, position 5. C:\Users\FQZ\Source\Repos\IconTesting\IconTesting\IconTesting.csproj Any help on these very much appreciated. Thanks in advance.
@AussieBIMGuru4 жыл бұрын
Hrm can't say I know enough about C# to tackle this error... make sure; - you are using visual studio 2019 (latest) - you are using net framework 2.0 - resx resources are embedded - you copy the text block from the github itself into csproj, make sure to match indentation Also look specifically at line 53/56 - it looks like there is an open statement here ( maybe?). Double check it all sits at the same indent here.
@FinArt1193 ай бұрын
You opened with "
@marv.innovations8023 жыл бұрын
How do you point your Visual Studio to Dynamo API? Whats the Dynamo api dll file called?
@AussieBIMGuru3 жыл бұрын
I think it should work like this; stackoverflow.com/questions/2119539/how-do-i-set-the-path-to-a-dll-file-in-visual-studio Pretty much all the dynamo related dll files are in the install directory for dynamo itself. Search for my video on boilerplates in dynamo python, i cover most of them there.
@AMMEDRIVEROSYUPANQUI Жыл бұрын
Good day. Could you share the "Addition.txt" file with us? thank you
@AussieBIMGuru Жыл бұрын
This extra text can be found over on the wiki shown in the video, it was added by me after recording this video.
@abderrahmanerida4624 жыл бұрын
Where is the github you posted the solution in please.
HI Gavin, I seem to have some problem with my build. I followed all instructions from the video, I also followed the instructions from the GitHub page - github.com/DynamoDS/Dynamo/wiki/Creating-Icons-for-Custom-Nodes somehow the icons on my nodes are not seen, its still showing the default dynamo icons. I can share my repo if needed. If you can please check it and let me know where I am going wrong, it will be of great help. Regards
@AussieBIMGuru4 жыл бұрын
I've found this workflow doesn't always seem to work consistently - usually the problem is how Visual Studio is set up. Make sure you have the latest SDK set up and are using VS2019 or higher. I'm not actually that experienced with C#, so this is really the only thing I recall having to do - I've since uninstalled it as it was causing some conflicts on my computer. It might be worth going to Dynamo forums if issues persist even after you've checked these things, as I want the Dynamo team to take some ownership over this process from a bug fixing perspective given they are more experienced with C# and development issues.