Created by: zeffii
- removed option fast/accurate for normal recal in solidfy, it is now correct + fast by default :)
- any node that was formerly doing recalc_normals now does a
bm.normal_update()
instead. - removed the extra logic from
sv_bmesh_utils/ bmesh_from_pydata
- removed the
[:]
fromsv_bmesh_utils/ pydata_from_bmesh
, not sure how that got there..?