Lukas Tönne LukasTonne
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-13 12:44:30 +02:00
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
Compare 16 commits »
Lukas Tönne commented on pull request blender/blender#120508 2024-04-13 12:28:07 +02:00
GPv3: Implementation of sculpt mode tools
Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-04-13 12:27:09 +02:00
2f7ff3ceca Fix incorrect keymap property that broke the validation test.
Lukas Tönne commented on pull request blender/blender#120508 2024-04-13 09:58:28 +02:00
GPv3: Implementation of sculpt mode tools
Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-04-13 09:57:04 +02:00
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
Compare 45 commits »
Lukas Tönne commented on pull request blender/blender#120508 2024-04-13 09:55:43 +02:00
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,…

Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-12 18:24:11 +02:00
90008b4edb progress
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-12 17:53:39 +02:00
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
Compare 26 commits »
Lukas Tönne deleted branch gp3-sculpt-mode-keymap-poll from LukasTonne/blender 2024-04-12 17:50:51 +02:00
Lukas Tönne pushed to main at blender/blender 2024-04-12 17:50:51 +02:00
77451ea83f Fix #120542: Add a poll function to GPv3 sculpt mode keymap
Lukas Tönne closed issue blender/blender#120542 2024-04-12 17:50:50 +02:00
Painting Size/Strength appears in object mode
Lukas Tönne merged pull request blender/blender#120588 2024-04-12 17:50:48 +02:00
Fix #120542: Add a poll function to GPv3 sculpt mode keymap
Lukas Tönne created pull request blender/blender#120588 2024-04-12 17:48:37 +02:00
Fix #120542: Add a poll function to GPv3 sculpt mode keymap
Lukas Tönne pushed to gp3-sculpt-mode-keymap-poll at LukasTonne/blender 2024-04-12 17:47:11 +02:00
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++
Compare 10 commits »
Lukas Tönne created branch gp3-sculpt-mode-keymap-poll in LukasTonne/blender 2024-04-12 17:47:11 +02:00
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-12 17:39:36 +02:00
3d2af0d3f8 Basic steps to render into an offscreen buffer.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-12 11:09:55 +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
Compare 63 commits »
Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-04-12 11:08:21 +02:00
aa47bab89a Utility functions to properly use multi-frame editing falloff.
Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-04-12 10:50:09 +02:00
8fc7d13d3e Removed unused function.
Lukas Tönne commented on pull request blender/blender#120508 2024-04-12 10:45:38 +02:00
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…