Project

General

Profile

Actions

Feature #357

open

colordiffuse attribute for textures

Added by byron about 8 years ago. Updated over 3 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
User Interface
Target version:
Start date:
12/04/2016
Due date:
% Done:

0%

Resolution:

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

attribue_color_diffuse.jpg (348 KB) attribue_color_diffuse.jpg byron, 12/04/2016 02:57 PM
colordiffuse.patch (2.64 KB) colordiffuse.patch PPlayerxx, 26/08/2020 08:42 AM
Actions #1

Updated by byron about 8 years ago

Actions #2

Updated by PPlayerxx over 3 years ago

Here is a patch for the colordiffuse attribute on texture definitions, i only applied some minor changes to get it work on the xbox.

Actions

Also available in: Atom PDF