Skip to content

Allow to transform the selected mesh vertices only#1367

Merged
oitel merged 3 commits intomasterfrom
feature/mesh_transform_region
Jun 27, 2023
Merged

Allow to transform the selected mesh vertices only#1367
oitel merged 3 commits intomasterfrom
feature/mesh_transform_region

Conversation

@oitel
Copy link
Contributor

@oitel oitel commented Jun 27, 2023

No description provided.

@oitel oitel requested review from Fedr and Grantim June 27, 2023 13:40
points[v] = xf(points[v]);
}
});
if ( topology.hasVert( v ) )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to check hasVert

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the check.

@oitel oitel merged commit e273dc1 into master Jun 27, 2023
@oitel oitel deleted the feature/mesh_transform_region branch June 27, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants