Hey when I try to bevel an edge it's selecting and showing edges what it shouldn't do anyone know why? I'm afraid that I'm going to ruin my mesh if i ignore it now. The second picture shows what happens immediately after I hit bevel.
This is an isolation bug if I'm not mistaken. Maya is trying to include additions to your geometry into your isolation view. I think it has something to do with the face order changing so it's including the wrong geometry. It's completely fine, albeit annoying. If you want to turn disable this, er, "feature," then you can try running the script below. It will try to find the scriptJob responsible for auto-adding isolated components and kill it.
This is an isolation bug if I'm not mistaken. Maya is trying to include additions to your geometry into your isolation view. I think it has something to do with the face order changing so it's including the wrong geometry. It's completely fine, albeit annoying. If you want to turn disable this, er, "feature," then you can try running the script below. It will try to find the scriptJob responsible for auto-adding isolated components and kill it.
Replies
thanks for the reply script worked fine definitely saving it.