Skip to content
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

Fixes consolidated, Blender 4 support, PR and Release workflows #131

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

webbertakken
Copy link

Hi @spoonless,

Hope you are well!

I've decided to start a fork and incorporate the fixes from other contributors.

  • Initial consolidated fixes: feat: consolidate fork fixes webbertakken/rigacar#1
    • BREAKING: note that Blender 4 support might be a breaking change, so this might not have backward compatibility as of now.
  • Reformatted all code in PEP8
  • Created a GitHub Actions workflow that checks this when a PR is created.
  • Created a workflow that automatically adds the artifact to releases when the release is tagged with vX.Y.Z, like v8.0.0.
  • ... (any PRs that were merged into the fork after creating this description)

Please feel free to merge if you find yourself having time for this repository again. Until then I'll be happy to merge PRs from other contributors into my fork.

Latest release: https://github.com/webbertakken/rigacar/releases

Kind regards

webbertakken and others added 3 commits March 9, 2024 14:10
* Bake operators fix

By using bpy_extras.anim_utils module directly
there is more control over baking actions, but
the pose transform bone needs to be reset
in order to correctly bake steering. The bone resetting
is neccessary even for Blender 3.3.

* chore: add pycharm shared settings and dictionary

* feat!: blender 4 support by jiapeiLu

* chore: pep8, formatting, typos, fork readme

---------

Co-authored-by: Zdenek Dolezal <[email protected]>
* feat: add pr workflow

* chore: reword workflow step to be more accurate

* chore: cleanup

* chore: cleanup
* feat: add release workflow

* fix: import folder

* feat: exclude hidden files from plugin package
@webbertakken webbertakken mentioned this pull request Mar 9, 2024
@Dawe1515
Copy link

Dawe1515 commented Apr 8, 2024

First, Thank you for updating this wonderful addon! Would it be possible to fix it for Blender 4.1? It Works beautifully in 4.0 but In 4.1 I get errors when baking.

Best
Daniel

@mikecokina
Copy link

I tried to investigate Blender 4.1 two weeks ago, and my conclusions are in #132.

@webbertakken
Copy link
Author

Sure, happy to take PRs in my fork!

@mikecokina
Copy link

@webbertakken there has been a pull request waiting for some time

…d higher (#4)

* supply arguments for bake action as BakeOptions in Blender 4.1 and higher

* fix: blender version comparison
@webbertakken
Copy link
Author

@mikecokina, sorry I must have missed it.

It's released now as https://github.com/webbertakken/rigacar/releases/tag/v8.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants