Howdy! One of my animators got a new error when trying to record their ragdoll. The recording process appeared to go as normal- it ran through the animation twice, caching as it went. But when it ended a new rSolver anim layer wasn’t created, and this error popped up:
Traceback (most recent call last):
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\interactive.py", line 159, in format_exception_wrapper
return func(*args, **kwargs)
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\interactive.py", line 2264, in record_markers
result = _constraint_record_markers(solver, **opts)
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\interactive.py", line 2303, in _constraint_record_markers
for step, progress in instance.record():
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\recording.py", line 355, in record
marker_to_joint = _generate_kinematic_hierarchy(self._solver)
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\recording.py", line 1158, in _generate_kinematic_hierarchy
recurse(mod, root)
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\recording.py", line 1142, in recurse
recurse(mod, child, marker)
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\recording.py", line 1142, in recurse
recurse(mod, child, marker)
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\recording.py", line 1142, in recurse
recurse(mod, child, marker)
[Previous line repeated 2 more times]
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\recording.py", line 1123, in recurse
if not _is_enabled(marker):
File "C:\Users\animator\Documents\maya\modules\Ragdoll-2024_07_01\scripts\ragdoll\recording.py", line 1099, in _is_enabled
return cmds.ragdollInfo(str(marker), enabled=True, query=True)
File "<string>", line 2, in ragdollInfo
RuntimeError: Maya command error
Their recording settings were:
-Record range: playback range
-Euler
-From Start
-Additive
-Record to layer True
-Set Initial Key True
-Accumulate by layer True
-Update viewport True
-Nice and Steady
-Constraints
What does this error mean? Thank you!