Hello im getting this error while trying to record:
I assume it has something to do with me deleting the ground because i didnt need it. Is there a way to put the ground back? 
Python: Traceback (most recent call last):
File “\Roaming\Blender Foundation\Blender\4.2\scripts\addons\ragdoll\vendor\bpx.py”, line 1359, in property_group
group = getattr(self._handle, self.type())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: ‘NoneType’ object has no attribute ‘rdMarker’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “\Roaming\Blender Foundation\Blender\4.2\scripts\addons\ragdoll\vendor\bpx.py”, line 1363, in property_group
raise ExistError(“No property group for %s” % self)
ragdoll.vendor.bpx.ExistError: No property group for rMarker_rGround.001
That indeed looks like a bug of sorts, are you able to reproduce it? E.g.
- Assign a Marker
- Delete ground
- Boom!
You can make a new ground, it’s merely a cube with a Marker assigned. Assigning something new could possible flush the system of bugs too, so let me know if that changes anything. You could also find that saving and opening the scene to have an effect; these connections between Marker and Solver can sometimes go astray in Blender…
If you can reproduce it, that would help us fix and squash that bug!
Hey there, i found a fix yesterday, i created a new ground in another blender scene and later appended that into the scene that was giving me the error (i didnt find a way to do that inside the same scene)
You could append, yes. But again, the ground is nothing more than a regular Blender box, that’s been scaled flat and then assigned a Marker. It’s set to Animated so it doesn’t fall with the character.
oh i also forgot! the object in the error “rMarker_rGround.001” was somehow deleted but stayed in the scene hidden? it didnt show up in my viewlayer and i only found it in the blenderfile tab where i deleted it (thats what actually fixed the error)