Skip to content

Commit

Permalink
Update sn_functor_b.rst
Browse files Browse the repository at this point in the history
2FA test...
  • Loading branch information
zeffii authored Aug 29, 2023
1 parent e0f300e commit 4c4bbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nodes/script/sn_functor_b.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SN Functor B
============

"ScriptNode Functor Version B" is an implementation of a script node, which is better described by the examples in the thread where this node was developed. This node is not used generally, because it is not entirely a completed project and i want to potentially radically change the way the node is syntactically controlled.
"ScriptNode Functor Version B" is an implementation of a script node, which is better described by the examples in the thread where this node was developed. This node is not used generally, because it is not entirely a completed project with respect to how it is syntactically controlled.

The rational behind this node is that the code that implements the node "behind the scenes" is relatively simple, has little error checking, and relatively easy to maintain and augment. The downside is that it, unlike SNLite nodes, has a more verbose initialization syntax. See the code below.

Expand Down Expand Up @@ -45,4 +45,4 @@ the **draw_buttons** is optional, and is called by the baseclass.
the **process** function is performed whenever the node is told to update, to understand when this happens you should
read up on how Sverchok implements the update mechanism.

https://github.com/nortikin/sverchok/issues/2312
https://github.com/nortikin/sverchok/issues/2312

0 comments on commit 4c4bbca

Please sign in to comment.