Message 1 of 1
Container visualisation while Debugging C++ plugin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
While using Microsoft visual studio for debugging some Maya tools, it appears that some containers like MPointArray are not displayed correctly. I'd like to be able to see each MPoint and their values (x,y,z) and other ouptus like MPointArray:length() for instance.
I'm aware of the Natvis approach but I can't find any reliable solution.
Cheers.