Block a user
2edac124eb
Merge branch 'main' into gp3-fill-tool
c91449836a
Cleanup: Move BKE_workspace.h to C++
75077a8b0e
Refactor: Move node tools OperatorComputeContext to blenkernel
77638a6bec
EEVEE-Next: Fix missing shadow caused by ray going below surface
8dfcb121d4
EEVEE-Next: Add consistent support for thickness output
978913cc7a
Removed outdated comments about UV rotation randomizing and smoothing.
d34203979f
Removed commented code from the GPv2 randomize tool implementation.
c687f8c553
Remove unnecessary clearing of clipboard data before deleting.
e814a0a762
Removed meaningless comment.
3b4bb16fed
Merge branch 'main' into gp3-sculpt-tools
GPv3: Implementation of sculpt mode tools
Should be ok with just the rotation
attribute smoothing. GPv2 was also smoothing the uv_fac
attribute, but afaik this will never be anything other than a linear interpolation along the length,…
c8fd57dce3
Merge branch 'main' into gp3-fill-tool
77451ea83f
Fix #120542: Add a poll function to GPv3 sculpt mode keymap
30c3f8eafb
Revert "Fix #107676 detection of "natural" touchpad scrolling on Wayland"
089a435376
Fix: GPv3: Default value for fill opacity in opacity modifier
5e04afcfa8
Fix: GPv3: Vertex colors don't show in render
Lukas Tönne
deleted branch gp3-sculpt-mode-keymap-poll from LukasTonne/blender
2024-04-12 17:50:51 +02:00
Painting Size/Strength appears in object mode
Fix #120542: Add a poll function to GPv3 sculpt mode keymap
Fix #120542: Add a poll function to GPv3 sculpt mode keymap
3309982f60
Fix #120542: Add a poll function to GPv3 sculpt mode keymap.
6c045f7335
Fix #114428: clamp setting object active_material_index
2361f90264
Cleanup: Resolve integer type conversion warnings
a4b36cd0d5
Guarded allocator: Ensure alignment and size of MemHead
fac451e513
Cleanup: Convert guarded allocator to C++
Lukas Tönne
created branch gp3-sculpt-mode-keymap-poll in LukasTonne/blender
2024-04-12 17:47:11 +02:00
5009528d1e
Merge branch 'main' into gp3-fill-tool
5b1a0a80fa
STL: sanitize object name before using in a path
78413ff4e2
Fix error resetting the theme which would add a new theme
cee184e97a
Fix error from recent preset refactor
98986c6562
Python: replace '%' with str.format for examples & templates
GPv3: Implementation of sculpt mode tools
This doesn't work for me, just using greasepencil::MutableDrawingInfo
is turned into blender::ed::sculpt_paint::greasepencil::MutableDrawingInfo
by the compiler. I have to add the ed::
part…