The following code: import pymel.core myT = pymel.core.general.selected()[0] print myT.getHoles() print myT.getShape().getHoles()
This always returns (0, [], []) Even when my test mesh has holes in it. Anyone know what gives there? /Christian P.S would be nice to be able to create custom tags (allowed tags are pretty generic) -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
