-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bake car steering and rotation not working on 3.1 #63
Comments
I changed my copy of the code around line 163 in the bake_operators.py file to look like this and it seemed to fix the problem:-
to
Sorry, I am new to GitHub so don't know how to properly submit a code change... |
is that the only change needed or ? |
rigacar v7.1 is out to fix this issue. |
Im also stuck by this problem i thought it was my mistake but I did it properly but still its not working...... |
Bake car steering and rotation are not working on new version 3.1 of blender,
Python: Traceback (most recent call last):
File "C:\Users\Start\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\rigacar\bake_operators.py", line 163, in invoke
self.frame_start, self.frame_end = action.frame_range
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\bpy_types.py", line 778, in setattr
return setattr(properties, attr, value)
TypeError: bpy_struct: item.attr = val: ANIM_OT_car_steering_bake.frame_start expected an int type, not float
location: :-1
Any solution? Thx
The text was updated successfully, but these errors were encountered: