Ilya V. Portnov

Results 187 comments of Ilya V. Portnov

See also `data_structure.get_data_nesting_level`, `data_structure.ensure_nesting_level`.

See also `implicit_conversions` parameter of `sv_get()` method.

I don't think it's good idea to write the whole stack trace in the viewport; maybe only the error message?

Some list-processing nodes have dynamically changing output sockets. If you take somethting like "List Item", it's output socket will change it's type depending on what you plug into inputs. Probably...

Good idea :) It's just a question of someone finding time to implement.

The algorithm is not very simple, but not too complicated also. https://github.com/nortikin/sverchok/blob/6291c91cc9fb2b90330321262a05695a593471fd/utils/field/probe.py#L40 * Generate a bunch of points * Drop some of them with probability defined by scalar field *...

@zeffii you can pass `lambda p: point_inside_mesh(bvh, p)` as `predicate` parameter to `field_random_probe`. It will be a bit faster, as you remove another pass through all points. And obviously you...

There is also `bounding_box` method in `sverchok.utils.geom`.

If you replace the scalar field with another one, the result can be very much unlike :) ```python """ >in shape_v v >in shape_f s in field_in SF in threshold_in...

yet another field, with the same script. ![Screenshot_20220427_214849](https://user-images.githubusercontent.com/284644/165577391-b67d6f73-87e4-4097-ab6f-8681a082ccc1.png) ![Screenshot_20220427_221139](https://user-images.githubusercontent.com/284644/165582019-d5cb0d58-4166-4544-9374-b17eb9e2fde1.png)