Questions tagged [interface]
Questions pertaining to Blender's user interface, such as theming, scripting and operating the interface.
759
questions with no upvoted or accepted answers
9
votes
0
answers
257
views
Play/animate images, spritesheets or video files in 'template_icon_view'
I want to "play" some animation in this UI space, the template_icon_view:
I can load all the images I want, for example:
I know that the gif format is ...
8
votes
0
answers
958
views
Operator tooltip from layout text
The concept is to make a panel layout that emulates the workspace (screen) layout. While testing I have set all the buttons to be the Splash Screen operator.
An image of how this looks for five ...
7
votes
1
answer
943
views
Hotkey to navigate scenes in Blender 2.8?
In Blender 2.7, i could change the layout with Ctrl + ← and Ctrl + →.
In 2.7, the scene was layout dependent, allowing me to navigate the scene this way.
However, in Blender 2....
6
votes
0
answers
502
views
How do I change the width of the Adjust Last Operation panel?
I've done this simple operator taken from templates. How can I change the width of the Adjust Last Operation panel?
I tried scale_x and ...
5
votes
0
answers
843
views
How can I make the text of my panel in bold or italic? this is blender python related
Basically what I want is to make my panel header in bold and other text in my panel to be italic.
For example: I want the text 'settings' with the preferences icon to be in bold.
This is the code for ...
5
votes
0
answers
482
views
How to detect if Blender is currently rendering
I would like to hide certain parts of the UI automatically as soon as the user hits the Render Animation button.
I'm looking for something similar to ...
5
votes
0
answers
202
views
Object Picker Modal Operator?
I saw this question this morning and i'm also quite interested in a Picker modal operator, so I did tinker a bit and achieve a somewhat beginning of a working code but I encountered some problems ...
5
votes
1
answer
2k
views
Apply face normal orientation to object Local Pivot Point orientation?
Is there a simple way to "apply" a custom transform orientation to an objects pivot?
The purpose is to set the faces normal as the new pivot of the object.
Duarte Farrajota Ramos' cube merge trick ...
5
votes
0
answers
395
views
Wacom tablet acting oddly in 2.71
Just putting this out there in case anyone has any ideas.
I have an older Wacom Intous2 and it still works great. I'm on Windows7. On Blender 2.71 and earlier, my Wacom tablet always worked perfectly, ...
5
votes
1
answer
13k
views
Having trouble panning/rotating with two-fingers on trackpad
I'm having trouble with something that's hopefully pretty basic. I just got a windows laptop after using a macbook for a while. I was surprised to find that blender was not acting the same. On my mac, ...
4
votes
0
answers
460
views
How does blender make native icons with different colors?
I'm making an addon for blender and I want to change the color of the native icons used in the custom layout for a better visual experience.
I made this simple grid to display all possible icons, but ...
4
votes
0
answers
51
views
Dragging new link to an already linked node input doesn't delete the existing link: it switches it to the next input instead. How to avoid that?
Blender seems to have this default behavior when editing node trees:
If I have a node with an input that is already receiving a link, and I drag another link to that input, the existing link isn't ...
4
votes
0
answers
279
views
Enable show keyboard-shortcuts in Toolbar?
Is there a way to preview the keyboard shortcuts of a common command in the standard toolbar much like this?
I've been told I should use the F3/spacebar search options but retrieval adds time to ...
4
votes
0
answers
440
views
Show number of Tris selected
Is there a reason it doesn't show you the number of Tris selected? Seems benighted to me. I really need this feature.
4
votes
0
answers
79
views
Instancing a space theme with a draw callback
In a somewhat tongue in cheek answer to https://blender.stackexchange.com/a/197340/15543 have come across the possibility of having one instance of a 3d view showing a different theme than another.
...