sculpt mode | paint/undo/color attribute #121008
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#121008
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?
Broken: 4.1.1
Worked: 3.6.12
Caused by
a6a2af5fdd
Steps to reproduce:
Original description
### there is two problem herefirst - add 2 color attributes .
second - painting on one and switch to another and paint and undo the step.
u gonna notes here blender do double undo steps
the first one undo the paint stroke and the second one switch to the first color attribute . and idk if this bug or intended to behave like this . either way it annoying 😑
the second problem and as u can see in the video . when i added the two color attribute i made the base color white . but when i undo the stroke step blender change the base color to the default color which is black .
.
.
.
.
.
.
.
.
.
.
.
.
.
.....( why the default color is black 😑)
Hi, thanks for the report. Can confirm the regression
3e81f66998
most likely caused this.@HooglyBoogly ^
Broke between
a935701a872d - 4050b0d6dfdb
Not sure where the problem is. AFAICS, colors are properly swapped in
restore_color
->BKE_pbvh_swap_colors
And the affected node is also tagged for the update
Taking a look into this
Updated the main post with some more details to help debugging
This doesn't appear to be an issue with the actual vertex colors, it's something on the rendering side. Reselecting the active vertex color attribute fixes the view
but its still an issue 👀
.
and im gonna tell u how i deal with this issue
first i do one stroke that cant be seen (just to create an undo step) and then paint on the model so when i hit
ctrl z
it didnt go black and that prevent me form have to select thecolor attribute layer
and that it self gonna create an undo step and remove the paint that i did 😵. u get the ideaso fixing this issue would be much appreciated 💖
My previous update is just providing further context to anyone reading, I'm still working on figuring out what is causing this issue.
I suspect it's this commit:f15bca64f2
Edit: Nope, not this
Ah, indeed.
see: #121008 (comment)
@PratikPB2123 - I noticed it when I started looking into this, but I have issues actually bisecting around that time due to the SVN / git switchover. Were you able to verify that it was the problem?
Unfortunately, I'm also unable to build on the hashes prior of "git lfs" switch.
I guess @lichtwerk might able to help here 🙁
Caused by
a6a2af5fdd
CC @HooglyBoogly
Thanks @lichtwerk - I'll have a fix for this shortly