Page MenuHome

COW Operators: Fix VIEW3D_OT_snap_cursor_to _active _selected _center and _grid
ClosedPublic

Authored by Inês Almeida (brita_) on May 20 2018, 9:38 AM.

Diff Detail

Repository
rB Blender

Event Timeline

source/blender/editors/space_view3d/view3d_snap.c
623

@Joshua Leung (aligorith) this is not working correctly! (snap to selected in pose mode)
can you help me check why? snap to active is working well.

These 2 are giving different pointers!?
Object *obact_eval = OBACT(view_layer_eval);
Object *obact_eval2 = DEG_get_evaluated_object(depsgraph, CTX_data_active_object(C));

650

no idea what this is. tracking related? then it can be checked later, because it is not high priority to have Spring starting to use 2.8

File I used for testing:

This revision was not accepted when it landed; it landed in state Needs Review.May 22 2018, 12:24 PM
This revision was automatically updated to reflect the committed changes.