-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Selecting create preset or manage presets fails. The zoo user directory must be
deleted before the skeleton builder can be started again.
What version of the product are you using? On what operating system?
Maya 2012, Win7 64
CREATE PRESET
# File
"C:/Users/jpronk/Documents/maya/scripts\zooPyMaya\skeletonBuilderUI.py", line
275, in __init__
# MelButton( self, l=names.camelCaseToNice( preset.name() ),
c=self.on_load, w=160 )
# AttributeError: 'NoneType' object has no attribute 'name' #
MANAGE PRESETS
# File "C:/Users/jpronk/Documents/maya/scripts\zooPyMaya\presetsUI.py", line
70, in populate
# other = self.otherLocale()
# AttributeError: 'PresetLayout' object has no attribute 'otherLocale' #
Original issue reported on code.google.com by jeremypr...@gmail.com on 27 Jan 2012 at 6:00