You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this kind of output whenever I hit on generate CAR RIG. I tried Reinstalling Blender/rigacar Add-On several times but not getting the expected result from that either. BTW I'm using Blender 4.0.2 version now.
This is the description of issue by Blender - Python: Traceback (most recent call last):
File "C:\Users\primm\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rigacar\car_rig.py", line 492, in generate
self.generate_constraints_on_rig()
File "C:\Users\primm\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rigacar\car_rig.py", line 774, in generate_constraints_on_rig
self.generate_constraints_on_wheel_bones(name_suffix)
File "C:\Users\primm\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rigacar\car_rig.py", line 1071, in generate_constraints_on_wheel_bones
generate_constraint_on_wheel_brake_bone(wheel_brake, wheel)
File "C:\Users\primm\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rigacar\car_rig.py", line 438, in generate_constraint_on_wheel_brake_bone
wheel_brake_pose_bone.bone_group = wheel_pose_bone.bone_group
AttributeError: 'PoseBone' object has no attribute 'bone_group'
The text was updated successfully, but these errors were encountered:
You are creating a thread without reading the other threads below. In the previous thread, everything has already been corrected for the current version of blender. You need to use the corrected version.
I'm getting this kind of output whenever I hit on generate CAR RIG. I tried Reinstalling Blender/rigacar Add-On several times but not getting the expected result from that either. BTW I'm using Blender 4.0.2 version now.

This is the description of issue by Blender -
Python: Traceback (most recent call last):
File "C:\Users\primm\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rigacar\car_rig.py", line 492, in generate
self.generate_constraints_on_rig()
File "C:\Users\primm\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rigacar\car_rig.py", line 774, in generate_constraints_on_rig
self.generate_constraints_on_wheel_bones(name_suffix)
File "C:\Users\primm\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rigacar\car_rig.py", line 1071, in generate_constraints_on_wheel_bones
generate_constraint_on_wheel_brake_bone(wheel_brake, wheel)
File "C:\Users\primm\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rigacar\car_rig.py", line 438, in generate_constraint_on_wheel_brake_bone
wheel_brake_pose_bone.bone_group = wheel_pose_bone.bone_group
AttributeError: 'PoseBone' object has no attribute 'bone_group'
The text was updated successfully, but these errors were encountered: