set_points method (etc.)
Maybe we should have m.set_points(p)
as an alias for m.points()[:] = p
since the latter is not discoverable.
We would probably also need corresponding methods for normals, uvs, etc., then.
Maybe we should have m.set_points(p)
as an alias for m.points()[:] = p
since the latter is not discoverable.
We would probably also need corresponding methods for normals, uvs, etc., then.
assigned to @adielen