Rotation of hair curves in edit mode with proportional editing "connected only" enabled crashes Blender #105044

Closed
opened 2023-02-21 20:07:06 +01:00 by Yegor · 5 comments

System Information
Operating system: Linux-5.15.0-60-generic-x86_64-with-glibc2.35 64 Bits
Graphics card: NVIDIA GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 510.108.03

Blender Version
Broken: version: 3.5.0 Beta, branch: blender-v3.5-release, commit date: 2023-02-21 16:20, hash: d355f3ed2b85

Short description of error
Trying to rotate a hair curve in edit mode with proportional editing connected only enabled crashes Blender.

Exact steps for others to reproduce the error
Create some hair curves.
Go to edit mode.
Enable Proportional Editing by clicking on the button on the panel (the hotkey doesn't work due to another bug).
Enable Connected Only of the proportional editing option.
Select a curve point and try to rotate it. Crash.

**System Information** Operating system: Linux-5.15.0-60-generic-x86_64-with-glibc2.35 64 Bits Graphics card: NVIDIA GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 510.108.03 **Blender Version** Broken: version: 3.5.0 Beta, branch: blender-v3.5-release, commit date: 2023-02-21 16:20, hash: `d355f3ed2b85` **Short description of error** Trying to rotate a hair curve in edit mode with proportional editing connected only enabled crashes Blender. **Exact steps for others to reproduce the error** Create some hair curves. Go to edit mode. Enable Proportional Editing by clicking on the button on the panel (the hotkey doesn't work due to another bug). Enable Connected Only of the proportional editing option. Select a curve point and try to rotate it. Crash.
Yegor added the
Priority
Normal
Status
Needs Triage
Type
Report
labels 2023-02-21 20:07:06 +01:00
Member

Hi, thanks for the report. I'm unable to repro the crash locally.
Please share .blend file

Hi, thanks for the report. I'm unable to repro the crash locally. Please share .blend file
Pratik Borhade added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-02-22 05:27:30 +01:00
Contributor

I'm also unable to reproduce the crash but you may want to try today's new beta build since there was a patch that actually enabled proportional editing in curves edit.

I'm also unable to reproduce the crash but you may want to try today's new beta build since there was a patch that actually enabled proportional editing in curves edit.
Member

Thanks @persun. I can confirm in current master:

>	blender.exe!ElementRotation_ex(const TransInfo * t, const TransDataContainer * tc, TransData * td, const float[3] * mat, const float * center) Line 570	C
 	blender.exe!ElementRotation(const TransInfo * t, const TransDataContainer * tc, TransData * td, const float[3] * mat, const short around) Line 808	C
 	blender.exe!transdata_elem_rotate(const TransInfo * t, const TransDataContainer * tc, TransData * td, const float * axis, const float angle, const float angle_step, const bool is_large_rotation, RotateMatrixCache * rmc) Line 136	C
 	blender.exe!transdata_elem_rotate_fn(void * iter_data_v, const int iter, const TaskParallelTLS * tls) Line 157	C
 	blender.exe!BLI_task_parallel_range(int start, int stop, void * userdata, void(*)(void *, int, const TaskParallelTLS *) func, const TaskParallelSettings * settings) Line 129	C++
 	blender.exe!applyRotationValue(TransInfo * t, float angle, const float * axis, const bool is_large_rotation) Line 270	C
 	blender.exe!applyRotation(TransInfo * t, const int * UNUSED_mval) Line 366	C
 	blender.exe!transformApply(bContext * C, TransInfo * t) Line 2023	C
 	blender.exe!transform_modal(bContext * C, wmOperator * op, const wmEvent * event) Line 434	C
 	blender.exe!wm_handler_operator_call(bContext * C, ListBase * handlers, wmEventHandler * handler_base, wmEvent * event, PointerRNA * properties, const char * kmi_idname) Line 2453	C++
 	blender.exe!wm_handlers_do_intern(bContext * C, wmWindow * win, wmEvent * event, ListBase * handlers) Line 3364	C++
 	blender.exe!wm_handlers_do(bContext * C, wmEvent * event, ListBase * handlers) Line 3414	C++
 	blender.exe!wm_event_do_handlers(bContext * C) Line 4009	C++
 	blender.exe!WM_main(bContext * C) Line 644	C
 	blender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Line 588	C
Thanks @persun. I can confirm in current master: ``` blender.exe!add_v3_v3v3(float * r, const float * a, const float * b) Line 432 C > blender.exe!ElementRotation_ex(const TransInfo * t, const TransDataContainer * tc, TransData * td, const float[3] * mat, const float * center) Line 570 C blender.exe!ElementRotation(const TransInfo * t, const TransDataContainer * tc, TransData * td, const float[3] * mat, const short around) Line 808 C blender.exe!transdata_elem_rotate(const TransInfo * t, const TransDataContainer * tc, TransData * td, const float * axis, const float angle, const float angle_step, const bool is_large_rotation, RotateMatrixCache * rmc) Line 136 C blender.exe!transdata_elem_rotate_fn(void * iter_data_v, const int iter, const TaskParallelTLS * tls) Line 157 C blender.exe!BLI_task_parallel_range(int start, int stop, void * userdata, void(*)(void *, int, const TaskParallelTLS *) func, const TaskParallelSettings * settings) Line 129 C++ blender.exe!applyRotationValue(TransInfo * t, float angle, const float * axis, const bool is_large_rotation) Line 270 C blender.exe!applyRotation(TransInfo * t, const int * UNUSED_mval) Line 366 C blender.exe!transformApply(bContext * C, TransInfo * t) Line 2023 C blender.exe!transform_modal(bContext * C, wmOperator * op, const wmEvent * event) Line 434 C blender.exe!wm_handler_operator_call(bContext * C, ListBase * handlers, wmEventHandler * handler_base, wmEvent * event, PointerRNA * properties, const char * kmi_idname) Line 2453 C++ blender.exe!wm_handlers_do_intern(bContext * C, wmWindow * win, wmEvent * event, ListBase * handlers) Line 3364 C++ blender.exe!wm_handlers_do(bContext * C, wmEvent * event, ListBase * handlers) Line 3414 C++ blender.exe!wm_event_do_handlers(bContext * C) Line 4009 C++ blender.exe!WM_main(bContext * C) Line 644 C blender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Line 588 C ```
Pratik Borhade added
Module
Modeling
Status
Confirmed
and removed
Status
Needs Information from User
labels 2023-02-22 08:14:28 +01:00
Member

@filedescriptor hi, maybe this is for you?
relevant commit: 33cbd063d3

@filedescriptor hi, maybe this is for you? relevant commit: 33cbd063d368bd395232e4178dfa73238cf9b279
Author

Still presented in current master. Do you need a blend file from me?

Still presented in current master. Do you need a blend file from me?
Falk David self-assigned this 2023-02-23 12:16:10 +01:00
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2023-02-23 13:16:27 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
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
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#105044
No description provided.