Message 1 of 1
Is it possible to draw in xray with the kStippled paint style on a custom locator?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I grabbed the devkit example pyFootPrintNode.py,
This is how my modified code looks from the addUIDrawables function:
drawManager.beginDrawInXray()
drawManager.setPaintStyle(omr.MUIDrawManager.kStippled)
drawManager.mesh(omr.MUIDrawManager.kTriangles, locatordata.fTriangleList)
drawManager.endDrawInXray()
Everything else was left the same from the example.
All other paint styles seem to work in x ray mode, kStippled doesn't draw in xray mode.
Thanks.