0.6.1
Fixed
- Fixed ragdoll replication bug caused by unsafe yielding during RagdollController script initialization.
0.6.0
Added
- Added support for Rigs that use the new AnimationConstraint in the avatar upgrade beta.
0.5.1
Fixed
- Fixed error causing the system to fail when constructing Ragdolls.
0.5.0
Changed
- Blueprints now describe ragdolls by their Motor6Ds rather than the limbs affected by them.
- Blueprint._lowDetailModeLimbs -> Blueprint._lowDetailModeJoints.
- Blueprint.numLimbs -> Blueprint.numJoints.
0.4.0
Added
- Ragdoll.replicate(Model, Blueprint?), creates a ragdoll from a model that already has its constraints constructed.
- RagdollSystem.RagdollConstructed a signal that fires when a ragdoll is constructed by the RagdollFactory.
- RagdollSystem.replicateRagdoll(Model, Blueprint?)
- RagdollSystem.Blueprint a reference to the blueprint base class.
- RagdollSystem.setSystemSettings(SystemSettings)
- RagdollSystem.getSystemSettings()
Removed