[krita] [Bug 433097] vanishing point assistant - option to set density to 0 pre-calculated guides
https://bugs.kde.org/show_bug.cgi?id=433097 Bug Janitor Service changed: What|Removed |Added Resolution|WAITINGFORINFO |WORKSFORME Status|NEEDSINFO |RESOLVED --- Comment #6 from Bug Janitor Service --- This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 433097] vanishing point assistant - option to set density to 0 pre-calculated guides
https://bugs.kde.org/show_bug.cgi?id=433097 --- Comment #5 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 433097] vanishing point assistant - option to set density to 0 pre-calculated guides
https://bugs.kde.org/show_bug.cgi?id=433097 --- Comment #4 from Tiar --- Git commit 3f9634d312c8ec8c855e3a601b3b0517de618396 by Agata Cacko. Committed on 24/09/2021 at 13:45. Pushed by tymond into branch 'krita/5.0'. Fix assistants preview vs drawn assistant Before this commit, some (especially new) assistants were confused what is the preview (which can be disabled with View -> Show Assistants Preview) and what is the assistant itself (which can be disabled with View -> Show Painting Assistants). This commit fixes it for three assistants: - Parallel Ruler - Vanishing Point - Two Point Assistant Previews: all moving parts (dependant on the mouse position) Assistants: all static parts (independant on the mouse position) Note that Two Point and Vanishing Point assistants don't use much of drawCache and most of the assistant is drawn in the drawAssistant() function. This most probably means lower performance and it should probably be fixed by moving drawing the static parts of the assistants into the drawCache() function. Related: bug 442102 M +2-2plugins/assistants/Assistants/ParallelRulerAssistant.cc M +9-7plugins/assistants/Assistants/TwoPointAssistant.cc M +20 -17 plugins/assistants/Assistants/VanishingPointAssistant.cc https://invent.kde.org/graphics/krita/commit/3f9634d312c8ec8c855e3a601b3b0517de618396 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 433097] vanishing point assistant - option to set density to 0 pre-calculated guides
https://bugs.kde.org/show_bug.cgi?id=433097 Tiar changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED|NEEDSINFO CC||tamtamy.tym...@gmail.com --- Comment #3 from Tiar --- That comment is related to this bug report because now it's more reliable for assistants to disable the assistant view in View -> Show Painting Assistant. @barberapali if you turn off View -> Show Painting Assistant, does it solve your issue? It will disappear the static lines but won't disappear the preview (line from the vanishing point to your mouse). -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 433097] vanishing point assistant - option to set density to 0 pre-calculated guides
https://bugs.kde.org/show_bug.cgi?id=433097 --- Comment #2 from Tiar --- Git commit a2e402e02ce5cad685d4bf3fc6a3f55c27c34ff4 by Agata Cacko. Committed on 22/09/2021 at 11:57. Pushed by tymond into branch 'master'. Fix assistants preview vs drawn assistant Before this commit, some (especially new) assistants were confused what is the preview (which can be disabled with View -> Show Assistants Preview) and what is the assistant itself (which can be disabled with View -> Show Painting Assistants). This commit fixes it for three assistants: - Parallel Ruler - Vanishing Point - Two Point Assistant Previews: all moving parts (dependant on the mouse position) Assistants: all static parts (independant on the mouse position) Note that Two Point and Vanishing Point assistants don't use much of drawCache and most of the assistant is drawn in the drawAssistant() function. This most probably means lower performance and it should probably be fixed by moving drawing the static parts of the assistants into the drawCache() function. Related: bug 442102 M +2-2plugins/assistants/Assistants/ParallelRulerAssistant.cc M +9-7plugins/assistants/Assistants/TwoPointAssistant.cc M +20 -17 plugins/assistants/Assistants/VanishingPointAssistant.cc https://invent.kde.org/graphics/krita/commit/a2e402e02ce5cad685d4bf3fc6a3f55c27c34ff4 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 433097] vanishing point assistant - option to set density to 0 pre-calculated guides
https://bugs.kde.org/show_bug.cgi?id=433097 --- Comment #1 from barberap...@gmail.com --- Created attachment 135776 --> https://bugs.kde.org/attachment.cgi?id=135776&action=edit vp horizontal lines are distracting and do not help much. -- You are receiving this mail because: You are watching all bug changes.