mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Set the skin images' fakeuser flag.
Until I figure out how to do animated skins in blender...
This commit is contained in:
parent
6bae99d66c
commit
cdc57a0473
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ def load_skins(mdl):
|
||||||
p[l + 3] = 1.0
|
p[l + 3] = 1.0
|
||||||
img.pixels[:] = p[:]
|
img.pixels[:] = p[:]
|
||||||
img.pack(True)
|
img.pack(True)
|
||||||
|
img.use_fake_user = True
|
||||||
|
|
||||||
mdl.images=[]
|
mdl.images=[]
|
||||||
for i, skin in enumerate(mdl.skins):
|
for i, skin in enumerate(mdl.skins):
|
||||||
|
|
Loading…
Reference in a new issue