Is it possible to draw in xray with the kStippled paint style on a custom locator?

Is it possible to draw in xray with the kStippled paint style on a custom locator?

143110913
Enthusiast Enthusiast
193 Views
0 Replies
Message 1 of 1

Is it possible to draw in xray with the kStippled paint style on a custom locator?

143110913
Enthusiast
Enthusiast

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.

 

0 Likes
194 Views
0 Replies
Replies (0)