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