Block a user
2405ecbe99
Merge branch 'main' into gp3-fill-tool
2a65681dea
Fix #121069: Crash loading EEVEE byte lightcache after recent refactor
78583bf22e
Anim: Add option to show modified property on slider
6d1ffc519f
Cleanup: remove unused GizmoGroup reports
cb164dabab
Cleanup: avoid redundant call to BLI_heap_clear
e8d8a1a7aa
Store influences in temp array to avoid calculating twice.
1d4acc0a7d
Merge branch 'main' into gp3-sculpt-tools
2a65681dea
Fix #121069: Crash loading EEVEE byte lightcache after recent refactor
78583bf22e
Anim: Add option to show modified property on slider
6d1ffc519f
Cleanup: remove unused GizmoGroup reports
GPv3: Implementation of sculpt mode tools
I think it's correct now. Somebody should probably test this stuff with a tablet.
2b3dcfe1e0
Use the BKE brush functions for pressure.
03ecb94cf4
Add a bunch of missing UI buttons and make the brush "direction" work.
GPv3: Implementation of sculpt mode tools
Yeah, super confusing. Also the GP_SCULPT_FLAG_INVERT
and GP_SCULPT_FLAG_TMP_INVERT
are completely unused, will throw them out.
d8ff3c0969
Use devirtualize_array to avoid handling all cases for smooth influence.
76d0b98ac6
Use uint32_t instead of unsigned int for hash values.
11fb638f7d
Avoid unsafe vector access in threaded loops when computing brush index mask.
e40e516790
Merge branch 'main' into gp3-sculpt-tools
e8229fccba
Fix #120551: Loop Cut tool fails when Select Circle tool is active
2a0074c930
Fix: EEVEE-Next: Compile error on Nvidia drivers
5c2d412a29
Fix image sequence detection to account for the number of digits
GPv3: Implementation of sculpt mode tools
I think this is good enough for now. The only meaningful operation i see that might be pulled out of the point loop would be the brush radius calculation. I'd rather leave it like this and not…
Image editor assertion when clicking the image selection dropdown
Possibly same root cause as #120953
8bbf66052b
Merge branch 'main' into gp3-fill-tool
e8229fccba
Fix #120551: Loop Cut tool fails when Select Circle tool is active
2a0074c930
Fix: EEVEE-Next: Compile error on Nvidia drivers
5c2d412a29
Fix image sequence detection to account for the number of digits
0f93f70076
Cleanup: quiet unused variable warnings
GPv3: Remove
OB_MODE_PAINT_GREASE_PENCIL
flag
Code looks alright, didn't find any issue while testing.
GPv3: Remove
OB_MODE_PAINT_GREASE_PENCIL
flag
Is this check important to keep for the GPv2 case? IIRC it compares the "internal" mode to make sure it matches the object mode.
Image editor assertion when clicking the image selection dropdown