All Projects → portnov → sverchok-extra

portnov / sverchok-extra

Licence: GPL-3.0 license
Extra nodes for Sverchok

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to sverchok-extra

medieval-assets
A modular medieval game asset pack in Blender
Stars: ✭ 25 (-50.98%)
Mutual labels:  blender3d, blender
FireVR
Blender to JanusVR FireBoxHTML Exporter Addon (with IPFS support)
Stars: ✭ 25 (-50.98%)
Mutual labels:  blender3d, blender
PieMenusPlus
Pie Menus Plus is a complete Pie Menu ecosystem for Blender 2.8+
Stars: ✭ 26 (-49.02%)
Mutual labels:  blender3d, blender
VF-BlenderAutoSaveRender
Automatically saves a numbered or dated image after every render and can extend the Blender output path with dynamic variables
Stars: ✭ 34 (-33.33%)
Mutual labels:  blender3d, blender
S.T.A.R
Satellite Trajectory Animating & Rendering: Satellite Orbit Visualiser using Blender
Stars: ✭ 29 (-43.14%)
Mutual labels:  blender3d, blender
interactive-physics-editor
Simplifies the process of positioning multiple objects in 3D space with collision handling
Stars: ✭ 20 (-60.78%)
Mutual labels:  blender3d, blender
blender-mqo
Blender Add-on: Metasequoia File Importer/Exporter
Stars: ✭ 27 (-47.06%)
Mutual labels:  blender3d, blender
MindMapper
Blender Python - Node-based multi-line text and image flowchart
Stars: ✭ 58 (+13.73%)
Mutual labels:  blender3d, blender
gmic-blender
Official G'MIC plugin for Blender3D - pre-pre-alpha
Stars: ✭ 34 (-33.33%)
Mutual labels:  blender3d, blender
kaleidoscope
🍀 A small collection of creative nodes to generate color palette and store values for Blender
Stars: ✭ 99 (+94.12%)
Mutual labels:  blender3d, blender
glTF-Blender-IO-materials-variants
Blender3D addon for glTF KHR_materials_variants extension
Stars: ✭ 56 (+9.8%)
Mutual labels:  blender3d, blender
Blender-Add-on-Manager
Blender Add-on Manager to install/uninstall/update from GitHub
Stars: ✭ 130 (+154.9%)
Mutual labels:  blender3d, blender
NS-illustration-pack
Package of 3D low poly illustrations created in a Blender
Stars: ✭ 28 (-45.1%)
Mutual labels:  blender3d, blender
Jaks Blender Scripts
Various Python Scripts for Blender
Stars: ✭ 26 (-49.02%)
Mutual labels:  blender3d, blender
sintelgame
An open source adventure game created with Blender
Stars: ✭ 81 (+58.82%)
Mutual labels:  blender3d, blender
3dn-bip
A Python library for Blender addons. Blazingly fast preview loads in Blender. Images of arbitrary size. bpy.utils.previews drop-in replacement.
Stars: ✭ 41 (-19.61%)
Mutual labels:  blender3d, blender
m3addon
Blender Addon to import and export m3 files
Stars: ✭ 35 (-31.37%)
Mutual labels:  blender
vfxwindow
Python Qt Window class for compatibility between VFX programs
Stars: ✭ 80 (+56.86%)
Mutual labels:  blender
pribambase
Paint pixelart textures in real time in Blender with Aseprite.
Stars: ✭ 129 (+152.94%)
Mutual labels:  blender
blendmaxwell
Maxwell Render exporter for Blender
Stars: ✭ 23 (-54.9%)
Mutual labels:  blender

README

   _____                     __          __         ______     __            
  / ___/   _____  __________/ /_  ____  / /__      / ____/  __/ /__________ _
  \__ \ | / / _ \/ ___/ ___/ __ \/ __ \/ //_/_____/ __/ | |/_/ __/ ___/ __ `/
 ___/ / |/ /  __/ /  / /__/ / / / /_/ / ,< /_____/ /____>  </ /_/ /  / /_/ / 
/____/|___/\___/_/   \___/_/ /_/\____/_/|_|     /_____/_/|_|\__/_/   \__,_/
initialized.

This is an addon for Blender, which was desined to extend he Sverchok addon by features, that could not be included into Sverchok because it would add new dependencies and make installation of Sverchok core too complicated for most usages.

At the moment, all the most interesting and usable stuff is moved into Sverchok addon itself. Sverchok-Extra still contains some nodes that can be interesting in certain applications. Sverchok-Extra will continue to exist as a sandbox, or a nursery, for new Sverchok nodes. If you have an idea for a node, which is too complex to be a scripted node, but too young, or uses some new dependency, and you doubt it will be useful in Sverchok core in it's current state — put it into Sverchok-Extra.

NOTE: Sverchok-Extra contains nodes that are in early development stage; there are many things that can change in future. So, please do not depend on this addon in your production projects yet. But you can already test it and play with it.

The documentation is currently almost absent, partly because of amount of changes that might occur at any time at this stage of development.

Features

At the moment, this addon includes the following nodes for Sverchok:

  • Surface Extra category:
    • Smooth Bivariate Spline (uses SciPy)
    • Implicit Surface Solver / Wrap (no dependencies, experimental node)
    • Surface Curvature Lines (uses SciPy)
  • Field Extra category (please refer to the wiki page about used concept of the field):
    • Vector Field Lines on a Surface (uses SciPy)
  • Data category:
    • Spreadsheet
    • Data Item
  • Matrix Extra category:
    • Project Matrix on Plane
  • Solid Extra category:
    • Solid Waffle
  • Spatial Extra category:
    • Delanuay 3D on Surface
    • Delaunay Mesh - add vertices to existing mesh by use of Delaunay triangulation
  • SDF Primitives category (uses SDF):
    • SDF Box
    • SDF Cylinder
    • ..and many more
  • SDF Operations category (uses SDF):
    • SDF Translate
    • SDF Scale
    • SDF Rotate
    • SDF Orient
    • SDF General Transform
    • SDF Boolean
    • SDF Blend
    • SDF Linear Transition
    • SDF Radial Transition
    • SDF Dilate / Erode
    • SDF Shell
    • SDF Twist
    • SDF Linear Bend
    • SDF Slice
    • SDF Exrtude
    • SDF Extrude To
    • SDF Revolve
    • SDF Generate (specialized version of Marching Cubes)

There will be more.

Installation

At the moment, Sverchok-Extra does not have any specific dependencies, except for Sverchok and it's dependencies. Sverchok-Extra currently can use SciPy, which can be installed as a dependency for Sverchok. Please refer to Sverchok documentation about how to install dependencies.

After you installed all of dependencies you've decided to install, installation of Sverchok-Extra by itself is simple:

  • Download Sverchok-Extra zip archive from GitHub
  • In Blender, go to User Preferences > Addons > install from file > choose zip-archive > activate flag beside Sverchok-Extra.
  • Save preferences, if you want to enable the addon permanently.

LICENSE: GPL-3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].