Application template splash screen documentation gives the wrong dimensions #68858

Closed
opened 2019-08-20 06:36:57 +02:00 by Andrew Charlton · 4 comments

The documentation at https://docs.blender.org/manual/en/latest/advanced/app_templates.html states:

splash.png, splash_2x.png
Splash screen do override Blender’s default artwork (not including header text).

Must be 501x282 or 1002x564 (used for HiDPI monitors).

But using those dimensions gives an error:

ERROR (wm.operator): c:\b\win64_cmake_vs2017\win64_cmake_vs2017\blender.git\source\blender\windowmanager\intern\wm_splash_screen.c:229 wm_block_splash_image: Splash expected 501x250 found 501x282,
The documentation at https://docs.blender.org/manual/en/latest/advanced/app_templates.html states: ``` splash.png, splash_2x.png Splash screen do override Blender’s default artwork (not including header text). Must be 501x282 or 1002x564 (used for HiDPI monitors). ``` But using those dimensions gives an error: ``` ERROR (wm.operator): c:\b\win64_cmake_vs2017\win64_cmake_vs2017\blender.git\source\blender\windowmanager\intern\wm_splash_screen.c:229 wm_block_splash_image: Splash expected 501x250 found 501x282, ```

Added subscriber: @Scaredyfish

Added subscriber: @Scaredyfish

Added subscriber: @jenkm

Added subscriber: @jenkm

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Yevgeny Makarov self-assigned this 2019-08-20 08:11:54 +02:00
https://docs.blender.org/manual/en/dev/advanced/app_templates.html
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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-manual#68858
No description provided.