SkinningTools.UI.tabs.skinSliderSetup

Module Contents

Classes

SkinSliderSetup

skinslider setup,

Functions

testUI()

test the current UI without the need of all the extra functionality

class SkinningTools.UI.tabs.skinSliderSetup.SkinSliderSetup(parent=None)

skinslider setup, allows the weights to be changed with a slider widget while keeping everything normalized

toolName = SkinSliderSetup
__setUI(self)

convenience function to gather all buttons for the current UI

_showUnused(self, *args)

setup to display the joints if they have or do not have a weight value assigned

_update(self)

convenience function to refresh and update the current widget

clearCallback(self)

remove selection based callback

createCallback(self)

create callback to refresh the current widget based on selection in dcc tool

doTranslate(self)

seperate function that calls upon the translate widget to help create a new language we use the english language to translate from to make sure that translation doesnt get lost

getButtonText(self)

convenience function to get the current items that need new locale text

searchJointName(self)

based on the given text we only display jointsliders that are represted by a partial identification of the given string in the search lineedit

translate(self, localeDict={})

translate the ui based on given dictionary

Parameters

localeDict (dict) – the dictionary holding information on how to translate the ui

SkinningTools.UI.tabs.skinSliderSetup.testUI()

test the current UI without the need of all the extra functionality