Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created February 25, 2020 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeffii/d843b985b0db97af56dfa9c30cd54712 to your computer and use it in GitHub Desktop.
Save zeffii/d843b985b0db97af56dfa9c30cd54712 to your computer and use it in GitHub Desktop.
zen of sverchok
Zen of Sverchok
You can avoid Object In node, mostly - not always.
Think in terms of causes, symptoms resolve automatically.
If you think it can be done simpler, it probably can. start!
Framing and annotating is as important as good variable names.
Use GText and Note nodes to guide future readers, mostly you.
Read the source-code for your favourites nodes.
Read the source-code for all nodes.
Most nodes do not have complicated code.
Share your Sverchok .blends
Bugs are rare, but inevitable.
Suggestions are welcome, even seemingly obvious ones.
Use the issue-tracker to file bug reports, include a .blend.
Struggle a little longer before asking the next question. This increases your capacity to solve problems.
It’s OK to battle a day or two ..or longer.. with some concepts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment