Month: December 2021

  • Debugging C++ based Maya plug-in with Visual Studio debugger

    Debugging C++ based Maya plug-in with Visual Studio debugger

    Summary Visual Studio can attach to running maya.exe process with Debug > Attach to Process. This post describe using the debugger to debug Maya C++ plug-in. Prerequisites Software environments: Maya 2022 Update 2 Visual Studio 2019 Windows 10 Pro v21H1 Maya.env: Steps Click Properties in your project. Click Configuration Properties > Debugging. Type your maya.exe…

  • Delete vertexes with Maya

    Delete vertexes with Maya

    Summary Q. How to erase vertexes?A. Type command + delete Select vertexes, and type delete. But Maya will not be delete vertexes. Steps Exec one of the following: In the global menu, click Edit Mesh > Delete Edge/Vertex Type command + delete or control + delete The result is here: References Delete edges | Maya…