blender Error in adding the 3D Viewport Pie Menu plugin #105091
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#105091
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.23
Blender Version
Broken: version: 4.0.2, branch: blender-v4.0-release, commit date: 2023-12-05 07:41, hash:
9be62e85b727
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: 3D Viewport Pie Menus (1, 3, 0)
Author: meta-androcto
Short description of error
[ origin to bottom : When selecting multiple objects, only one object can be applied, and the origin of other objects will be reset to the center of the object. It should be possible to apply it to all selected objects instead of resetting the origin to the center of the object except for the active object ]
Exact steps for others to reproduce the error
[ Enable the 3D Viewport Pie Menu plugin ---- Select two or more objects ----alt+ctrl+x ---- origin to bottom ]
[Based on the default startup or an attached .blend file (as simple as possible)]
Hi, thanks for the report. I can confirm. Operator intentionally first changes origin of selected objects to geometry center for further calculation: https://projects.blender.org/blender/blender-addons/src/branch/main/space_view3d_pie_menus/pie_origin.py#L61
Then tweaks origin of active object only hence origin of other object resets to geometry center.
Following change will fix this: