Lukas Tönne LukasTonne
Lukas Tönne closed issue blender/blender#122039 2024-05-23 10:46:07 +02:00
GPv3: Fill tool invert is not toggling on key release
Lukas Tönne commented on issue blender/blender#122039 2024-05-23 10:46:03 +02:00
GPv3: Fill tool invert is not toggling on key release

Sorry should have closed: It's simply using the wrong keymap entry (PRESS instead of ANY). Please ignore, will fix soon.

Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-23 10:44:25 +02:00
b7c2f52e06 Support arbitrary index mapping in all the curve interpolation functions.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-23 09:47:11 +02:00
ad89d3335f Check the actual frame number when inserting a new frame.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-23 09:32:29 +02:00
f7ba086436 Fix incorrect end frame when interpolating by index.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-23 08:26:24 +02:00
8a57f8ceca Fix memory corruption: name conflict caused invalid writes in unity builds.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-23 07:54:11 +02:00
7be3ea43c3 Merge branch 'main' into gpv3-interpolate-tool
d1516a44f2 Fix use of uninitialized memory in EEVVEE next
b25eefbf9a Fix #122132: Crash canceling nested popups
63599db598 UI: remove "All" option which showed add-ons and themes by default
57c023d580 Preference: add option allow internet access
Compare 29 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-22 19:07:06 +02:00
0efad160dc Fixed some counting and indexing errors.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-22 18:11:18 +02:00
044cd89178 Fixed build errors and use new drawing api for GP.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-22 17:29:40 +02:00
49249b007f Merge branch 'main' into gpv3-interpolate-tool
07eac30070 Mesh: Points index buffer improvement
77822c158e BLI: Add move construction and copy assignment to BitGroupVector
dada0c41ee GPv3: Getter and setter for active node
918d34a9ed Fix: Still allow unpacking of editable linked datablocks
Compare 34 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-22 17:27:27 +02:00
1bc6a7adc7 Merge branch 'gpv3-interpolate-tool' of projects.blender.org:LukasTonne/blender into gpv3-interpolate-tool
8ce9a162a1 Merge branch 'main' into gpv3-interpolate-tool
25c1614f40 Fix #121747: Warnings about AgX False Color Rec.1886 colorspace
fe5b3543e9 BLI: Add BitGroupVector copy constructor
5f9f3116db Libraries: Support editing linked datablocks from some libraries
Compare 30 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-22 16:32:38 +02:00
cc9272ba94 progress ...
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-21 19:29:23 +02:00
8ce9a162a1 Merge branch 'main' into gpv3-interpolate-tool
25c1614f40 Fix #121747: Warnings about AgX False Color Rec.1886 colorspace
fe5b3543e9 BLI: Add BitGroupVector copy constructor
5f9f3116db Libraries: Support editing linked datablocks from some libraries
a1b4d5ecc8 RNA: Better enforce rules about pointers between datablocks
Compare 29 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-21 18:22:00 +02:00
bce393cd75 Temp: adding per layer global selection order.
28fcb6e06f Merge branch 'main' into gpv3-interpolate-tool
fe401aa5d6 GPv3: Allow re-filling an area by ignoring fill materials
3a40d2813f Anim: Pose Library - Allow blending flipped from the context menu
58f5b128c9 Fix #102872: Custom Normals Average operator ui shows wrong properties
Compare 95 commits »
Lukas Tönne commented on pull request blender/blender#122045 2024-05-21 14:05:48 +02:00
GPv3: Replace uses of Layer::frame_key_at
Lukas Tönne approved blender/blender#122045 2024-05-21 14:05:36 +02:00
GPv3: Replace uses of Layer::frame_key_at

Looks good to me. Thanks for also changing the naming, makes it much more obvious what is returned by those functions.

Lukas Tönne deleted branch gpv3-fill-ignore-fill-strokes from LukasTonne/blender 2024-05-21 11:14:49 +02:00
Lukas Tönne merged pull request blender/blender#122034 2024-05-21 11:14:46 +02:00
GPv3: Allow re-filling an area by ignoring fill materials
Lukas Tönne pushed to main at blender/blender 2024-05-21 11:14:46 +02:00
fe401aa5d6 GPv3: Allow re-filling an area by ignoring fill materials