X-Pose Picker Animation tool for Blender 4.X

Now you can create two tabs, one for IK, second FK and switch between them. For each tab add command button and add the code for IK/FK switch. Enable Auto-execute on tab switch for the command buttons. This way you’ll get nice IK/FK workflow inside picker with clean layouts.

Best Regards!
Albert

1 Like

Hello!
New picker version 2.2.9 have been released!

Don’t wait, download now. With new version comes drag’n’ drop feature!

  • version 2.2.9
  • fix path error for autosave on Linux
  • fix set last used tab as active tab for open file, open recent and auto-file
  • fix files from older version not opening
  • fix changing xpix filename results in file not open
  • added drag’n’drop svg image to replace button shape
  • added drag’n’drop xpix files to open project
  • added svg png jpg drag’n’ drop change picker background (jpg, svg, png)
  • fix round buttons now svg shape allowed
  • documentation update

Best Regards!
Albert

1 Like

2 Likes

The picker restoring on previously closed view is seriously working nice now. One negative thing though, file autoload doesn’t seem to work for me anymore. Picker defaults to opening a new untitled project.

1 Like

Hi,
Thanks for the heads up! I’ll check that

A.

1 Like

Hi,
From my side everything works perfectly fine with autoload. If your tabs are open and picker view is empty I guess the template is out of the view. I think everything is loaded correctly. Have you tried to reset the view after loading template with autoload? You can do this with View>Reset View or CTRL+SHIFT+F on default key setup. New picker version is reusing xpix viewport coords in different way than the old one so saving the xpix file after reseting the view will replace and store new view coords

but if you’re having loading project issue please provide more information:
picker version, Blender ver, Operating System, project file path, system console prints if there are any.
Is your project file loading normally and problem occurs only on autoload?

thanks!

Best Regards!
Albert

1 Like

Thanks for the quick response Karab. It doesn’t seem to be a view issue as the file itself is not loaded.

When I go to File/Open Project and manually pick ‘DAZ MHX.xpix’, it opens without issue.

I’ve tried this with different files and all give the same results.

Picker Ver: 2.2.9
Blender Ver: 3.1 & 3.1.2
Windows 10 64 bit
Project file path: Default Blender installation on C drive
Picker file path: B:\

The project files seem to load normally. Autoload isn’t working even on a new file.

Console print is spitting out errors however.

Console Print

INFO:PickerHost:execute
INFO:PickerHost:Existing loop?
Warning: Path ‘A:\HDRI\HDRI Haven\studio_small_03_1k.hdr’ cannot be made relative
Warning: Total files 1 | Changed 0 | Failed 1
Info: Saved “6676_autosave_pix.blend”
INFO:PickerHost:Server started
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed
ERROR:PickerHost:handle_connection() failed
Traceback (most recent call last):
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 659, in handle_connection
await self.receive_message(message)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 686, in receive_message
self.handle_message(msg)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 699, in handle_message
namespace = decodeNamespace(self.pickerNamespace)
File “C:\Users\Domiek\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py”, line 219, in decodeNamespace
name = obj.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
INFO:PickerHost:Connection closed

I found an older 3.2 Alpha build of K-cycles that has version 2.0.4 of the picker on there and the file autoload works correctly there.

Edit: Reinstalled 2.0.4 on Blender 3.1.2 and the autoload is working fine.

This looks like connection issue. There’s nothing about file error in the log prints. Is picker working correctly in that particular case?
File may not opening because the file path is normally sent from Blender to picker when the picker starts. So the connection issue may in result cause the problem.
Can you test the picker’s autoload on fresh blender installation just for scientific purposes? Let’s see if there’s anything else that may cause connection the errors on picker startup. Thanks!

Best Regards!
Albert

1 Like

I downloaded a separate self contained version of Blender 3.1.2 and reinstalled 2.2.9 picker on there and the autoload worked as you expected!

How do I properly reinstall the picker for the Blender installations on my C drive? I’ve uninstalled Blender and reinstalled a new copy but the issue persists. I’ve went into AppData/Roaming and deleted the xpose picker files from the blender addons folders there but it doesn’t seem to be enough.

1 Like

Wipe picker folder from appdata blender addons and install it with blender preferences add-on installer as usual.

A.

1 Like

Is there somewhere else the data could be stored? I’ve deleted xtrapicker from the appdata addons half a dozen times and the File Autoload section still points to my picker file when I reinstall picker in preferences.

I’ve even deleted picker from every other version of Blender installed and still the issue remains.
image

I don’t have Blender installed on any directory but C, any ideas?

Thanks

That’s fine. File path for autoloader is a property variable stored in your blend file.

I opened Blender and did File->Defaults->Load factory settings and xpicker works fine this way.

I would hate to delete my startup file with all of my settings. Is there a way to clear all xpicker variables stored in a blend file?

1 Like

Happy to hear you figured it out. I believe that it can be only done via blender scripting console at the moment because some picker settings are saved individually for every scene.

A.

I’m sorry for continuing to be an annoyance but it’s just not working for me. I’ve uninstalled every single copy of Blender, deleted all local files & preferences and reinstalled everything fresh. 2.2.9 Picker works fine. After I finish setting up a new startup file, I’ll save it as the new default and close Blender. Opening Blender with the new startup file results in the picker having the same connection issue.

I’ve reverted to using 2.0.4 which works flawlessly.

Thanks for letting me know! I will investigate :mag_right: the issue.

1 Like

Hello, do you know if x pose picker can be used with faceit plugin rigging?

2 Likes

Hello!
I believe the picker can be used with faceit plugin. X-Pose Picker is designed to work with any rigs built with bone armatures.

Best Regards!
Albert

2 Likes

Thank you @karab44, this is in my next purchase list then :slight_smile:

1 Like

Hi.

I have an issue, setups made in x-Pose Picker 1.9.0 do not open in version 2.2.9.

Any info about this?

Thanks