Falk David filedescriptor
  • Grease Pencil developer at Blender.

  • Joined on 2017-01-04
Falk David approved blender/blender#128368 2024-09-30 14:29:54 +02:00
GPv3: Increase minimum rows in layers panel

Thanks. Makes sense.

Falk David pushed to main at blender/blender 2024-09-30 12:17:05 +02:00
ce7667f3b1 GPv3: Join Operator
Falk David closed issue blender/blender#113582 2024-09-30 12:17:03 +02:00
GPv3: Merge Points
Falk David merged pull request blender/blender#117916 2024-09-30 12:17:02 +02:00
GPv3: Join Operator
Falk David pushed to gpv3_merge_points at PRiera1/blender 2024-09-30 12:15:10 +02:00
db88594efb Reorder menu entry
24377f6ea7 Merge branch 'main' into gpv3_merge_points
259091363f Refactor: Anim, remove use of MutableSpan in layered Actions C++ wrappers
eb3fe75392 Metal: Add support for parallel compilation and precompilation specialisation
13391c14d8 Spreadsheet: use more obvious fallback name for geometries
Compare 69 commits »
Falk David approved blender/blender#117916 2024-09-30 12:12:13 +02:00
GPv3: Join Operator

The name of this operator is a bit confusing, but that's a separate topic.

Falk David commented on pull request blender/blender#128038 2024-09-30 11:45:29 +02:00
Sculpt/Paint: Bring back some brush tools for paint modes

Yes, this is fine by me.

Falk David commented on pull request blender/blender#127996 2024-09-30 11:35:10 +02:00
Grease Pencil: Add Drawing attribute panel.

@casey-bianco-davis Hey! Do you think you can split this PR like I suggested? Let me know so I can take over if necessary.

Falk David suggested changes for blender/blender#126777 2024-09-30 11:34:04 +02:00
GPv3: Layer Tint Color, Radius Offset and Adjustments panel.

Thanks for working on this! Unfortunately, it seems like the conversion is not quite right now. The file I attached looks the same without this patch if I open it with current main, but with the patch applied, the radii are different. This might be due to how the node group changed the radii vs. how you change them now.

Falk David commented on pull request blender/blender#126777 2024-09-30 11:34:02 +02:00
GPv3: Layer Tint Color, Radius Offset and Adjustments panel.

This should be just an RGB (RNA_def_property_array(prop, 3);) value since the factor is exposed separately.

Falk David commented on pull request blender/blender#126777 2024-09-30 11:34:01 +02:00
GPv3: Layer Tint Color, Radius Offset and Adjustments panel.

Missing radius_offsets.finish();.

Falk David commented on pull request blender/blender#126777 2024-09-30 11:34:00 +02:00
GPv3: Layer Tint Color, Radius Offset and Adjustments panel.

Would be good to only do mixing only if tint.a > 0.0f and avoid the function call.

Falk David pushed to main at blender/blender 2024-09-30 11:00:58 +02:00
866ef5b468 Fix #126587: GPv3: Select less fails if all points in stroke selected
Falk David closed issue blender/blender#126587 2024-09-30 11:00:56 +02:00
GPv3: Select less not working if all points in stroke selected
Falk David merged pull request blender/blender#126591 2024-09-30 11:00:54 +02:00
Fix #126587: GPv3: Select less fails if all points in stroke selected
Falk David pushed to main at blender/blender 2024-09-30 10:59:36 +02:00
7f226dc8ed Fix: GPv3: Redraw outliner when group is added
Falk David merged pull request blender/blender#128289 2024-09-30 10:59:35 +02:00
Fix: GPv3: Redraw outliner when group is added
Falk David merged pull request blender/blender#128287 2024-09-30 10:59:18 +02:00
GPv3: Group color tag icons in outliner and dopesheet
Falk David pushed to main at blender/blender 2024-09-30 10:59:17 +02:00
17fc09d5aa Fix: GPv3: Group color tag icons in outliner and dopesheet