nutti / Screencast-Keys

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

few issues in 2.91 #32

Closed 3d-illusions closed 4 years ago

3d-illusions commented 4 years ago

following problems

Letters appear as solid cubes instead of text image

Only works in the initial workspace, even though it still shows as enabled in the n panel.

updater gives following error:

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'E:\blender\shared_files_between_versions\scripts\addons\screencast_key/addon_updator_workspace

nutti commented 4 years ago

@3diuk

Thanks for early feedback of this add-on. I tried the add-on in Blender 2.91 (dc71ad062408), but I could not reproduce this error. In my environment, it seems work correctly.

updater gives following error:

But I reproduce this error. I will fix this for now.

nutti commented 4 years ago

updater gives following error:

This bug is now fixed.

Letters appear as solid cubes instead of text

Could you check your environment for this? I think it does not seem the issue of this add-on.

3d-illusions commented 4 years ago

Thanks, the updater is now working.

Two issues now remain:

  1. The text still displays as solid cubes. Did you change the font recently perhaps?
  2. doesn't work when you change workspaces even though still shows enabled in the new workspace
3d-illusions commented 4 years ago

scrap point 2. I've just found that setting the origin to 'window' resolves that. So just the font problem.

3d-illusions commented 4 years ago

try using todays build from:

https://builder.blender.org/download/

3d-illusions commented 4 years ago

I've just tried downgrading blender to a build from 7th october, and it seems to be ok. Perhaps an api change has broken it:

https://wiki.blender.org/wiki/Reference/Release_Notes/2.91/Python_API

3d-illusions commented 4 years ago

problem gone in todays build.

nutti commented 4 years ago

I'm glad to solve your problem.