AnimalLogic / AL_USDMaya

This repo is no longer updated. Please see https://github.com/Autodesk/maya-usd
Other
266 stars 69 forks source link

support viewport selection in maya2019 VP2 (retry) #118

Closed pilarmolinalopez closed 6 years ago

pilarmolinalopez commented 6 years ago

Description

Implements VP2 selection in maya2019 thanks to the new MPxDrawOverride::userSelect() interface (Duplicated of pull request #108. Now merging into develop branch. Discard pull request #108)

Changelog

Added

Checklist (Please do not remove this line)

murphyeoin commented 6 years ago

Hi Pilar, thanks for opening the new PR...I gave it a quick test in PR95, and am getting a segfault deep in UsdImagingGLHdEngine::TestIntersectionBatch - could be something on our end, the build of USD/AL_USDMaya etc - will give it another try tomorrow. Eoin

pilarmolinalopez commented 6 years ago

Hi Eoin, I haven't experienced any segfault like that one. We have been seeing some random crashes but not in that part of the code. These same crashes also happen when using the commands for selecting (instead of selecting in viewport), so I assume they are not related to the ProxyDrawOverride::userSelect() code. I'm also testing in PR95. Let me know if you need me to test anything.

murphyeoin commented 6 years ago

All good, problem looks like it's related to mixing compilers in USD and AL_USDMaya on our side. Thank you!