New Action causes crash when duplicating bone #58928
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#58928
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 64-bit
Graphics card: Geforce GTX 1080
Blender Version
Broken: 2.80 beta, 606223f6a61, blender2.8, 2018-12-07
Worked: 2.79b
Short description of error
When creating a simple script, trying to open or access a generated animation Action causes Blender to crash if you duplicate a bone from Edit Mode in the same script.
Trying to open this new action in the Action Editor immediately crashes Blender.
This small script replicates the crash:
Exact steps for others to reproduce the error
blender_bug.blend
Run the script in Edit Mode.
Then try to browse to the new Action in the Action Editor.
Added subscriber: @GameDragon
Added subscribers: @Sergey, @lichtwerk
Confirmed.
Asserts here
BLI_assert(pchan_index < MEM_allocN_len(pose->chan_array) / sizeof(bPoseChannel *));
Maybe @Sergey could check on this one?
This issue was referenced by blender/blender@9fa408f51b
Changed status from 'Open' to: 'Resolved'