Joining multires objects crash #57537
Labels
No Label
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Content
Type
Design
Type
Report
Type
To Do
Type
Web Development
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio#57537
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
Broken: 14e1dfda4e1
Short description of error
When joining two objects, both with a multires modifier, Blender immediately crashes.
Added subscriber: @JulienKaspar
Added subscriber: @JacquesLucke
Only happens when the multires modifier actually has subdivisions.
To reproduce open the file and press CTRL + J.
multires bug.blend
I won't try to fix it because it looks like this code will soon be replaced anyway because it still uses DerivedMesh. Tell me when I'm wrong.
Added subscribers: @brecht, @Sergey
Maybe @Sergey or @brecht can have a look at it as well?
Changed status from 'Open' to: 'Resolved'
The crash is fixed and joining uniformly scaled objects is also working now.
Still need to work on proper joining for non-uniformly scaled objects, but don't think it's THAT important, so for now it goes to a TODO list.
Thanks for the report!