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