Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG-229108] Bug in class LLToolsSelectNextPartFace (in llviewermenu.cpp) #7053

Closed
1 task
sl-service-account opened this issue Jul 20, 2020 · 0 comments
Closed
1 task

Comments

@sl-service-account
Copy link

sl-service-account commented Jul 20, 2020

What just happened?

If you have the build/edit floater shown with edit linked and faces mode active and click on a face the object's name/description will be populated in the floater. However, if you cycle through faces using CTRL-comma or CTRL-fullstop it won't be.

The fix is to use LLSelectMgr::getInstance() - > selectObjectOnly(to_select, new_te); instead of LLSelectMgr::getInstance() -> addAsIndividual(to_select, new_te, FALSE); which mimics the behaviour of the click on a face more accurately

[Minor edit to remove unintended strokethrough markup)

What were you doing when it happened?

What were you expecting to happen instead?

Object name/description should be populated however the face was selected

Other information

Links

Related

Original Jira Fields
Field Value
Issue BUG-229108
Summary Bug in class LLToolsSelectNextPartFace (in llviewermenu.cpp)
Type Bug
Priority Unset
Status Closed
Resolution Triaged
Reporter Chorazin Allen (chorazin.allen)
Created at 2020-07-20T14:37:08Z
Updated at 2022-10-11T17:20:03Z
{
  'Build Id': 'unset',
  'Business Unit': ['Platform'],
  'ReOpened Count': 0.0,
  'Severity': 'Unset',
  'System': 'SL Viewer',
  'Target Viewer Version': 'viewer-development',
  'What just happened?': "If you have the build/edit floater shown with edit linked and faces mode active and click on a face the object's name/description will be populated in the floater. However, if you cycle through faces using CTRL-comma or CTRL-fullstop it won't be.\r\n\r\nThe fix is to use LLSelectMgr::getInstance()->selectObjectOnly(to_select, new_te); instead of LLSelectMgr::getInstance()->addAsIndividual(to_select, new_te, FALSE); which mimics the behaviour of the click on a face more accurately",
  'What were you doing when it happened?': '-',
  'What were you expecting to happen instead?': 'Object name/description should be populated however the face was selected',
  'Where': 'N/A',
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant