From c65c84d4ab88f38567dfbabfb929d73081d96196 Mon Sep 17 00:00:00 2001 From: Eduardo Chauca Date: Mon, 5 Jan 2026 15:24:28 -0500 Subject: [PATCH 1/2] removed outdated reference --- .python-version | 1 + engine.py | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..d5cd4cc --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.10.10 diff --git a/engine.py b/engine.py index dc2fa12..a29aaac 100644 --- a/engine.py +++ b/engine.py @@ -375,11 +375,6 @@ def _poll_for_ui_available_then_setup_shelves(): # 169562 (SG-40163). hou.refreshStartupPathCacheDirectory(xml_tmp_dir) - # tell QT to interpret C strings as utf-8 - utf8 = QtCore.QTextCodec.codecForName("utf-8") - QtCore.QTextCodec.setCodecForCStrings(utf8) - self.logger.debug("set utf-8 codec for widget text") - # Typically we only call this method for engines which don't have a # well defined styling. Houdini appears to use stylesheets to handle # its styling which it conflicts with the toolkit strategy of using a From 47fe75290a3bc33464e7e057ae32c8ea11233d4e Mon Sep 17 00:00:00 2001 From: Eduardo Chauca Date: Mon, 5 Jan 2026 15:26:49 -0500 Subject: [PATCH 2/2] wrong file deleted --- .python-version | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .python-version diff --git a/.python-version b/.python-version deleted file mode 100644 index d5cd4cc..0000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.10.10