mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +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
|
||||
img.pixels[:] = p[:]
|
||||
img.pack(True)
|
||||
img.use_fake_user = True
|
||||
|
||||
mdl.images=[]
|
||||
for i, skin in enumerate(mdl.skins):
|
||||
|
|
Loading…
Reference in a new issue