Public Member Functions | Public Attributes

client.AvatarModel.AvatarModelManager Class Reference

As far as I can tell this code (which is based on code right at the very end of FD Avatar.py) is probably deprecated and not used in FD anymore. More...

List of all members.

Public Member Functions

def __init__
def buildAvatarModels
def makeModel
def treeModelNumbers
def listModelNumbers
def listModelNode

Public Attributes

 modelPresets
 AvatarModels

Detailed Description

As far as I can tell this code (which is based on code right at the very end of FD Avatar.py) is probably deprecated and not used in FD anymore.

Instead the set_AvatarModel() stuff starting around l.714 seems to be the current code. We use this for now anyway since its simple and seems to work well. Probably going to have to replace it once we go into customizable Avatar Models though This is the AvatarModelManager Singleton it reads and parses the master model definition .xml files from scripts/client/data and makes functionality related to those available

Definition at line 22 of file AvatarModel.py.


Member Function Documentation

def client.AvatarModel.AvatarModelManager.__init__ (   self  ) 

Definition at line 26 of file AvatarModel.py.

def client.AvatarModel.AvatarModelManager.buildAvatarModels (   self,
  cclass = None 
)

Definition at line 37 of file AvatarModel.py.

def client.AvatarModel.AvatarModelManager.listModelNode (   self,
  node 
)

Definition at line 138 of file AvatarModel.py.

def client.AvatarModel.AvatarModelManager.listModelNumbers (   self  ) 

Definition at line 134 of file AvatarModel.py.

def client.AvatarModel.AvatarModelManager.makeModel (   self,
  num,
  oldModel 
)

Definition at line 52 of file AvatarModel.py.

def client.AvatarModel.AvatarModelManager.treeModelNumbers (   self  ) 

Definition at line 115 of file AvatarModel.py.


Member Data Documentation

Definition at line 31 of file AvatarModel.py.

Definition at line 30 of file AvatarModel.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties