Dealga McArdle
Dealga McArdle
look at the updated evolver node https://github.com/nortikin/sverchok/blob/master/nodes/logic/evolver.py
it looks like ```diff - update_list = make_tree_from_nodes([node.name], tree) - do_update(update_list, tree.nodes) + node.process_node(None) ```
this appears to be resolved :)
@wassimj feel free to reopen these issues if i close them prematurely.
maybe @Durman can confirm this, but this does appear to work - I don't know if it's the intended way to use it ```python from sverchok.core.update_system import SearchTree (your node)...
with so many potential parameters, mk1 was never a serious node. i suggest an attr socket, which expects a dictionary, else you can think of 12+ additional parameters to socketize.
that's exciting!
untested.. ```python import numpy as np from sverchok.utils.modules.polygon_utils import np_process_polygons, np_faces_normals def flip_to_match_1st_np(geom, reverse): """ this mode expects all faces to be coplanar, else you need to manually generate a...
tested.. works for ngons, i'll assume tris and quads have been tested by the mere fact that inset specials has been used for 14 months now. snlite ```python """ >in...
> (in this mode) expects coplanar entire mesh. So why not to calculate n-gone normals by any of their 3 vertices. yes, seems sensible.