Sverchok experiments

2»

Comments

  • edited February 2021

    @nikitron
    I was checking the link and I found than is more like a comparison between python and octave
    https://forum.freecadweb.org/viewtopic.php?p=471831#p471831
    ... In the link was suggested use oct2py but not luck because look like need an update

    What I wish try is connect an Octave Variable to a node or python script, like this:


    (OctaveFile.m)

    a = 30

    b = 35

    c = a + b

    d = 'value from python script or node'


    (PythonScript.py or node)

    d = c * 2


    I wish use octave because is a lot more easy do operations without install dependencies, and if this integrated to nodes like pyflow, sverchok or dynamo for freecad, then we could advance a step to AI because Octave is related.

  • https://github.com/mlyundin/Machine-Learning
    hm. there is some interesting stuff rewrited octave in python
    we have ntework udp node, but it needs to be upgraded to handle any other types as tcp w/o lost packages.
    If to update node tree with dependencies. Maybe there is other way. You can start issue on github sverchok page and maybe someone will handle.

    bitacovirdimitar
  • Concrete piles and caps with Sverchok

    JesusbillMoultnikitronbasweindimitar
  • edited April 2022

    long time
    basically here https://t.me/sverchok3d
    Many examples added:
    svg truss joints
    svg drawing example
    truss joints
    truss joints
    freecad
    freecad import
    open3d
    open3d example
    origami
    origami example
    fields
    vector fields example
    archicad
    archicad import example
    gcode
    gcode example
    puzzles
    puzzles example

    JanFlukasbrunopostlebruno_perdigaobitacovirdimitar
  • Hello there, long time...
    DXF exporter in form of scripted node light added today, please, test.
    Here is SNL code
    TG channel - watch discussions



    theoryshawdimitarBedsonAceOwura_quIonut_BimStudiobitacovirvictorklixto
  • Dxf export example now inside "utils" templates for SNL node (scripted nodes section of nodes menu). And dependency ezdxf in properties to install with one button. Remember to run blender as administrator in windows to pip install external Python libreries

    bitacovir
  • edited December 2023

    Hi @nikitron (I hope you are the person to ask) I decided as a Christmas treat to try Sverchok, it looks very interesting. Unfortunately, I had a problem installing...
    I'm using Blender 4.0.2 with BBIM Addon v0.0231219 on a Win10 desktop
    Any help will be most appreciated

  • @Nigel said:
    Hi @nikitron (I hope you are the person to ask) I decided as a Christmas treat to try Sverchok, it looks very interesting. Unfortunately, I had a problem installing...
    I'm using Blender 4.0.2 with BBIM Addon v0.0231219 on a Win10 desktop
    Any help will be most appreciated

    Hello!
    May I sugest using Blender 3.x with Sverchok until Nikitron answers. I didn't have any luck with Blender4.x and Sverchok either.

    Nigel
  • @Nigel said:
    Hi @nikitron (I hope you are the person to ask) I decided as a Christmas treat to try Sverchok, it looks very interesting. Unfortunately, I had a problem installing...
    I'm using Blender 4.0.2 with BBIM Addon v0.0231219 on a Win10 desktop
    Any help will be most appreciated

    Hi! There are probably errors in system console you can check.

    Nigel
  • @Nigel said:
    Hi @nikitron (I hope you are the person to ask) I decided as a Christmas treat to try Sverchok, it looks very interesting. Unfortunately, I had a problem installing...
    I'm using Blender 4.0.2 with BBIM Addon v0.0231219 on a Win10 desktop
    Any help will be most appreciated

    Same problem for me too.
    Disable BlenderBIM and restart blender. Enable Sverchok and then enable BlenderBIM later, this's works for me.
    I'm using Blender 4.0.2 with BBIM Addon v0.0231104 on a Win11 desktop

    Nigel
  • @chakkree Hi, I tried your suggestion but no luck for me. I wonder if future updates will make this easier :)

  • edited January 3

    Blender 4.0 not supported yet for viewers, only bmesh viewer works.
    https://github.com/nortikin/sverchok/pull/4983

    Andrej730
  • edited January 3
Sign In or Register to comment.