Blender Sverchok FCStd read and write nodes

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
Rastart
Posts: 3
Joined: Tue Mar 30, 2021 6:33 pm

Blender Sverchok FCStd read and write nodes

Post by Rastart »

Hello everyone!
First of all I thank the whole freecad community for their contribution to this great software!

I'm Rastart, I just would to share with you a little experiment I'm doing about a blender/freecad real time workflow.
This is done using Sverchok addon inside blender.

HERE THE NODES YOU CAN FIND UNDER 'EXCHANGE' CATEGORY IN SVERCHOK MENU
- FCStd read - import parts from single or multiple freecad project files
- FCStd read Sketches - import Sketches from single or multiple freecad project files
- FCStd write- write solid or mesh parts in a single freecad project file
- FCStd Spreadsheet - read/write parameter from a freecad spreadsheet
- Approximate Subd to Nurbs - convert an obj (with subd modifier min 2level) to NURBS[/list]

PROJECT PAGE (with a little description of the tools in the first post)
https://github.com/nortikin/sverchok/pull/3674

GIT REPO
https://github.com/rastart/sverchok

If anyone is interested you are welcome to give some feedback, bugreports or just testing the nodes.
About coding any help would be also great since I'm not expert about FreeCAD python api.
I just added the Subd to NURBS node but it need to be refined and improved especially as regards the sorting algorithm.
I'm using blender 2.93+ and Freecad 0.19 built with conda - python 3.92.
jar_sv_fcad_workflow.png
jar_sv_fcad_workflow.png (629.31 KiB) Viewed 2912 times
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Blender Sverchok FCStd read and write nodes

Post by Kunda1 »

Rastart wrote: Fri Aug 20, 2021 11:28 am I'm Rastart, I just would to share with you a little experiment I'm doing about a blender/freecad real time workflow.
This is done using Sverchok addon inside blender.
Discussion continues in https://forum.freecadweb.org/viewtopic.php?f=8&t=67728
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