Cinema 4D 2023 Support Issue #12

Open
sashinator wants to merge 1 commit from sashinator/master into master
sashinator commented 2023-12-11 15:41:01 +00:00 (Migrated from github.com)

Changed line 122 of app.rs to look for "Cinema 4D" rather than "Cinema 4D R" for support of Cinema 4D 2023.0.1. May also support earlier and later versions - I'll try to test a few if I get the time.

Changed line 122 of app.rs to look for "Cinema 4D" rather than "Cinema 4D R" for support of Cinema 4D 2023.0.1. May also support earlier and later versions - I'll try to test a few if I get the time.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin sashinator/master:sashinator/master
git checkout sashinator/master

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff sashinator/master
git checkout master
git merge --ff-only sashinator/master
git checkout sashinator/master
git rebase master
git checkout master
git merge --no-ff sashinator/master
git checkout master
git merge --squash sashinator/master
git checkout master
git merge --ff-only sashinator/master
git checkout master
git merge sashinator/master
git push origin master
Sign in to join this conversation.
No description provided.