google-code-export / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
1 stars 1 forks source link

dragging manip handle accidentally selects other objects #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Load multiple objects, go to Model Browser mode, select a foreground object, 
and click the Translate button.

As you click/drag on the manipulator handle, it will perform the desired 
translation, but also select objects which are behind that handle.  If you want 
to continue moving that first object, you'll need to re-select it.

It looks like 'pick' needs to be turned off while dragging on the manipulator 
handle.

Original issue reported on code.google.com by scott.kr...@gmail.com on 1 Aug 2011 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by scott.kr...@gmail.com on 3 Aug 2011 at 12:57

GoogleCodeExporter commented 9 years ago
Lets see if we can't get this fixed for our pending release.

Original comment by jpywt...@gmail.com on 3 Aug 2011 at 5:31

GoogleCodeExporter commented 9 years ago
Commit 32c2c6968e9d - public/js/editor/tools/modelBrowser.js - Fixes transform 
handle issue where another object below the handle gets picked when clicking.

Original comment by jpywt...@gmail.com on 3 Aug 2011 at 7:10

GoogleCodeExporter commented 9 years ago
Verified and released in 1.4.1

Original comment by jpywt...@gmail.com on 9 Aug 2011 at 10:53