How to handle scene item transformation in LUA

Bobby©

New Member
I've found a signal item_transform that is responsible for notification abount such events, but neither such function is called when I move or resize scene items, nor associated function is called if I register such one in script_load using signal_handler_connect. What is a correct way to handle scene item transformation events in LUA scripts?
 
Top