Screenshots: Unable to update all node screenshots #104740
Labels
No Label
Meta
Good First Issue
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 & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information 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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#104740
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
blender-manual/tools/utils_maintenance/generate_node_screenshots.py
not updated to reflect
7c5f376422
generate PNG vs WEBP ...
making this tool unusable.
related: blender/blender-manual#73397
Screenshots:can not Update all node screenshotsto Screenshots: Unable to update all node screenshotsUnfortunately, I don't think there is a why to tell Blender how to format the screenshot file from python.
In the past, i have used
cwebp
to batch convert these files.I do see webp here: https://docs.blender.org/api/current/bpy_types_enum_items/image_type_items.html but don't know what to do with the info .
Blender supports webp images however, bpy.ops.screen.screenshot is hard-coded to only use PNGs, last time I looked into it it was not trivial to make an acceptable solution.
I'll close this then. and use
cwebp
too .