Falk David filedescriptor
  • Grease Pencil developer at Blender.

  • Joined on 2017-01-04
Falk David pushed to gpv3-merge-layers at filedescriptor/blender 2024-09-30 15:41:18 +02:00
34ae4f5747 CLeanup tests
f84099dca6 Fix find_lowest_common_ancestor
Compare 2 commits »
Falk David pushed to gpv3-merge-layers at filedescriptor/blender 2024-09-30 15:01:56 +02:00
70c43b679e Merge branch 'main' into gpv3-merge-layers
dfc69eb750 Fix: GPv3: Issues in BKE_grease_pencil_nomain_to_grease_pencil
4628e12b79 Add simple test
f50675cab2 Add "Merge" operator
6c52e4752f Fix #128113: Incorrect display of facing overlay on transparent textures in solid mode
Compare 61 commits »
Falk David pushed to main at filedescriptor/.profile 2024-09-30 15:01:06 +02:00
0404792efd Update reports/2024.md
Falk David pushed to main at blender/blender 2024-09-30 14:50:29 +02:00
dfc69eb750 Fix: GPv3: Issues in BKE_grease_pencil_nomain_to_grease_pencil
Falk David merged pull request blender/blender#128364 2024-09-30 14:31:48 +02:00
GPv3: Show select operators in vertex paint mode
Falk David pushed to main at blender/blender 2024-09-30 14:31:47 +02:00
45813afbc0 GPv3: Show select operators in vertex paint mode
Falk David merged pull request blender/blender#128368 2024-09-30 14:30:54 +02:00
GPv3: Increase minimum rows in layers panel
Falk David pushed to main at blender/blender 2024-09-30 14:30:54 +02:00
6d8e642367 GPv3: Increase minimum rows in layers panel
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();.