FreeCAD Nodes (renamed from fc_nodes)

Show off your FreeCAD projects here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
bleber
Posts: 259
Joined: Thu Jun 30, 2016 5:12 pm

Re: FreeCAD Nodes (fc_nodes)

Post by bleber »

Thank-you j8sr0230 for your help.
I prefer to wait to your integrated solution to test everything.
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (fc_nodes)

Post by j8sr0230 »

Good news!

FreeCAD Nodes is now available via the Addon Manager (Tools → Addon Manager) for FreeCAD >= 0.21 :D. Since FreeCAD Nodes is
not yet an official FreeCAD Workbench, you previously have to add the FreeCAD Nodes Git repository as custom repository
(Edit → Settings → Addon Manager → Custom Repositories). To do this, simply paste the following data into the
corresponding dialog fields (see figure).

Repository URL:

Code: Select all

https://github.com/j8sr0230/fc_nodes
Branch name:

Code: Select all

main
FreeCAD Nodes costum repository
FreeCAD Nodes costum repository
fcn_installation.png (83.09 KiB) Viewed 9962 times
Now it seems it's time for some tutorials ... :D
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
ragohix769
Posts: 565
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: FreeCAD Nodes (fc_nodes)

Post by ragohix769 »

Image

Simply Awesome!

I'll test it!
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
User avatar
MisterMaker
Posts: 740
Joined: Mon Sep 21, 2020 7:41 am

Re: FreeCAD Nodes (fc_nodes)

Post by MisterMaker »

Got it working!
Image
Had to install python and then pip and then add python script directory to the search paths in windows.
After that Freecad said it was missing the python modules and installed it automatically!
I alsi did a manual install true pip because I thought I had to do it by hand but that didn't work! The auto install process was great! Only need to tell users to install python and add it too the search paths in Windows!
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (fc_nodes)

Post by j8sr0230 »

Hello friends,
I have good news. FreeCAD Nodes is now an official external workbench, as you can see in the images below :D. This means that you no longer need to set my repo as a costum repository in the addon manager.
nodes_workbench
nodes_workbench
nodes_wb.png (595.48 KiB) Viewed 9777 times
I have tested the installation with a fresh FreeCAD 0.21 without any problems.

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.30716 (Git)
Build type: Release
Branch: master
Hash: cbd19631428f1d9eb4faae30220551608a648589
Python 3.10.6, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * Nodes 0.1.0
However, make sure that you start FreeCAD as administrator at least for the installation, so that FreeCAD has the necessary permissions to install the dependencies automatically. The best thing is that now you only need to update my workbench via the addon manager to get my latest nodes and updates. As already promised, tutorials on procedural modeling will follow soon (maybe on youtube :shock:).

See you soon,
your j8sr0230
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (fc_nodes)

Post by j8sr0230 »

Before I forget: I renamed my repository for consistency in workbench naming. You can follow or contribute to the development at the following link: https://github.com/j8sr0230/Nodes
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (fc_nodes)

Post by j8sr0230 »

Hi Friends,
with the latest update, the first nodes for shape evaluation (i. e. solid, faces, edges and vertexes) and instantiation are now available :D .
Discretize wires
Discretize wires
2022-11-04_Discretize_Node.PNG (240.89 KiB) Viewed 9240 times
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by Kunda1 »

Mod note: updated thread title to reflect the name change of the workbench
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
j8sr0230
Posts: 140
Joined: Thu Apr 07, 2022 8:59 am
Location: Chemnitz
Contact:

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by j8sr0230 »

@Kunda1 Thank you! Can one actually adjust the title oneself?
Codelink on GitHub: https://github.com/j8sr0230/codelink
Codelink on PiPy: https://pypi.org/project/codelink/
FreeCAD Nodes Workbench on GitHub: https://github.com/j8sr0230/Nodes
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: FreeCAD Nodes (renamed from fc_nodes)

Post by Kunda1 »

j8sr0230 wrote: Fri Nov 04, 2022 1:47 pm @Kunda1 Thank you! Can one actually adjust the title oneself?
Yes, to do this: alter the title of the first post of this thread
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply