Open sl-service-account opened 7 years ago
Tapple Gao commented at 2017-01-30T17:27:20Z
Simple script to count faces:
default { state_entry() { llOwnerSay("Face count: " + (string)llGetNumberOfSides()); } }
Tapple Gao commented at 2017-01-30T17:42:30Z
This issue can be closed as duplicate of BUG-10434
Kyle Linden commented at 2017-01-30T17:48:55Z
Hi Tapple,
How long ago where these meshes uploaded? This bug is supposed to be fixed now with new imported mesh content. If you are seeing this bug with older content then just that content will retain the bug, unfortunately, as long as it exists.
Please let me know if you are seeing this on new content and press the Info Provided button.
Thank you!
Saeros Linden commented at 2017-07-07T00:34:47Z
Our apologies, it appears this jira has been a victim of a spammer. We're cleaning up the offending comments, sorry for the mess!
Steps to Reproduce
Actual Behavior
The horse skeleton in this item: https://marketplace.secondlife.com/p/BC-Apocalypse-Horses-DEATH-Quarter-Horse-Mod/5354361 behaves very oddly in edit mode with face select enabled. It acts like it has about 5 faces that you can color individually. However, no other viewer can see the changes you make to any faces except the one on the tail.
When llGetNumberOfSides() is used in this prim, it reports only 1
Expected Behavior
Other information
Attachments
Links
Duplicates
Original Jira Fields
| Field | Value | | ------------- | ------------- | | Issue | BUG-41316 | | Summary | Mesh Reporting inconsistent Face Counts between llGetNumberOfSides() and viewer edit tools | | Type | Bug | | Priority | Unset | | Status | Needs More Info | | Resolution | Unresolved | | Reporter | Tapple Gao (tapple.gao) | | Created at | 2017-01-30T17:22:16Z | | Updated at | 2017-07-07T15:52:11Z | ``` { 'Business Unit': ['Platform'], 'Date of First Response': '2017-01-30T11:48:55.415-0600', 'ReOpened Count': 0.0, 'Severity': 'Unset', 'System': 'SL Viewer', 'Target Viewer Version': 'viewer-development', 'What just happened?': 'The horse skeleton in this item: https://marketplace.secondlife.com/p/BC-Apocalypse-Horses-DEATH-Quarter-Horse-Mod/5354361 behaves very oddly in edit mode with face select enabled. It acts like it has about 5 faces that you can color individually. However, no other viewer can see the changes you make to any faces except the one on the tail. \r\n\r\nWhen llGetNumberOfSides() is used in this prim, it reports only 1', 'What were you doing when it happened?': ' ', 'What were you expecting to happen instead?': ' ', } ```