Hal
Hal
This PR wants to improve working with embedded python scanning rez-plugins, allow us to use [Pyinstaller ](https://github.com/pyinstaller/pyinstaller) and [PyOxidizer](https://github.com/indygreg/PyOxidizer) to make rez as a single application to deploy. Below is...
This PR is try to fix #1665
We get a `Access denied` issue when using rez cp on our windows virtual ci machine. I found some similar issue. https://github.com/conan-io/conan/issues/6560 **Environment** * Windows 10 * 2.113 + and...
This PR is add a new function to allow get providers from entry points. ```python # setup.py setup( name="notfiers_xxx_provider", package_dir={"": "."}, packages=find_packages("."), entry_points={ "notfiers": ["provider1= notfiers_xxx_provider.Pushover2"], ["provider2= notfiers_xxx_provider.Pushover2"], }, )...
这些改进应该能更好地处理 Qt 对象的生命周期问题。 主要的改进点是: - 添加了专门的安全访问函数 - 多层保护机制 - 更严格的对象有效性检查 - 更好的错误处理
- Add comprehensive fix for bpy.app.translations missing attributes - Implement sys.modules patch to intercept module registration - Use complete wrapper with all required Shiboken attributes - Fix AttributeError when Shiboken...
## 🐛 **Bug Description** When the **bqt addon** is enabled in **Blender 3.6+ with PySide2 or PySide6**, it triggers a critical AttributeError: ``` AttributeError: 'bpy.app.translations_type' object has no attribute '__name__'...