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
- Host: GitHub
- URL: https://github.com/jerenchen/maya-qt-mouse-event
- Owner: jerenchen
- Created: 2022-02-19T23:47:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T01:01:36.000Z (over 3 years ago)
- Last Synced: 2025-01-25T19:07:06.264Z (4 months ago)
- Topics: maya-plugin, qt-gui
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).