Icon Viewer: No button on console header #82453
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#82453
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Linux-5.8.7-arch1-1-x86_64-with-arch 64 Bits
Graphics card: GeForce GTX 660M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.66
Blender Version
Broken: version: 2.91.0 Beta, branch: master, commit date: 2020-11-05 22:40, hash:
blender/blender@02677ec4e0
Worked: 2.90
Caused by blender/blender@4b20eebb85
Addon Information
Name: Icon Viewer (1, 4, 0)
Author: roaoao
Short description of error
The button on the python console header is missing.
Exact steps for others to reproduce the error
Added subscriber: @Imaginer
#84146 was marked as duplicate of this issue
This doesn't seem to be limited to this addon. It seems like it affects any addon that attempts to add stuff to headers in this way (maybe all ways?).
Added subscriber: @lichtwerk
Changed status from 'Needs Triage' to: 'Confirmed'
Can confirm
Added subscriber: @ideasman42
Caused by blender/blender@4b20eebb85
But reading this:
I think we have to alter the Addon way we add the button (not registering, but appending)
Added subscriber: @jenkm
I would first ask the question - why Icon Viewer in the console?
This issue was referenced by
483cdf6e91
One possible place to do development and thus needing them?
In the Text Editor you can edit scripts and there you may need to copy the icon, but in the console...
It's not that I'm against it it's just not clear.
Tbh, I havent thought about this much either.
But I assume someone has [the authors]. Dont have a strong opinion here, just wanted to make it work again ;) Not here to ask questions :)
I use it exclusively from the console button. I develop addons with external editors, but often use the console to dig into blender's internal python structures for the correct properties/operators I need to work with. Also, I find the popup from the button much easier to work with than the squished UI in the text editor panel.
Lol, I usually append stuff, but after seeing this addon I thought I was doing it wrong, but apparently not. :)
Changed status from 'Confirmed' to: 'Resolved'
Thanks for the fix @lichtwerk. Much appreciated.
Added subscriber: @APEC