nutti / Screencast-Keys

Blender Add-on: Screencast Keys
GNU General Public License v3.0
1.27k stars 112 forks source link

Suggestion to use a vector mouse indicator #88

Closed Almaz closed 2 years ago

Almaz commented 2 years ago

Hi guys,

I suggest that you use a vector mouse indicator in your addon, which will look more aesthetically pleasing.

I drew such an image in a vector: https://nimb.ws/OaptbR and am ready to provide the SVG file.

Thank you!

nutti commented 2 years ago

@Almaz

I agree with this idea, but Python API does not support reading SVG file as a programmable way. How about using the PNG/JPEG file to specify the image for rendering mouse?

Almaz commented 2 years ago

I prepared a set of bitmap graphics. Please take a look and write me if you need corrections.

nutti commented 2 years ago

Maybe this feature should be extensible. So, I'm considering to add an option to specify the image path instead of loading the specific image.

nutti commented 2 years ago

This feature is now merged to master branch.

issue_88_1

issue_88_2

Thanks for your feature request.

Almaz commented 2 years ago

Great job! Thank you!