mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This add-on extends the functionality of Blender. It allows to draw 3D objects ans scenes in a purely visual way, using the graph-like interface, without the knowledge of any programming languages. graphics/blender is modified, blender/Makefile.versions with the versions is created for easy inclusion into the add-on ports. Submitted by: myself Approved by: tcberner (mentor), FreeBSD@Shaneware.biz (maintainer of graphics/blender) Differential Revision: https://reviews.freebsd.org/D13721
19 lines
771 B
Text
19 lines
771 B
Text
Sverchok is a parametric tool for architects and designers. You can use it to
|
|
program objects' shapes without knowing any programming languages.
|
|
|
|
It is an add-on for Blender.
|
|
|
|
Sverchok IS a parametric tool that relies on easy-to-use visual node-based
|
|
design to create low-level data structures.
|
|
|
|
Sverchok IS NOT an all-in-one tool. It does not have lighting and the rest
|
|
of Blender's toolbox.
|
|
|
|
It implements the approach of MATH + MESH + SPLINES + NURBS. It lets you operate
|
|
with digits and math with high level language to manipulate nodes visually.
|
|
|
|
Sverchok has been inspired by Grasshopper from Rhino 3D and uses a similar
|
|
node-based visual programming principle. We are trying to bring this feature set
|
|
to Blender users.
|
|
|
|
WWW: http://nikitron.cc.ua/sverchok_en.html
|