Hi guys,

we have currently installed shed pose library and we found the following error 
evrytime we try to use it:
any ideas?
Thanks in advance,
Francisco
 
Application.shed_newPose()
Application.SetValue("shed_newPoseProp.parPoseName", "base", "")
# ERROR : Traceback (most recent call last):
#   File "<Script Block 2>", line 659, in shed_newPoseProp_saveNewPose_OnClicked
#     userPath = os.path.join(currentPosePath, userName)
#   File 
"/usr/Softimage/Softimage_2013/Application/bin/lib/python2.5/posixpath.py", 
line 60, in join
#     if b.startswith('/'):
# AttributeError: 'NoneType' object has no attribute 'startswith'
#  - [line 658 in 
/root/Autodesk/Softimage_2013/Addons/Shed_Tools/Application/Plugins/SHED_poseLib.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR :    [656]                     os.makedirs(currentPosePath)
# ERROR :    [657]                     lm("New folder for poses in the current 
datebase (DB) was created: " + currentPosePath )
# ERROR :   >[658] 
# ERROR :    [659]                 userPath = os.path.join(currentPosePath, 
userName)
# ERROR :    [660]                 if not os.path.isdir(userPath):
# ERROR :    [661]                     os.makedirs(userPath)
# ERROR :     Traceback (most recent call last):
#   File "<Script Block 2>", line 659, in shed_newPoseProp_saveNewPose_OnClicked
#     userPath = os.path.join(currentPosePath, userName)
#   File 
"/usr/Softimage/Softimage_2013/Application/bin/lib/python2.5/posixpath.py", 
line 60, in join
#     if b.startswith('/'):
# AttributeError: 'NoneType' object has no attribute 'startswith'
# 

Reply via email to