{"id":924,"date":"2025-01-18T11:40:35","date_gmt":"2025-01-18T19:40:35","guid":{"rendered":"http:\/\/fx-td.com\/houdiniandchill\/?p=924"},"modified":"2025-01-18T11:48:10","modified_gmt":"2025-01-18T19:48:10","slug":"archived-post-by-tackyflea","status":"publish","type":"post","link":"http:\/\/fx-td.com\/houdiniandchill\/2025\/01\/18\/archived-post-by-tackyflea\/","title":{"rendered":"Archived post by tackyflea"},"content":{"rendered":"<div class=\"postie-post\">\n<p class=\"\">K found out how to make a basic signal, hours of finding the right function leading to only few lines of code woo(?)<br \/>\nHow to do a basic Signal in python compatible with Houdini: &#8220;`python from PySide2.QtCore import QObject, Signal class ECoolEventSignal(QObject):     string_event = Signal(str)<br \/>\ncool_event_instance = ECoolEventSignal()<br \/>\n# sender  cool_event_instance.string_event.emit(&#8220;Passing da string&#8221;) # reciever cool_event_instance.string_event.connect(self.listeningFunction) &#8220;` (You can also hook to the event functions via <a href=\"https:\/\/doc.qt.io\/qt-5\/qcoreapplication.html#sendEvent\">doc.qt.io\/qt-5\/qcoreapplication.html#sendEvent<\/a> but it was overkill in my need)<\/p>\n<p class=\"\">now time for a drink and do something with this tommorow \ud83d\ude02<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>K found out how to make a basic signal, hours of finding the right function leading to only few lines of code woo(?) How to do a basic Signal in python compatible with Houdini: &#8220;`python from PySide2.QtCore import QObject, Signal class ECoolEventSignal(QObject): string_event = Signal(str) cool_event_instance = ECoolEventSignal() # sender cool_event_instance.string_event.emit(&#8220;Passing da string&#8221;) # reciever &hellip; <a href=\"http:\/\/fx-td.com\/houdiniandchill\/2025\/01\/18\/archived-post-by-tackyflea\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Archived post by tackyflea<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[],"_links":{"self":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/posts\/924"}],"collection":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/comments?post=924"}],"version-history":[{"count":0,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/posts\/924\/revisions"}],"wp:attachment":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/media?parent=924"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/categories?post=924"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/tags?post=924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}