Blender 2.8 Python Programming : Screencast Keys Addon

preview_player
Показать описание
In this Blender 2.8 video about my addon VUr - which is a screencast keys addon - I show the Python code for the new features that I added to the addon.

I added a possibility to dock the display of the screencast to the center and the colors of the display can be configured now.

For the colors I used a FloatVectoryProperty for each color that is stored as scene property, so that it can be persisted to the blend-file.

The addon can be downloaded for free from my github:

See my social profiles here

Рекомендации по теме
Комментарии
Автор

Nice work! I'm glad you have made this because it seems screencast keys is not working for me. Other users seem to have the same problem. Nice work as always! :D

stevenbrooks
Автор

This is an awesome Blender 2.8 tutorial right here man I love it. :)

Numocron
Автор

I downloaded from your Git link, version 0.7.0.2 I don't have any of the color selections options available, or the position options. Also, if you move an object using the G shortcut, then constrain it (either doing something like X or shift-X), then the constrained key-press is not reported. I had previously downloaded an older version, but couldn't make use of it for the same reasons regards to key-press reporting. In fact, the new version (reported as 0.7.0.2 in the plugins section of user preferences) isn't any different on my end than the old version.

hardroosterlabs
Автор

What about modal operators? Is it works when modal operators run?

Korchy
Автор

I feal like Screencast should be a Standalone Programme

gnightrow