Round end-caps on Freestyle lines not working properly #88015
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
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
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#88015
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?
System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: Intel(R) HD Graphics 620 Intel 4.5.0 - Build 27.20.100.8682
Blender Version
Broken: version: 2.92.0, branch: master, commit date: 2021-02-24 16:25, hash:
02948a2cab
Worked: (none)
Short description of error
ROUND end-caps of Freestyle lines are currently not working properly. Please see attached images.
(Tested on the 4th of May 2021 in Blender 2.92 and 3.0 Alpha.)
[Screenshots of this bug exposed two more bugs, submitted separately:
Freestyle Lines Stopping Short of Vertices & Partially Failing https://developer.blender.org/T88014
Erroneous gap between object and its shadow https://developer.blender.org/T88013 ]
Exact steps for others to reproduce the error
Open attached .blend file and press F12 ('Render')
BUG_Freestyle_ROUND_Endcaps_01.blend
Added subscriber: @Quix
Added subscriber: @lichtwerk
Changed status from 'Needs Triage' to: 'Needs User Info'
Not sure, I can see a clear difference:
Butt
Round
Are you not seeing this difference?
Would someone please fix this ASAP.
(The current negligible, microscopic difference is obviously insufficient and not what users want or expect.
The inset in the bottom-left corner of the following image illustrates how 'butt', 'round' and 'square' endcaps should appear: https://developer.blender.org/F10052216 .)
In writing, that is:
Where 'e' is the line's endpoint and 'd' is the thickness of the line at e,
BUTT: The line should stop abruptly at e.
ROUND: A disc of diameter d should be printed with e as its centre.
SQUARE: A square of side-length d should be printed with e as its centre.
If someone would be kind enough to fix this, that would be much appreciated.
Thanks in advance.
Changed status from 'Needs User Info' to: 'Needs Triage'
Changed status from 'Needs Triage' to: 'Confirmed'
OK, also looking at the documentation it becomes apparent that this is not a "half circle centered at the end point of the line" (but instead more of a squashed version of it)
https://docs.blender.org/manual/en/dev/render/freestyle/parameter_editor/line_style/strokes.html#caps
So will confirm, culprit is
RoundCapShader(StrokeShader)
for anyone wanting to have a look at this.This issue was referenced by
b529a84ec3
This issue was referenced by
7b6c77aa84
With patch:
Changed status from 'Confirmed' to: 'Resolved'