Richard Redcroft
Redcroft
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
What is the most bullet proofed Debian version atm ? 2023年8月16日13:19
Debian testing has worked ok-ish for me, but the best experience ive has is with OpenSuse Leap/Tumbleweed and the nvidia drivers direct from nvidia (https://download.nvidia.com/opensuse/tumbleweed [download.nvidia.com] and https://download.nvidia.com/opensuse/leap/15.5). However the issue's ive faced is around the nvidia drivers/cuda/opencl etc rather than 3delight and deadline specifically.
Selecting Parms in channel list / anim edit in python 2022年1月24日5:21
Hi,
I'm trying to get a list of the currently scoped and selected channels in the animation editor with python but not sure how. I triedand but that returns an empty tuple.
Thanks
I'm trying to get a list of the currently scoped and selected channels in the animation editor with python but not sure how. I tried
hou.ChannelList.parms()
hou.ChannelList.selected()
Thanks
Can't open pose library directory 2021年11月30日5:28
Hi,
We get the following error when trying to open pose library
Thanks
We get the following error when trying to open pose library
[redsith@heimdall ~]$ Traceback (most recent call last): File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/poselib.py", line 221, in _openDirectory self.libraryWidget.openLibrary(itemlibrary.LIBRARY_DIRECTORY) File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itembrowser.py", line 1034, in openLibrary return self._loadFrom(load_format, path, "Open Library", False) File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itembrowser.py", line 1058, in _loadFrom name = self.itemModel.loadFrom(load_format, path, importing) File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itemlibrary.py", line 2446, in loadFrom success = self.loadJSON(root_folder) File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itemlibrary.py", line 1606, in loadJSON force_load_data=force_load_data) \ File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itemlibrary.py", line 1578, in loadJSON item = self.itemFromJSON(json) File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/posemodel.py", line 354, in itemFromJSON json[itemlibrary.JSON_IMAGE_TYPE]), File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itemlibrary.py", line 1515, in _deserializeImage byte_array = byte_array.fromBase64(image.encode('utf-8')) AttributeError: 'bytes' object has no attribute 'encode'
Thanks