diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-06-19 19:20:35 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-06-19 20:50:29 +0300 |
commit | f5320302d4b81825b1037ca0074a65ad9eac14ac (patch) | |
tree | 6b6c97ffab146e0dc8a2efeffda8e99b84e8becd /indra/llprimitive/llmodel.h | |
parent | 5bc92322e974c6c1a0fcc7db0ebb6479ed486a0b (diff) |
#4214 Revert and remake "weights remap"
This reverts commits fe10a83f69bb26eb581e143fb99c1250c355938b
and 08f6f5c697fce4ccbfba357ab9ce5af915dd0574..
Diffstat (limited to 'indra/llprimitive/llmodel.h')
-rw-r--r-- | indra/llprimitive/llmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index 7fa3a00ee2..5c6d0a55d2 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -205,7 +205,6 @@ public: void normalizeVolumeFacesAndWeights(); void trimVolumeFacesToSize(U32 new_count = LL_SCULPT_MESH_MAX_FACES, LLVolume::face_list_t* remainder = NULL); void remapVolumeFaces(); - void remapSkinWeightsAndJoints(); void optimizeVolumeFaces(); void offsetMesh( const LLVector3& pivotPoint ); void getNormalizedScaleTranslation(LLVector3& scale_out, LLVector3& translation_out) const; |