Unable to add extra objects if an empty is selected #82405
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#82405
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: GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.09
Blender Version
Broken: version: 2.91.0 Beta, branch: master, commit date: 2020-11-04 00:13, hash:
blender/blender@101c3d4ce4
Worked: 2.82
Addon Information
Name: Extra Objects (0, 3, 7)
Author: Multiple Authors
Short description of error
If an empty object is selected (active) one cannot add roundcube, torus objects, gears, pipe joints, diamonds or extras.
Exact steps for others to reproduce the error
extra_objects_issue.blend
blender_debug_output.txt
blender_system_info.txt
Added subscriber: @Antti-1
Added subscriber: @rjg
Changed status from 'Needs Triage' to: 'Confirmed'
I can confirm this issue. This is caused by the check
('some-string-here' in context.active_object.data.keys()) and (self.change == True):
, because an Empty doesn't havedata
and you can't callkeys()
onNone
. This bug can be found in:This also affects the Bolt Factory add-on:
This also affects Geodesic Domes:
Added subscriber: @cwolf3d
I tested this patch, everything works. You can apply it. Thanks for your work.
This issue was referenced by
6975199131
Changed status from 'Confirmed' to: 'Resolved'