Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split bone weight auto-normalize code out of TweakBrush. #244

Merged
merged 1 commit into from
Feb 2, 2020

Conversation

sts1skj
Copy link
Collaborator

@sts1skj sts1skj commented Feb 2, 2020

I extracted the code for normalizing weights automatically out of
TweakBrush.cpp into WeightNorm.{h,cpp}. This has two benefits:

  1. There's only one copy of the code instead of three, making it
    easier to maintain.
  2. The code can be re-used in other weight-modifying algorithms.

I extracted the code for normalizing weights automatically out of
TweakBrush.cpp into WeightNorm.{h,cpp}.  This has two benefits:
1.  There's only one copy of the code instead of three, making it
easier to maintain.
2.  The code can be re-used for other weight-modifying algorithms.
@ousnius ousnius self-assigned this Feb 2, 2020
@ousnius ousnius merged commit 9542527 into ousnius:dev Feb 2, 2020
@sts1skj sts1skj deleted the splitweight branch February 2, 2020 19:47
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.

2 participants