{"id":816,"date":"2024-05-30T14:33:40","date_gmt":"2024-05-30T21:33:40","guid":{"rendered":"http:\/\/fx-td.com\/houdiniandchill\/?p=816"},"modified":"2024-05-30T14:42:27","modified_gmt":"2024-05-30T21:42:27","slug":"archived-post-by-whiteg90-3","status":"publish","type":"post","link":"http:\/\/fx-td.com\/houdiniandchill\/2024\/05\/30\/archived-post-by-whiteg90-3\/","title":{"rendered":"Archived post by whiteg90"},"content":{"rendered":"<div class=\"postie-post\">\n<p class=\"\">In case anyone finds this helpful &#8212; I made a quick shelf button for myself to set sticky note text color to the current note color and then hide the background because I don&#8217;t like having big rectangle notes around if I just want to briefly describe and color coordinate things. Here&#8217;s an example screenshot. You can just drop this in a python shelf button, could even assign it a hotkey. I guess I was also modifying the color a bit in HSV &#8211; can&#8217;t remember why, but you could modify that too<br \/>\n&#8220;` selected_sticky_notes = [ item for item in hou.selectedItems() if isinstance(item, hou.StickyNote) ] for sticky_note in selected_sticky_notes:<br \/>\n    #Get current note color in hsv     note_color_hsv = sticky_note.color().hsv()<br \/>\n    #Create text color from note color     text_color = hou.Color()     text_color.setHSV((note_color_hsv[0], note_color_hsv[1]*0.85, note_color_hsv[2]*1.15))<br \/>\n    sticky_note.setTextColor(text_color)     sticky_note.setDrawBackground(0) &#8220;`<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In case anyone finds this helpful &#8212; I made a quick shelf button for myself to set sticky note text color to the current note color and then hide the background because I don&#8217;t like having big rectangle notes around if I just want to briefly describe and color coordinate things. Here&#8217;s an example screenshot. &hellip; <a href=\"http:\/\/fx-td.com\/houdiniandchill\/2024\/05\/30\/archived-post-by-whiteg90-3\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Archived post by whiteg90<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/posts\/816"}],"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=816"}],"version-history":[{"count":0,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/posts\/816\/revisions"}],"wp:attachment":[{"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/media?parent=816"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/categories?post=816"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/fx-td.com\/houdiniandchill\/wp-json\/wp\/v2\/tags?post=816"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}