Undo: Some singular changes. (Sorry about that.)
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@808 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -164,7 +164,7 @@ set_active_vertices()
|
||||
for (v_it=mesh_.vertices_begin(); v_it!=v_end; ++v_it)
|
||||
{
|
||||
active = ((nothing_selected || mesh_.status(v_it).selected())
|
||||
//&& !mesh_.is_boundary(v_it)
|
||||
&& !mesh_.is_boundary(v_it)
|
||||
&& !mesh_.status(v_it).locked());
|
||||
|
||||
if ( skip_features_ ) {
|
||||
|
||||
Reference in New Issue
Block a user