Issue Details (XML | Word | Printable)

Key: LIBOMV-259
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Jim Radford
Reporter: Cheech Bode
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
libopenmetaverse

Typo in WEARABLE_BAKE_MAP

Created: 04/Jun/08 06:15 AM   Updated: 01/Oct/08 05:52 PM
Component/s: Appearance
Affects Version/s: None
Fix Version/s: 0.6.0

File Attachments: 1. Text File AppearanceManager.cs.diff (1 kB)


Environment: All


 Description  « Hide
There's a small type in the WEARABLE_BAKE_MAP that causes skirts to not bake
I'm including the patch file here as well.

Index: AppearanceManager.cs
===================================================================
— AppearanceManager.cs (revision 1890)
+++ AppearanceManager.cs (working copy)
@@ -124,7 +124,7 @@
new WearableType[] { WearableType.Shape, WearableType.Skin, WearableType.Shirt, WearableType.Jacket, WearableType.Gloves, WearableType.Undershirt, WearableType.Invalid },
new WearableType[] { WearableType.Shape, WearableType.Skin, WearableType.Pants, WearableType.Shoes, WearableType.Socks, WearableType.Jacket, WearableType.Underpants },
new WearableType[] { WearableType.Eyes, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid },

  • new WearableType[] { WearableType.Skin, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid }
    + new WearableType[] { WearableType.Skirt, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid, WearableType.Invalid }
    };
    /// <summary>Secret values to finalize the cache check hashes for each
    /// bake</summary>


 All   Comments   Change History   Subversion Commits   Patches      Sort Order: Ascending order - Click to sort in descending order
Cheech Bode added a comment - 04/Jun/08 10:42 AM
Changed bug to be in correct component and changed wording to the actual issue.

I was confusing the baking issue with something else, shoes with no alpha can take over all of the lower body during the bake process.


Jim Radford added a comment - 05/Jun/08 01:17 PM
Cheech, have you verified this change doesn't have any adverse affects on the rest of the baking process?, specifically skins?

Jim Radford added a comment - 05/Jun/08 01:24 PM
Going to let someone who works in baking look into this more, if I have the time in the near future and it doesn't get looked into I'll take it on.

Cheech Bode added a comment - 05/Jun/08 07:26 PM
Skins bake as well as they were. The difference is you'll see skirts appear now. Currently, you won't. The skirts don't quite bake correctly, but that appears to be an overall issue with baking? I'm guessing the alpha layers aren't being done with the same math; or its related to the version of openjpg being used.

John Hurliman added a comment - 01/Oct/08 05:48 PM
This looks legit, can someone please apply it?

Jim Radford added a comment - 01/Oct/08 05:52 PM
Applied in r2254, Thanks!