• Joined on 2024-10-12
c-s commented on pull request blender/blender#128953 2024-11-10 22:01:16 +01:00
Texture Paint: Add color jitter to strokes

Updated layout with a collapsable panel and use_property_split = True

c-s pushed to main at c-s/blender 2024-11-10 22:01:02 +01:00
fcdcc2794a Texture Paint: Add color jitter to strokes
c-s commented on pull request blender/blender#128953 2024-11-10 20:27:38 +01:00
Texture Paint: Add color jitter to strokes

Thanks for the pointers on the UI labels/panel, I'll update the code with this suggestions.

TL:DR I would just follow Grease Pencil UI on this.

The grease pencil sets a precedent for…

c-s commented on pull request blender/blender#128953 2024-11-10 14:37:40 +01:00
Texture Paint: Add color jitter to strokes

I moved the color jitter settings to the color panel -- although when I think about it, maybe I should move it to the color popover so it's accessible from the 3D paint view as well?

c-s pushed to main at c-s/blender 2024-11-10 14:35:42 +01:00
81d8cba5ae Texture Paint: Add color jitter to strokes
86c5c4af6e Merge branch 'blender-v4.3-release'
9b3108462f Fix #129925: SLIM UV unwrap with holes
f67ea33993 Cleanup: Metal: Fix clang-tidy warnings
33482bdd3a Merge branch 'blender-v4.3-release'
Compare 12 commits »
c-s pushed to main at c-s/blender 2024-11-10 05:36:12 +01:00
688557d777 Texture Paint: Add color jitter to strokes
81ea699ebf Cleanup: WITH_COMPOSITOR_CPU now refers to Full-Frame compositor, not tiled.
db62ddd57c Merge branch 'blender-v4.3-release'
a3773c827d Merge branch 'blender-v4.3-release'
f026c3a80f Merge branch 'blender-v4.3-release'
Compare 776 commits »
c-s commented on pull request blender/blender#128953 2024-10-29 23:21:29 +01:00
Texture Paint: Add color jitter to strokes

Sounds good, thank you for the update!

c-s pushed to main at c-s/blender 2024-10-20 03:43:07 +02:00
c16869efdc Texture Paint: Add color jitter to strokes
15d79cf2b9 USD: Validate displayColor primvars in the tests
120a178158 Merge branch 'blender-v4.3-release'
cf3a6697d2 Fix #129231: GrLess key not supported on Wayland
97f9e10054 make license: apply change from re-running
Compare 320 commits »
c-s commented on pull request blender/blender#128956 2024-10-18 05:52:23 +02:00
Fix: Replace MEM_freeN with MEM_delete for paired MEM_new in blurkernel

@Sean-Kim sure, updated the PR with the commit on the tip of blender-v4.3-release.

c-s pushed to fix-blurkernel at c-s/blender 2024-10-18 05:51:07 +02:00
8293ac3e37 Fix: Replace MEM_freeN with MEM_delete for paired MEM_new in blurkernel
cf2d3d0867 Fix: Docking Called from Shortcut Without Status Bar
528df90336 Cleanup: remove use of deprecated types for extensions (#2)
f4f50fa2c5 Cleanup: replace typing.Union/Option with logical OR for extensions
116a55e46e Fix #128997: wrong evaluation of outputs in the Index of Nearest node
Compare 111 commits »
c-s created pull request blender/blender#128956 2024-10-13 19:51:16 +02:00
Fix: Replace MEM_freeN with MEM_delete for paired MEM_new in blurkernel
c-s created branch fix-blurkernel in c-s/blender 2024-10-13 19:46:06 +02:00
c-s pushed to fix-blurkernel at c-s/blender 2024-10-13 19:46:06 +02:00
6e01f8cda8 Fix: Replace MEM_freeN with MEM_delete for paired MEM_new in blurkernel
c-s pushed to main at c-s/blender 2024-10-13 19:37:05 +02:00
89500dd2db Texture Paint: Add color jitter to strokes
c4bf88c844 Merge branch 'blender-v4.3-release'
eb2b0ac3f1 Libs: macOS arm64/x64: Update ShaderC to remove global locale lock
Compare 3 commits »
c-s commented on pull request blender/blender#128953 2024-10-13 19:34:20 +02:00
Texture Paint: Add color jitter to strokes

Needed four bytes of padding for the new fields (the DNA padding check compile step errored about it), so I added it here.

c-s commented on pull request blender/blender#128953 2024-10-13 19:32:44 +02:00
Texture Paint: Add color jitter to strokes

This logic exactly copies the BKE_sculpt_default_cavity_curve function above.

c-s pushed to main at c-s/blender 2024-10-13 18:15:44 +02:00
e31d1f24e6 Texture Paint: Add color jitter to strokes
c-s created pull request blender/blender#128953 2024-10-13 18:10:41 +02:00
WIP: Texture Paint: Add color jitter to strokes
c-s pushed to main at c-s/blender 2024-10-13 03:32:53 +02:00
785aee2ef1 Texture Paint: Add color jitter to strokes
c-s pushed to main at c-s/blender 2024-10-13 03:28:00 +02:00
82f02319a1 Texture Paint: Add color jitter to strokes