crash 2.8 selection to cursor #56069

Closed
opened 2018-07-21 13:06:20 +02:00 by Tommaso · 6 comments

System Information
windows 10 nvidia 730

Blender Version
blender-2.80.0 alpha
a1689fb091
windows64

Short description of error
crash when using selection to cursor (no offset) and check offset

Exact steps for others to reproduce the error

press G and move the cube
press shift+s and choose selection to cursor
in the pop "snap selection to cursor" check offset
crash

**System Information** windows 10 nvidia 730 **Blender Version** blender-2.80.0 alpha a1689fb091a windows64 **Short description of error** crash when using selection to cursor (no offset) and check offset **Exact steps for others to reproduce the error** press G and move the cube press shift+s and choose selection to cursor in the pop "snap selection to cursor" check offset crash
Author

Added subscriber: @Spore

Added subscriber: @Spore

Added subscriber: @deadpin

Added subscriber: @deadpin

Confirmed here:
id_cow is nullptr

BLI_INLINE bool check_datablock_expanded(const ID *id_cow)
{
	return (id_cow->name[0] != '\0');
}
blender.exe!DEG::`anonymous namespace'::check_datablock_expanded(const ID * id_cow) Line 333	C++
blender.exe!DEG::deg_copy_on_write_is_expanded(const ID * id_cow) Line 1055	C++
blender.exe!DEG_get_evaluated_scene(const Depsgraph * graph) Line 134	C++
blender.exe!DEG_get_evaluated_view_layer(const Depsgraph * graph) Line 142	C++
blender.exe!snap_curs_to_sel_ex(bContext * C, float * cursor) Line 587	C
blender.exe!snap_selected_to_location(bContext * C, const float * snap_target_global, const bool use_offset) Line 258	C
blender.exe!snap_selected_to_cursor_exec(bContext * C, wmOperator * op) Line 438	C
blender.exe!wm_operator_exec(bContext * C, wmOperator * op, const bool repeat, const bool store) Line 958	C
blender.exe!WM_operator_repeat(bContext * C, wmOperator * op) Line 1036	C
blender.exe!ED_undo_operator_repeat(bContext * C, wmOperator * op) Line 390	C
blender.exe!ED_undo_operator_repeat_cb(bContext * C, void * arg_op, void * UNUSED_arg_unused) Line 420	C
Confirmed here: `id_cow` is nullptr ``` BLI_INLINE bool check_datablock_expanded(const ID *id_cow) { return (id_cow->name[0] != '\0'); } ``` ``` blender.exe!DEG::`anonymous namespace'::check_datablock_expanded(const ID * id_cow) Line 333 C++ blender.exe!DEG::deg_copy_on_write_is_expanded(const ID * id_cow) Line 1055 C++ blender.exe!DEG_get_evaluated_scene(const Depsgraph * graph) Line 134 C++ blender.exe!DEG_get_evaluated_view_layer(const Depsgraph * graph) Line 142 C++ blender.exe!snap_curs_to_sel_ex(bContext * C, float * cursor) Line 587 C blender.exe!snap_selected_to_location(bContext * C, const float * snap_target_global, const bool use_offset) Line 258 C blender.exe!snap_selected_to_cursor_exec(bContext * C, wmOperator * op) Line 438 C blender.exe!wm_operator_exec(bContext * C, wmOperator * op, const bool repeat, const bool store) Line 958 C blender.exe!WM_operator_repeat(bContext * C, wmOperator * op) Line 1036 C blender.exe!ED_undo_operator_repeat(bContext * C, wmOperator * op) Line 390 C blender.exe!ED_undo_operator_repeat_cb(bContext * C, void * arg_op, void * UNUSED_arg_unused) Line 420 C ```

Added subscriber: @mont29

Added subscriber: @mont29

Please Search for similar reports before creating new ones.

Please Search for similar reports before creating new ones.

Closed as duplicate of #55791

Closed as duplicate of #55791
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#56069
No description provided.