Fix Add Camera Rigs after 4.0 API changes #104919
No reviewers
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104919
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "WayneDixon/blender-addons:update-add-camera-rigs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request updates the 'add camera rigs' addon to use bone collections for the 4.0 release.
It also adjusts some of the naming convention to match the Rigify.
Hi Wayne, thanks!
This generally looks good to me, with two issues:
No Problem.
I think I fixed those two things and pushed to the same branch. The documentation says those changes will automatically be applied to this pull request. I hope that is correct.
I changed the name of the rig object to title case, ie "_Rig".
Let me know if these changes are correct.
Exactly!
Thanks :)
Looks good to me.
About the pull request itself, it should be named to describe the changes, e. g. “Fix Add Camera Rigs after 4.0 API changes”.
AFAIK there is no need for a “Signed-off-by” line in the commits. If you want you can edit the description of the PR, and this will be used as a commit message when the PR is merged and all the commits are squashed into one.
Also, this can’t be merged into the
main
branch right now, because just today the next phase of development has started, so a 4.0 branch was created. This means you must change the destination branch toblender-v4.0-release
by editing the PR (Edit button to the right of the title, at the top of the page)Update Add Camera Rigs Addonto Fix Add Camera Rigs after 4.0 API changesFix Add Camera Rigs after 4.0 API changesto Fix Add Camera Rigs after 4.0 API changesI edited the title and description plus changed the merge target branch.
Thanks Damien.
Thanks for the update!
I’ll wait a while before merging, because the change of development phase is still in progress, but it should be done soon.