Lukas Tönne LukasTonne
Lukas Tönne pushed to node-socket-location-api at LukasTonne/blender 2024-05-17 18:43:57 +02:00
1456dafa27 Windows: Use COM smart pointers in WASAPI plugin
e30893e3c2 Fix #121410: Break liboverride hierarchies on Scene IDs.
e85ef6add2 LibOverride: Refactor: de-duplicate 'is part of the hierarchy' checks.
f6441bdd92 Fix #121410: Prevent diffing of Scene's tool settings.
98b0bfa9e7 Refactor: make yet more fcurve evaluation functions take const fcurves
Compare 10 commits »
Lukas Tönne created branch node-socket-location-api in LukasTonne/blender 2024-05-17 18:43:56 +02:00
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-17 09:46:17 +02:00
3dd627dcc9 Merge branch 'main' into gpv3-interpolate-tool
95a74a02bc Cleanup: format
dc7cfb7905 Extensions: improve colors for the "list" subcommand
c598e8c8a7 Fix #121876: index.json error in console, accumulation of @ files
42d6842654 Cleanup: resolve missing-declarations warning
Compare 23 commits »
Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2024-05-17 09:24:42 +02:00
be21eaffce Fix more build errors (node functions move to BKE).
Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2024-05-17 09:16:00 +02:00
0f183f4924 Fix build error.
bd3d1fed4f Merge branch 'main' into volume-grid-nodes
95a74a02bc Cleanup: format
dc7cfb7905 Extensions: improve colors for the "list" subcommand
c598e8c8a7 Fix #121876: index.json error in console, accumulation of @ files
Compare 156 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-16 18:48:51 +02:00
221e562b4b Fix curve resolution calculation.
592850046f Fix layer data access during update.
a55fc58c96 Store layer data for each layer, so active_index works.
Compare 3 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-16 18:34:27 +02:00
fab2449f9f Fix incorrect size of layer data array.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-16 18:28:32 +02:00
585d3ff447 Tag depsgraph after changing curves.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-16 18:26:20 +02:00
0c4b8381f2 Interpolation math for resampling and combining two curves.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-16 09:45:19 +02:00
158b9d2ebc Merge branch 'main' into gpv3-interpolate-tool
16be59a0f8 Fix: EEVEE-Next: Low Reflection tracing resolution
d91e6f7b14 Extensions: use the modal update when enabling the repository
af996db23a Extensions: use the wait cursor for modal actions
30f4a5e051 Fix error checking for updates on startup
Compare 75 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-16 09:41:24 +02:00
71175c3455 Moved interpolate tool to a separate file.
Lukas Tönne commented on issue blender/blender#114069 2024-05-15 13:40:03 +02:00
GPv3: Port Bucket Fill operator

Initial implementation of the tool has been committed (7a3cd753). Several features of the GPv2 tool still need to be implemented. Listed here for future reference:

  • "Precision" (pixel size)…
Lukas Tönne deleted branch gp3-fill-tool from LukasTonne/blender 2024-05-15 13:36:26 +02:00
Lukas Tönne pushed to main at blender/blender 2024-05-15 13:36:23 +02:00
7a3cd753ba GPv3: Fill tool to generate strokes in empty areas
Lukas Tönne merged pull request blender/blender#120693 2024-05-15 13:36:22 +02:00
GPv3: Fill tool
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-14 18:54:41 +02:00
9523418152 Build release-confirm behavior into the modal keymap.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-14 18:40:17 +02:00
55ca37a542 Mouse move input.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-14 18:27:08 +02:00
e02b428e41 Support numerical input.
ceb42aa872 Store remaining operator properties.
Compare 2 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-14 18:00:55 +02:00
b84e75c467 Ignore breakdown keyframes when excluded.