Falk David filedescriptor
  • Grease Pencil developer at Blender.

  • Joined on 2017-01-04
Falk David created branch fix-129247 in filedescriptor/blender 2024-10-21 11:17:23 +02:00
Falk David pushed to fix-129247 at filedescriptor/blender 2024-10-21 11:17:23 +02:00
4f0ab160da Fix #129247: GPv3: Removing material doesn't remap some materials correctly
071c144bcd Fix #129173: Vertex Color panel missing vertex_mode
c2816eb976 I18N: Updated UI translations from git/weblate (775b3f01b2059a456).
2e6c24c58e I18N: Enable Romanian UI translation.
387502ec53 I18N: Add Lithuanian UI translation.
Compare 10 commits »
Falk David deleted branch fix-129173 from filedescriptor/blender 2024-10-21 10:27:04 +02:00
Falk David closed issue blender/blender#129173 2024-10-21 10:27:02 +02:00
Color Attribute pallet option doesn't show on menu click, only in Tool Options
Falk David pushed to blender-v4.3-release at blender/blender 2024-10-21 10:26:58 +02:00
071c144bcd Fix #129173: Vertex Color panel missing vertex_mode
Falk David merged pull request blender/blender#129219 2024-10-21 10:26:57 +02:00
Fix #129173: Vertex Color panel missing `vertex_mode`
Falk David pushed to fix-129173 at filedescriptor/blender 2024-10-21 10:26:00 +02:00
72116f6635 Show settings for draw and fill tool
4084afe497 Merge branch 'blender-v4.3-release' into fix-129173
c2816eb976 I18N: Updated UI translations from git/weblate (775b3f01b2059a456).
2e6c24c58e I18N: Enable Romanian UI translation.
387502ec53 I18N: Add Lithuanian UI translation.
Compare 25 commits »
Falk David commented on issue blender/blender#128079 2024-10-21 10:24:09 +02:00
Grease pencil stroke direction overlay missing on 4.3 (GPv3) and on Mac 4.2

@fclem Would you be able to take over this?

Falk David commented on issue blender/blender#125230 2024-10-21 10:23:15 +02:00
GPv3: Open a new scene after pin a material to brush, break material UI selector

@JulianEisel

So I guess this means we should make sure to only clear the pinned material on file load if the material is not linked, so if it's local to the previous file.

Will you look…

Falk David suggested changes for blender/blender#129224 2024-10-19 22:22:26 +02:00
Curves: Add method to set curve types to RNA

I'd prefer if we made this a bit more flexible. Similar to rna_Curves_remove_curves it would be nice if you could optionally provide indices for the curves you want to set the type for. Of course if those indices are not provided, it can still call the fill_curve_type function.

Falk David pushed to polygon-clipping-2d at filedescriptor/blender 2024-10-19 22:16:44 +02:00
dc2f4d6419 Add intersect test
22516f0c04 Add intersect function
Compare 2 commits »
Falk David pushed to polygon-clipping-2d at filedescriptor/blender 2024-10-19 15:22:20 +02:00
460739da03 Fix build error
cd5389b3e7 Remove BinaryHeap
d0071ce188 Add BSP class and add_segment routine
a7f053b4c9 renaming
24c0366060 Cleanup & docs
Compare 6 commits »
Falk David approved blender/blender#129246 2024-10-19 13:46:04 +02:00
Fix: GPv3: Drop operation crash when drag type is not node

Thanks, looks good.

Falk David pushed to main at blender/blender-developer-docs 2024-10-19 09:54:15 +02:00
d222a41bce Update docs/release_notes/4.3/grease_pencil.md
Falk David pushed to main at blender/blender-developer-docs 2024-10-18 19:33:31 +02:00
064255f2f4 Release Notes 4.3: Link to Geometry Nodes page from Grease Pencil page
Falk David deleted branch fix-gpv3-interpolation-with-no-pairs from filedescriptor/blender 2024-10-18 19:24:39 +02:00
Falk David merged pull request blender/blender#129212 2024-10-18 19:24:37 +02:00
Fix: GPv3: Interpolation tool doesn't fail if no frame mapping is found
Falk David pushed to blender-v4.3-release at blender/blender 2024-10-18 19:24:36 +02:00
df3796a668 Fix: GPv3: Interpolation tool doesn't fail if no frame mapping is found
Falk David pushed to main at blender/blender-developer-docs 2024-10-18 19:21:03 +02:00
41f05cc3d6 Release Notes 4.3: Grease Pencil: Add images to release notes