Carver addon bug #79365
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#79365
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?
Blender version 2.83.3 Carver addon bug:
Here is a result i did to one shape and woith rebool option selectd it gives me the following error: Traceback (most recent call last):
TypeError: bpy_struct: item.attr = val: BooleanModifier.object ID type does not support assignment to itself
Warning: Operation finished. Failure during Carving (Check the console for more info)
Steps to reproduce
Rifle_02.blend
Added subscriber: @shakirgamzaev
blender/blender#79368 was marked as duplicate of this issue
please fix this bug
Added subscriber: @MarcinTwarowski
Changed status from 'Needs Triage' to: 'Needs User Info'
I couldn't reproduce. Please upload a .blend file and write exact steps how to reproduce this error.
Rifle.blend Did you receive a file?
Changed status from 'Needs User Info' to: 'Needs Developer To Reproduce'
I get unexpected results with this mesh indeed.
After closer inspection, your mesh needs some cleaning. There's what looks like a result of a bad bevel:
So I fixed that:
Rifle_02.blend
But it didn't help. Converting ngons into tris didn't fix the problem either.
Is there a reason why this happens?
I dont understand
Added subscribers: @BrendonMurphy, @iss
Changed status from 'Needs Developer To Reproduce' to: 'Confirmed'
For some reason brush object was not selected after it was created. Perhaps selection was only extended because of shift key is being held down. Not sure exactly I haven't digged much deeper than this.
I could not reproduce this on blank file though so I suspect this bug will be a bit more hidden than setting some operator property. On the other hand, somehow I was able to make successful rebool on provided fixed file, so I don't think file is to blame as well.
CC: @BrendonMurphy