Pose Library Thumbnails addon not installing in Blender official 2.83 #77895

Closed
opened 2020-06-15 19:41:47 +02:00 by visualbug3d@gmail.com · 6 comments

image.png

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce GTX 1060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87

Blender Version
Broken: version: 2.83.0, branch: master, commit date: 2020-06-03 14:38, hash: blender/blender@211b6c29f7
Worked: (newest version of Blender that worked as expected)

Short description of error
[Please fill out a short description of the error here]

Hi Blender team,

The Pose Library Thumbnails addon not installing in Blender official 2.83, tried a few times, with 2.82, 2.83, 2.90
and some of my friends cannot install it. Do not appear on the addon list.

addon by Sybren A. Stüvel : https://gitlab.com/blender-institute/pose-thumbnails
*I contacted him already and he suggested to do this bug report :)

@Hjalti used it for spring!!, I think this addon MUST be integrated in Blender official addons, is necessary for *character animation,*
(until you work on a new pose library in the future)

with a fix suggested by @umkastudio22
**I can install it, select the poses but is not showing the thumbnails** (attached is a screen capture)
The fix:
Python API changed a lot in 2.80. You can fix addon by hand. Find http://prefs.py and change line 17 from

return context.user_preferences.addons[package].preferences

to

return context.preferences.addons[package].preferences"

must work"

Best Regards,
Leo

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

The Pose Library Thumbnails addon not installing in Blender official 2.83, tried a few times, with 2.82, 2.83, 2.90
and some of my friends cannot install it. Do not appear on the addon list.

![image.png](https://archive.blender.org/developer/F8622035/image.png) **System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: GeForce GTX 1060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87 **Blender Version** Broken: version: 2.83.0, branch: master, commit date: 2020-06-03 14:38, hash: `blender/blender@211b6c29f7` Worked: (newest version of Blender that worked as expected) **Short description of error** [Please fill out a short description of the error here] Hi Blender team, The Pose Library Thumbnails addon not installing in Blender official 2.83, tried a few times, with 2.82, 2.83, 2.90 and some of my friends cannot install it. Do not appear on the addon list. **addon** by Sybren A. Stüvel : https://gitlab.com/blender-institute/pose-thumbnails *I contacted him already and he suggested to do this bug report :) @Hjalti used it for spring!!,` I think this addon MUST be integrated in Blender official addons`, is necessary for `*character animation,* ` (until you work on a new pose library in the future) **`with a fix suggested by`** @umkastudio22 **I `can install it, select the poses but is not showing the thumbnails** (attached is a screen capture) ` The fix: Python API changed a lot in 2.80. You can fix addon by hand. Find http://prefs.py and change line 17 from return context.user_preferences.addons[__package__].preferences to return context.preferences.addons[__package__].preferences" must work" Best Regards, Leo **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)] The Pose Library Thumbnails addon not installing in Blender official 2.83, tried a few times, with 2.82, 2.83, 2.90 and some of my friends cannot install it. Do not appear on the addon list.

Added subscribers: @Hjalti, @visualbug

Added subscribers: @Hjalti, @visualbug
Member

Added subscribers: @dr.sybren, @lichtwerk

Added subscribers: @dr.sybren, @lichtwerk
Member

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'

Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'
Member

addon by Sybren A. Stüvel : https://gitlab.com/blender-institute/pose-thumbnails
*I contacted him already and he suggested to do this bug report :)

@dr.sybren: not sure if we handle non-official Addons in the tracker here? ^^

> addon by Sybren A. Stüvel : https://gitlab.com/blender-institute/pose-thumbnails > *I contacted him already and he suggested to do this bug report :) @dr.sybren: not sure if we handle non-official Addons in the tracker here? ^^

Changed status from 'Needs Developer To Reproduce' to: 'Archived'

Changed status from 'Needs Developer To Reproduce' to: 'Archived'
Sybren A. Stüvel self-assigned this 2020-06-16 16:12:09 +02:00

@lichtwerk we don't, the add-on's repository is on Gitlab, so the issue should have been filed there. And apparently it already has been, at https://gitlab.com/blender-institute/pose-thumbnails/-/issues/6.

@visualbug please don't report an issue in two difference places, it's not n

@lichtwerk we don't, the add-on's repository is on Gitlab, so the issue should have been filed there. And apparently it already has been, at https://gitlab.com/blender-institute/pose-thumbnails/-/issues/6. @visualbug please don't report an issue in two difference places, it's not n
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#77895
No description provided.