Falk David filedescriptor
  • Grease Pencil developer at Blender.

  • Joined on 2017-01-04
Falk David commented on pull request blender/blender#127990 2024-09-24 12:13:07 +02:00
Cleanup: Grease Pencil: Correct stroke outline tooltip description

The code for this will be removed in a few weeks so this change is not necessary.

Falk David commented on pull request blender/blender#127849 2024-09-24 12:00:57 +02:00
GPv3: Add keys to all layers in sculpt mode

@PratikPB2123 I updated the ensure_active_keyframe API in this commit 37458329e2. It should be possible now to…

Falk David pushed to main at blender/blender 2024-09-24 11:59:59 +02:00
37458329e2 Refactor: GPv3: Arguments to ensure_active_keyframe function
Falk David commented on pull request blender/blender#128062 2024-09-24 11:42:50 +02:00
GPv3: Draw Mode: Reorder tools in toolbar
Falk David created pull request blender/blender#128062 2024-09-24 11:37:43 +02:00
GPv3: Draw Mode: Reorder tools in toolbar
Falk David created branch gpv3-reorder-draw-tools in filedescriptor/blender 2024-09-24 11:37:20 +02:00
Falk David pushed to gpv3-reorder-draw-tools at filedescriptor/blender 2024-09-24 11:37:20 +02:00
d83489bd37 GPv3: Draw Mode: Reorder tools in toolbar
5eeb5cd164 Fix: GPv3: Crash on loading file with layer parents
6d8e3959b0 Anim: Fix legacy/layered choice in action_fcurve_ensure()
4a1bf5f172 Refactor: replace BKE_fcurve_find() calls when searching in an Action
038eb3ed53 Refactor: Anim: rename animrig::action_fcurve_find to fcurve_find_in_action
Compare 10 commits »
Falk David pushed to main at blender/blender-developer-docs 2024-09-24 11:26:32 +02:00
f1a27de112 Update docs/release_notes/4.3/grease_pencil.md
Falk David merged pull request blender/blender#120121 2024-09-24 11:25:47 +02:00
GPv3: Fill gradient tool
Falk David pushed to main at blender/blender 2024-09-24 11:25:46 +02:00
1b6220a4ba GPv3: Fill gradient tool
Falk David commented on issue blender/blender#128055 2024-09-24 11:24:13 +02:00
Gpencil: GPv3 layer parenting makes strokes dissapear

@ChengduLittleA Confirmed the crash. Should be fixed with 5eeb5cd164.

Falk David pushed to main at blender/blender 2024-09-24 11:23:38 +02:00
5eeb5cd164 Fix: GPv3: Crash on loading file with layer parents
Falk David suggested changes for blender/blender#128040 2024-09-24 11:03:13 +02:00
GPv3: Selection support in Sculpt mode

Thanks, this is definitely a nice improvement in code quality 👍

Falk David commented on pull request blender/blender#128040 2024-09-24 11:03:12 +02:00
GPv3: Selection support in Sculpt mode

Seems like this is a cleanup that could be committed to main separately.

Falk David commented on pull request blender/blender#128040 2024-09-24 11:03:11 +02:00
GPv3: Selection support in Sculpt mode

Return true when in grease pencil sculpt mode.

Falk David commented on pull request blender/blender#128040 2024-09-24 11:03:10 +02:00
GPv3: Selection support in Sculpt mode

Getting a warning that this is unused.

Falk David commented on pull request blender/blender#128040 2024-09-24 11:03:08 +02:00
GPv3: Selection support in Sculpt mode

Would be good to initialize these variables to false.

Falk David commented on pull request blender/blender#128040 2024-09-24 11:03:07 +02:00
GPv3: Selection support in Sculpt mode

Getting a warning that this is unused.

Falk David commented on pull request blender/blender#127873 2024-09-24 10:57:50 +02:00
Geometry Nodes: Add "Merge Layers" node

@blender-bot package