Feature #357
opencolordiffuse attribute for textures
0%
Description
This is a colordiffuse attribute for individual textures:
<texture colordiffuse="FFFFAAFF">texture.png</texture>
<texture colordiffuse="$VAR[colordiffuse]">texture.png</texture>
<texture colordiffuse="$INFO[colordiffuse]">texture.png</texture>
Looks like this wouldn't take much effort on the part of someone familiar with the source code to patch, and seems necessarily in order to properly port more up to date skins from Kodi (eg skin.estuary). From Estuary (even after removing invalid windows for x4x) there are almost 400 instances of this attribute. Without this feature, porting skin.estuary accuarately (or any skin using this attribute) will be incredibly difficult or nearly impossible.
xbmc git commit: https://github.com/xbmc/xbmc/commit/20b8...5721e91d7f
xbmc pull request: https://github.com/xbmc/xbmc/pull/1772
Files
Updated by byron over 8 years ago
original links posted were wrong...
xbmc git commit: https://github.com/xbmc/xbmc/commit/20b850eea370d0718959c7af9698a45721e91d7f
xbmc pull request: https://github.com/xbmc/xbmc/pull/1772
Updated by PPlayerxx about 4 years ago
- File colordiffuse.patch colordiffuse.patch added
Here is a patch for the colordiffuse attribute on texture definitions, i only applied some minor changes to get it work on the xbox.