Sergey

Results 198 comments of Sergey

This may also be a good solution. But in this case it can be more difficult to implement and keep it in actual condition. Also it will be difficult to...

Probably it would be possible to show such nodes in menu as inactive. Just example inactivity. ![2020-09-02_21-13-21](https://user-images.githubusercontent.com/28003269/92015007-33822800-ed61-11ea-9001-150f7f2b313e.png)

Another way to solve this is to create scene property for a tree. In this case all viewers of the tree will generate objects according to the property and one...

AN trees have link to a scene by the way. ![2021-07-30_13-10-47](https://user-images.githubusercontent.com/28003269/127630602-4a609c0e-2cb6-4553-98e1-1e6318509f2c.png)

This should be super easy to add. Attribute like this `sv_default_color = (1, 1, 1, 1)` should be added to the class: https://github.com/nortikin/sverchok/blob/b96ccce8c2141946612d9cd1624950c4ee7acab6/core/node_group.py#L288

Here is my solution. The idea is to use slice of 3D dimensional Voronoi diagram with Z dimension as weight. [test.zip](https://github.com/nortikin/sverchok/files/8175108/test.zip) ![image](https://user-images.githubusercontent.com/28003269/156500032-2ad5e3ac-b820-4015-92c8-cdbba10faa9b.png)

@portnov Here is the profiling file. Download, unzip and call `pip install snakeviz `, `snakeviz stats` to see where the node spends time except math operations. [stats.zip](https://github.com/nortikin/sverchok/files/8751455/stats.zip) The node spend...

The question is whether it worth to develop those nodes further or to think of some new solution. I'm not sure that with increasing number of such nodes it wont...

My guess is that each node is copying input mesh and modifies only it in GN. They should add feature of mesh inspection for each node via spreadsheets. So it...

I wonder in which collection would we expect to see the object in this case? COL 1 or COL 2 or both? ![2021-05-14_18-55-41](https://user-images.githubusercontent.com/28003269/118289122-11db6200-b4e6-11eb-8196-08936f703cce.png)