|
# What is difference between Sverchok and Geometry nodes?
|
|
## What is difference between Sverchok and Geometry nodes?
|
|
|
|
|
|
`Sverchok is specialised tool for architects including wide NURBS/spline/fields/solids nodes specific for CAM CAD and also BIM design. `
|
|
### Sverchok
|
|
`Also additionally extensions for insolation/topology/IFC etc. `
|
|
Sverchok is specialised tool for architects/designers including wide NURBS/spline/fields/solids nodes specific for CAD, CAM and also BIM design.
|
|
`Can output Gcode and SVG drawings to CNC workflow. `
|
|
Also additionally extensions for insolation/topology/IFC etc.
|
|
`Also teachable neuron node and genetic algorithm node. `
|
|
Can output Gcode and SVG drawings to CNC workflow.
|
|
`Specific list operations. `
|
|
Also teachable neuron node and genetic algorithm node.
|
|
`Pulga phisics. `
|
|
Specific list operations.
|
|
`Power nodes as waffle, generative art (fractals by rules), folding structures, profile parametric xml-like node. `
|
|
Pulga physics.
|
|
`CAD nodes. `
|
|
Power nodes as waffle, generative art (fractals by rules), folding structures, profile parametric xml-like node.
|
|
`Extended analyse mesh stuff. `
|
|
CAD nodes.
|
|
`Specific transform and spatial tools. `
|
|
Extended analyse mesh stuff.
|
|
***
|
|
Specific transform and spatial tools.
|
|
|
|
|
|
`Geometry nodes is modifier ATM. Node-based modifier. `
|
|
### Geometry Nodes
|
|
`It can be extended to Everything nodes if only blender core be refactored. `
|
|
Geometry nodes is modifier ATM. Node-based modifier.
|
|
`Aim of GN EN is modelling/animation/artistic stuff. `
|
|
It can be extended to Everything nodes if only blender core be refactored.
|
|
|
|
Aim of GN EN is modelling/animation/artistic stuff.
|
|
# I can't install dependencies on Windows
|
|
|
|
|
|
## I can't install dependencies on Windows
|
|
|
|
|
|
It can appear that the problem is in filesystem permissions. Try running Blender from an administrator account and install dependencies in this mode.
|
|
It can appear that the problem is in filesystem permissions. Try running Blender from an administrator account and install dependencies in this mode.
|
|
|
|
|
... | @@ -26,11 +27,11 @@ This archive was tested to be working with Blender versions since 2.90 to 2.93. |
... | @@ -26,11 +27,11 @@ This archive was tested to be working with Blender versions since 2.90 to 2.93. |
|
|
|
|
|
If you experience some problems with use of this Zip archive, please report them in a github issue.
|
|
If you experience some problems with use of this Zip archive, please report them in a github issue.
|
|
|
|
|
|
# I can't install dependencies on Linux, while using Blender installed from Snap
|
|
## I can't install dependencies on Linux, while using Blender installed from Snap
|
|
|
|
|
|
Snap creates readonly file system, so you can't put depencencies into it. The only way known to work reliably is to not use Blender from Snap for Sverchok, if you want to use depencencies. The recommended way is to just download Blender's `tar.xz` from blender.org and unpack it.
|
|
Snap creates readonly file system, so you can't put depencencies into it. The only way known to work reliably is to not use Blender from Snap for Sverchok, if you want to use depencencies. The recommended way is to just download Blender's `tar.xz` from blender.org and unpack it.
|
|
|
|
|
|
# Pip install says that the package is already installed, but Sverchok can't see it
|
|
## Pip install says that the package is already installed, but Sverchok can't see it
|
|
|
|
|
|
It can appear that you have the package installed into your system-wide or user-wide Python installation, for example into `~/.local/lib/python/...`. In this case Pip will see that the package is installed, but Sverchok will not be able to access it. Try to run
|
|
It can appear that you have the package installed into your system-wide or user-wide Python installation, for example into `~/.local/lib/python/...`. In this case Pip will see that the package is installed, but Sverchok will not be able to access it. Try to run
|
|
|
|
|
... | @@ -48,7 +49,7 @@ This time you should see that pip is actually installing package. |
... | @@ -48,7 +49,7 @@ This time you should see that pip is actually installing package. |
|
If you admit some kind of errors with pip, you can try:
|
|
If you admit some kind of errors with pip, you can try:
|
|
Wipe all versions of pip from `2.90\python\lib\site-packages` and then run `2.90\python\bin> ./python.exe -m ensurepip -U`
|
|
Wipe all versions of pip from `2.90\python\lib\site-packages` and then run `2.90\python\bin> ./python.exe -m ensurepip -U`
|
|
|
|
|
|
# Gentoo installation
|
|
## Gentoo installation
|
|
|
|
|
|
- [Installation on Gentoo-based systems](https://github.com/nortikin/sverchok/issues/3512)
|
|
- [Installation on Gentoo-based systems](https://github.com/nortikin/sverchok/issues/3512)
|
|
|
|
|
... | | ... | |