An open API service indexing awesome lists of open source software.

https://github.com/jerenchen/maya-qt-mouse-event

A simple C++ example plugin demonstrating how to handle the Qt mouse button events with Maya widgets
https://github.com/jerenchen/maya-qt-mouse-event

maya-plugin qt-gui

Last synced: 3 months ago
JSON representation

A simple C++ example plugin demonstrating how to handle the Qt mouse button events with Maya widgets

Awesome Lists containing this project

README

        

# maya-qt-mouse-event
A simple C++ example plugin demonstrating how to handle Qt mouse button events in Maya.

Autodesk does not provide a CMake module for Maya so you will need something like [FindMaya.cmake](frarees.github.com/maya-cmake) in order to build the plugin without modifying [CMakelists.txt](CMakeLists.txt).