Skip to content

Instantly share code, notes, and snippets.

View OriginalAdric's full-sized avatar

Adric Worley OriginalAdric

View GitHub Profile
########################################################################
# DESCRIPTION:
#
# Produces the command "MayaScannerCB".
#
# This is a simple demonstration of how to use a Python plug-in.
# A "Hello World" text is output to the script editor window.
#
# To use, make sure that MayaScannerCB.py is in your MAYA_PLUG_IN_PATH,
# then do the following:
// Maya Mel UI Configuration File.Maya Mel UI Configuration File..
//
//
// This script is machine generated. Edit at your own risk.
//
//
////////////////////////////////////////////////////////////////////
global proc UI_Mel_Configuration_think(){
string $localized_resources_path = `getenv MAYA_LOCATION`+("/resources/l10n/");
string $all_file[]=`getFileList -folder $localized_resources_path`;
tnzcore.dll!std::vector<std::pair<TPalette::Page * __ptr64,TSmartPointerT<TColorStyle> >,std::allocator<std::pair<TPalette::Page * __ptr64,TSmartPointerT<TColorStyle> > > >::size() Line 1148
tnzcore.dll!TPalette::getStyleCount() Line 192
tnzcore.dll!TPalette::getFirstUnpagedStyle() Line 251
toonzlib.dll!PaletteCmd::createStyle(TPaletteHandle * paletteHandle, TPalette::Page * page) Line 376
toonzqt.dll!PaletteViewerGUI::PageViewer::addNewColor() Line 970
toonzqt.dll!PaletteViewerGUI::PageViewer::qt_static_metacall(QObject * _o, QMetaObject::Call _c, int _id, void * * _a) Line 109
Qt5Cored.dll!QMetaObject::activate(QObject * sender, int signalOffset, int local_signal_index, void * * argv) Line 3715
Qt5Cored.dll!QMetaObject::activate(QObject * sender, const QMetaObject * m, int local_signal_index, void * * argv) Line 3579
Qt5Widgetsd.dll!QAction::triggered(bool _t1) Line 366
Qt5Widgetsd.dll!QAction::activate(QAction::ActionEvent event) Line 1163