A tool for Garry's Mod to make ragdoll posing easier.
Go to file
vlazed 6134e33504
Add visual indicator of advanced selected bones (#15)
* Add visual indicator of advanced selected bones
+ Add bone scaling indicator when the user hovers over a bone using advanced bone select. Bones also scale when selecting from a set of bones, or when looking through the bone options
* Rename SelectedBones -> BoneScaleGroup; revert scale amplitude
* Synchronize bone scale with UI
- Change `CurrentBoneScales` into a `ClientBoneState` singleton which stores scales and the selected entity. We call methods on this singleton to ensure that the visual bone scaling indicator works as intended, while also ensuring that the UI stays in sync with that state
2025-02-19 19:24:14 +03:00
lua Add visual indicator of advanced selected bones (#15) 2025-02-19 19:24:14 +03:00
resource/localization Update ragdollmover_tools.properties 2024-12-19 21:24:04 +03:00
addon.json Add addon.json 2021-08-30 21:33:25 +03:00
README.md Updated readme, now it is ragdoll mover version 3 2024-02-04 11:38:37 +03:00

Ragdoll Mover v3

This is the third version of Ragdoll Mover; You can help the development by testing it and providing feedback.

Purpose of this tool is to allow players to manipulate position, angles and scale parameters of various entities - originally meant for ragdolls, but it also works on other entities like physics and effect props. It is only meant to work on entities that have a model, so no brush map entities.