MCPcopy Create free account
hub / github.com/Norbyte/bg3se / ClearWeights

Method ClearWeights

BG3Extender/Extender/Client/VisualHelpers.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31bool VisualHelpers::ClearWeights(RenderableObject* obj)
32{
33 if (obj->BlendShape == nullptr) return false;
34
35 weightOverrides_.remove(obj);
36 return true;
37}
38
39void VisualHelpers::OnVisualUpdateBlendshapeWeightsFromSkeleton(Visual* obj)
40{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected