Font size Screencast Key -VS- Render 1.0.0 #102213

Closed
opened 2022-11-01 17:55:35 +01:00 by Kent Davis · 18 comments

System Information
Operating system: macOS-13.1-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.9.48

Blender Version
Broken: version: 3.4.0 Alpha, branch: master, commit date: 2022-10-31 09:54, hash: c2e36c09b9
Worked: (newest version of Blender that worked as expected)

Short description of error
Font Size mess up

Exact steps for others to reproduce the error

image.png
See Youtube: https://youtu.be/1kocc-7bOsw

Please help with ScreenCast Key Resolve on Font Size.
There ScreenCast Key with RENTER on top font size too

**System Information** Operating system: macOS-13.1-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.9.48 **Blender Version** Broken: version: 3.4.0 Alpha, branch: master, commit date: 2022-10-31 09:54, hash: `c2e36c09b9` Worked: (newest version of Blender that worked as expected) **Short description of error** Font Size mess up **Exact steps for others to reproduce the error** ![image.png](https://archive.blender.org/developer/F13833977/image.png) See Youtube: https://youtu.be/1kocc-7bOsw Please help with ScreenCast Key Resolve on Font Size. There ScreenCast Key with RENTER on top font size too
Author

Added subscriber: @Kent-Davis

Added subscriber: @Kent-Davis
Author
https://github.com/nutti/Screencast-Keys/issues/135
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'
Member

Hi, thanks for the report. If I understand correctly, font size option of screencast key add-on also changes font of other texts, right?
I'll close this ticket since it's caused by the external add-on. It is best to report this issue at add-ons website (you did this already).
Feel free to comment if there is misunderstanding.

Hi, thanks for the report. If I understand correctly, font size option of screencast key add-on also changes font of other texts, right? I'll close this ticket since it's caused by the external add-on. It is best to report this issue at add-ons website (you did this already). Feel free to comment if there is misunderstanding.
Author

@PratikPB2123

Yes
... changes font of other texts, is correct.
3.3.2 is normal size
3.4.0 is mess up too biggest size something wrong.
Would some one can help NUTT resolve change code separate other text from ScreenCast Key Add-Ons?
Also back normal size without too biggest size text.
I do use Macintosh. Do not use Windows.
See my display (More Space) picture.
image.png

image.png

image.png

@PratikPB2123 Yes ... changes font of other texts, is correct. 3.3.2 is normal size 3.4.0 is mess up too biggest size something wrong. Would some one can help NUTT resolve change code separate other text from ScreenCast Key Add-Ons? Also back normal size without too biggest size text. I do use Macintosh. Do not use Windows. See my display (More Space) picture. ![image.png](https://archive.blender.org/developer/F13836712/image.png) ![image.png](https://archive.blender.org/developer/F13836719/image.png) ![image.png](https://archive.blender.org/developer/F13836725/image.png)
Member

Added subscriber: @nutti

Added subscriber: @nutti
Member

@PratikPB2123

The main problem is Blender does not return to the original font size before rendering the text on the render result.

Are all add-ons responsible for returning the original font size before escaping the custom draw function?
I'm not sure the range of responsibility the add-on takes care.
It is helpful for me to show the guidance to the add-on developer.

@PratikPB2123 The main problem is Blender does not return to the original font size before rendering the text on the render result. Are all add-ons responsible for returning the original font size before escaping the custom draw function? I'm not sure the range of responsibility the add-on takes care. It is helpful for me to show the guidance to the add-on developer.
Member

@nutti hi, I've not tested this. Are multiple add-on behaving like this? If so, it'd be a issue in blender code.

@nutti hi, I've not tested this. Are multiple add-on behaving like this? If so, it'd be a issue in blender code.
Member

@PratikPB2123

Are multiple add-on behaving like this?

Yes. You can reproduce this issue by using this script.

blf_issue.py

Reproduce step:

  1. Execute above script from text editor.
  2. Execute [Render] > [Render Image].
  3. You can see that header font size in Image Editor will be incorrect like below image.

blf_issue.png

I have made a patch to solve this issue.
If this issue is caused by blender code, could you review this patch?
https://developer.blender.org/D16493

I also attach the image which above patch is applied.

blf_issue_fixed.png

@PratikPB2123 > Are multiple add-on behaving like this? Yes. You can reproduce this issue by using this script. [blf_issue.py](https://archive.blender.org/developer/F13912293/blf_issue.py) Reproduce step: 1. Execute above script from text editor. 2. Execute [Render] > [Render Image]. 3. You can see that header font size in Image Editor will be incorrect like below image. ![blf_issue.png](https://archive.blender.org/developer/F13912310/blf_issue.png) I have made a patch to solve this issue. If this issue is caused by blender code, could you review this patch? https://developer.blender.org/D16493 I also attach the image which above patch is applied. ![blf_issue_fixed.png](https://archive.blender.org/developer/F13912413/blf_issue_fixed.png)

This issue was referenced by a1e7d96801

This issue was referenced by a1e7d96801d8644e9f552b731eeba8ba5f2ccfd6

This issue was referenced by b848de7546

This issue was referenced by b848de754621ccbf2e2960919699df796413f2c7

Changed status from 'Archived' to: 'Resolved'

Changed status from 'Archived' to: 'Resolved'
Author

There is not resolve on Blender 3.4.1 December 16, 2022 I just got download today (USA December 15, 2022) your Europe December 16, 2022
https://imgur.com/Ky9i4Wu

There is not resolve on Blender 3.4.1 December 16, 2022 I just got download today (USA December 15, 2022) your Europe December 16, 2022 https://imgur.com/Ky9i4Wu
Member

Fix is not backported to 3.4, I'll add that

Fix is not backported to 3.4, I'll add that
Author

@PratikPB2123
Thanks also 3.5.0 too

@PratikPB2123 Thanks also 3.5.0 too
Member

@Kent-Davis, fix is already pushed to master.
Do you still have this issue in latest copy of 3.5: https://builder.blender.org/download/daily/?

@Kent-Davis, fix is already pushed to master. Do you still have this issue in latest copy of 3.5: https://builder.blender.org/download/daily/?
Author

@PratikPB2123
Thank you for tell me and I just got download Blender 3.5.0 Alpha just now.
https://imgur.com/dObiQt1
There is resolve for Blender 3.5.0 Alpha.

@PratikPB2123 Thank you for tell me and I just got download Blender 3.5.0 Alpha just now. https://imgur.com/dObiQt1 There is resolve for Blender 3.5.0 Alpha.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
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
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#102213
No description provided.