Open Jrius opened 2 years ago
pyClothingItem was missing a few things to be properly usable, so I made the following modifications:
pyClothingItem
pyClothingItem.kNumLODLevels
pyClothingItem.kLayerMax
pyClothingItem.numElements
plClothingItem::getNumElements()
IndexError
getElementTexture
setElementTexture
getElementName
setElementName
delElement
pyClothingItem
was missing a few things to be properly usable, so I made the following modifications:pyClothingItem.kNumLODLevels
andpyClothingItem.kLayerMax
.pyClothingItem.numElements
getter (as well as matchingplClothingItem::getNumElements()
).IndexError
when appropriate instead of crashing:getElementTexture
setElementTexture
getElementName
setElementName
delElement