Hi there,
i’ve discovered a strange buglet when using below to prompt for a mesh object:
import rhinoscriptsyntax as rs
rh_obj = rs.GetObject("Select a mesh", 32, True, False)
it seems to allow to select (decal) mapping widget objects. It rejects the selection though but imho should not allow to select mapping widgets at all.
_
c.
3 posts - 2 participants