... | @@ -70,6 +70,10 @@ def init_vdmk3(node): |
... | @@ -70,6 +70,10 @@ def init_vdmk3(node): |
|
node.point_size = 2.0
|
|
node.point_size = 2.0
|
|
```
|
|
```
|
|
|
|
|
|
|
|
this default function will generate nicely shifted colour palettes for the viewer node, whenever you add a new viewnode with that bl_idname, like this
|
|
|
|
|
|
|
|

|
|
|
|
|
|
------------------
|
|
------------------
|
|
|
|
|
|
Each time you add a node, the `node_default_dict` is checked if the `bl_idname` has an entry.
|
|
Each time you add a node, the `node_default_dict` is checked if the `bl_idname` has an entry.
|
... | | ... | |