Loong1992 / Maya-select_duplicateMesh-C

Select overlapping and identical objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find & Select Double/Duplicate Mesh

Introduction

Modify and recompile from @vaishakbabu DoubleMesh code. To make it work on specified Maya version. The plug-in can help you select duplicate objects, and then you can choose to delete them to ensure that the scene file is clean and optimize.

Compile

  1. Download Maya devkit from https://www.autodesk.com/developer-network/platform-technologies/maya
  2. Extract in here C:\Program Files\Autodesk\Maya2018\devkit\devkitBase\devkit\
  3. Download ZIP and extract into C:\Program Files\Autodesk\Maya2018\devkit\devkitBase\devkit\plug-ins\detectDoubleMesh
  4. Compile in Visual Studio 2017.

Result

2021-03-15 16_47_37-Window

Plugin Usage

detectDuplicateMesh_demo

Acknowledgments

Special thanks to @vaishakbabu`for his C++ open source code.

About

Select overlapping and identical objects.


Languages

Language:C++ 100.0%