mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
added blank sign option
This commit is contained in:
parent
b8860661c5
commit
e6d00d29ae
@ -2848,7 +2848,7 @@ class LevelStyleManager:
|
||||
(dnaType == 'toon_landmark')):
|
||||
dnaList = self.getCatalogCodes(dnaType)
|
||||
elif (dnaType == 'sign'):
|
||||
dnaList = [None] + self.getCatalogCodes(dnaType)
|
||||
dnaList = [None] + [''] + self.getCatalogCodes(dnaType)
|
||||
else:
|
||||
dnaList = [None] + self.getCatalogCodesSuffix(dnaType, '_ur')
|
||||
# Add dnaCodes to attribute dictionary
|
||||
|
Loading…
x
Reference in New Issue
Block a user