digicreatures / rigacar

Blender addon to generate rig for cars
GNU General Public License v3.0
406 stars 59 forks source link

Car rig not working with blender 3.5 #104

Open darshan572 opened 1 year ago

darshan572 commented 1 year ago

Blender 3.5 wheel and steering not baking If click on bake,it will remove follow path keyframe from rig constrain and nothing happen overall.

jaseemharry commented 1 year ago

Blender 3.5 wheel and steering not baking If click on bake,it will remove follow path keyframe from rig constrain and nothing happen overall.

I had the same problem on Blender 3.5. I tried the fix by Griperis and it works.

I am not so familiar with github. So what I did was I went to the "pull requests" section in the top > Clicked on bake operators Fix> Commits > Bake operators Fix > Click on the three dots on the right of bake_operators.py > View file > Copy the contents of the file to note pad> save it as bake_operators.py

Now unzip the original addon file and replace the bake operators.py with the new one we created> Zip it again

Now go to blender> Delete the previous addon > Install the new zip file.

And it works on Blender 3.5

DOCTATM commented 1 year ago

Please, can you elaborate on the whole process of setting up the addon?