TextureVariant: Record the source of the uploaded graphic
Presently the source is identified using a set of ids, one for each logical source type (i.e., original or external). Ultimately these identifiers should be replaced with references to the actual files they were loaded from (thereby enabling us to reverse lookup all textures uploaded from a given addon, for example).
TextureVariant: Record the source of the uploaded graphic
Presently the source is identified using a set of ids, one for each
logical source type (i.e., original or external). Ultimately these
identifiers should be replaced with references to the actual files
they were loaded from (thereby enabling us to reverse lookup all
textures uploaded from a given addon, for example).