Lukas Tönne LukasTonne
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-23 15:39:40 +02:00
a99297cde8 Defer region view reset after final curve construction to avoid wrong projection matrix.
Lukas Tönne approved blender/blender#120983 2024-04-23 14:54:43 +02:00
GPv3: Use GPv2 object mode flag for weight painting

Code looks good. Haven't tested, but i think we'll only find corner case bugs through prolonged usage here.

Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-23 14:27:43 +02:00
0c92c70c99 Cleanup
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-23 14:10:48 +02:00
283cc6e221 Cleanup
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-23 12:53:24 +02:00
9ee9fce4eb Use the grease pencil shader for drawing boundaries to include radius.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-23 10:19:19 +02:00
fc52621c37 Merge branch 'main' into gp3-fill-tool
c30647a6fc Refactor: remove ReportList argument from insert_key
802a45902a Fix flag value overlap EFFECT_POST_BUFFER/EFFECT_NORMAL_BUFFER
614e5ecf7d Fix #120857: Blender crashes for huge compositor images
191b4fea5b GPU: Better hash for specialization constants
Compare 58 commits »
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-23 09:47:56 +02:00
6024865ae9 Adding a new function for drawing strokes with the regular GP shader.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-22 21:42:23 +02:00
da750acda0 Moved "render to image" functions for GPv3 to a utility file.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-22 17:13:44 +02:00
69eb002a73 Revert debugging changes for smaller window size.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-22 17:09:03 +02:00
5cb82e7c92 Fix duplicate outlines due to points getting moved before checking for empty sections.
6c261a69e9 Can use a single map for initial points and finished sections.
Compare 2 commits »
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-22 15:39:05 +02:00
9f70ab657a Fixed concatenation of boundary sections.
Lukas Tönne commented on issue blender/blender#120916 2024-04-22 14:29:15 +02:00
Blender crashes loading project.

@mod_moder I assume you pinged me because my earlier bug report #116669 with a similar issue? I closed that one because i couldn't repro it. Would be great to know how/why node storage disappears…

Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-22 12:14:47 +02:00
66f073cbc5 Fix boundary concatenation and crashes from immediate mode drawing outside of main thread.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-22 10:52:07 +02:00
a5f7642f47 Revert FILL_DEBUG change in legacy gpencil code.
Lukas Tönne pushed to main at LukasTonne/.profile 2024-04-22 09:53:42 +02:00
f921d5da94 update
Lukas Tönne commented on pull request blender/blender#120508 2024-04-22 09:48:25 +02:00
GPv3: Implementation of sculpt mode tools
Lukas Tönne commented on pull request blender/blender#120508 2024-04-22 09:47:52 +02:00
GPv3: Implementation of sculpt mode tools

Thanks for catching this, fixed.

Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-04-22 09:47:30 +02:00
965a9885d1 Fix incorrect use of drawing index instead of layer index.
b59944680d Merge branch 'main' into gp3-sculpt-tools
7b7e9f224c GPv3: Fix incorrect multi-frame falloff factor due to miscalculation in frame range
6106bb3d3b GPU: Remove Compute test from test cases
e6fad4b779 Vulkan: Fix memory leak in render graph
Compare 229 commits »
Lukas Tönne commented on pull request blender/blender#120693 2024-04-22 09:39:43 +02:00
GPv3: Fill tool

Thank you @SietseB for the explanation!

I'll try to structure the code in such a way that the different stages of the tool are more clearly separated. The GPv2 tool is using the same…

Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-22 09:34:21 +02:00
52fb2bff7b Merge branch 'main' into gp3-fill-tool
7b7e9f224c GPv3: Fix incorrect multi-frame falloff factor due to miscalculation in frame range
6106bb3d3b GPU: Remove Compute test from test cases
e6fad4b779 Vulkan: Fix memory leak in render graph
3539cdfbdd Cleanup: Use const for sculpt automasking cache
Compare 78 commits »