Merge pull request #111 from demiurgeQuantified/fix-missing-shtickerbook
Fix missing Shtickerbook model after switching between shorts/skirt
This commit is contained in:
commit
3e9baa8d2b
1 changed files with 3 additions and 0 deletions
|
@ -860,6 +860,9 @@ class Toon(Avatar.Avatar, ToonHead):
|
||||||
self.resetHeight()
|
self.resetHeight()
|
||||||
self.setupToonNodes()
|
self.setupToonNodes()
|
||||||
self.generateBackpack()
|
self.generateBackpack()
|
||||||
|
hands = self.getRightHands()
|
||||||
|
for bookActor, hand in zip(self.__bookActors, hands):
|
||||||
|
bookActor.reparentTo(hand)
|
||||||
|
|
||||||
def generateToonHead(self, copy = 1):
|
def generateToonHead(self, copy = 1):
|
||||||
headHeight = ToonHead.generateToonHead(self, copy, self.style, ('1000', '500', '250'))
|
headHeight = ToonHead.generateToonHead(self, copy, self.style, ('1000', '500', '250'))
|
||||||
|
|
Loading…
Reference in a new issue