anttijaakkola

About

Username
anttijaakkola
Joined
Visits
7
Last Active
Roles
Member

Comments

  • Hi Matthias, thanks for your response. Yes, your suggestion sounds like an easier way to go, definitely something to start with first. Eventually, to get mouse interaction I understand that PluginFactory is needed. Regarding this, should PluginFac…
  • Hi Matthias and sorry for the delay in my comment :) I will probably try implementing this at some point in the future. Indeed I'm looking for an emulation feature - I've used Tanner's L-edit and slicing polygons has been an integral part of my …
  • I was blind: of course the intended way to do this is through the macro properties dialog, where a keyboard shortcut can be defined! Anyways, the above example shows how to do it with code.
  • Found the solution - python example below. Markdown seems not to work for code blocks? import pyawin = pya.Application.instance().main_window()def keyfun(): print("key pressed") pya.QMessageBox.information(None, "Message", &q…