Package textures/ subdirectories too.
This commit is contained in:
@@ -63,6 +63,10 @@ class ViewerManifest(LLManifest):
|
|||||||
self.path(skin_dir + "/*")
|
self.path(skin_dir + "/*")
|
||||||
# include the entire textures directory recursively
|
# include the entire textures directory recursively
|
||||||
if self.prefix(src=skin_dir+"/textures"):
|
if self.prefix(src=skin_dir+"/textures"):
|
||||||
|
self.path("*/*.tga")
|
||||||
|
self.path("*/*.j2c")
|
||||||
|
self.path("*/*.jpg")
|
||||||
|
self.path("*/*.png")
|
||||||
self.path("*.tga")
|
self.path("*.tga")
|
||||||
self.path("*.j2c")
|
self.path("*.j2c")
|
||||||
self.path("*.jpg")
|
self.path("*.jpg")
|
||||||
|
|||||||
Reference in New Issue
Block a user