... | ... | @@ -10,7 +10,7 @@ we can configure two things: |
|
|
- (**node props**) any property on the node, including props that are not available from the UI
|
|
|
- (**node function**) we can write a function, (explained below) and call this function on a specific node whenever it is created.
|
|
|
|
|
|
We can now configure node defaults from a _.json_ file located in `..datafiles/sverchok/node_defaults/`. We can tell sverchok where to find this file by just passing the location of datafiles/sverchok in the user preferences of sverchok. It will look something like this:
|
|
|
We can now configure node defaults from a _.json_ file located in `..datafiles/sverchok/node_defaults/`. We can tell sverchok where to find this file by including the location of datafiles/sverchok in the user preferences of sverchok. It will look something like this:
|
|
|
|
|
|

|
|
|
|
... | ... | |