Based on Quick Filter Box in Softimage, I made Quick Filterbox for Maya.
tool functions:
- Search while you type.
- For each shapenode type checked, show its transform node.
Base Code:
number = ["one", "two", "three", "four", "five"] search = "Type your search here" for n in number: if search in n: print n
Developed with Python and PyQt.
Thanks Rodrigo Tebisx(Gaúcho) for the idea, Henrique Freitas, Richard Kazuo and Rosenio Pinto for help me and Thales Simonato for research.
Nenhum comentário:
Postar um comentário