Amélie Fondevilla amelief
  • https://www.afonde.com/
  • Research Engineer at the animation studio Les Fées Spéciales. Occasional contributor to Grease Pencil.

  • Joined on 2022-01-17
Amélie Fondevilla deleted branch gpv3-erase-operator-fix-stroke from amelief/blender 2023-08-22 17:04:59 +02:00
Amélie Fondevilla pushed to main at blender/blender 2023-08-22 17:04:58 +02:00
6cfda322a6 Fix: GPv3: Stroke Eraser does not work with one-point strokes.
Amélie Fondevilla merged pull request blender/blender#111387 2023-08-22 17:04:58 +02:00
Fix: GPv3: Stroke Eraser does not work with one-point strokes.
Amélie Fondevilla commented on pull request blender/blender#111387 2023-08-22 17:04:31 +02:00
Fix: GPv3: Stroke Eraser does not work with one-point strokes.

Thanks for the review !

Amélie Fondevilla pushed to gpv3-erase-operator-refactor at amelief/blender 2023-08-22 16:19:38 +02:00
b564fc1610 Comments
Amélie Fondevilla created pull request blender/blender#111390 2023-08-22 16:11:44 +02:00
GPv3: Refactor code for the hard eraser
Amélie Fondevilla pushed to gpv3-erase-operator-refactor at amelief/blender 2023-08-22 16:03:55 +02:00
Amélie Fondevilla created branch gpv3-erase-operator-refactor in amelief/blender 2023-08-22 16:03:55 +02:00
Amélie Fondevilla pushed to gpv3-erase-operator-soft-mode at amelief/blender 2023-08-22 16:02:50 +02:00
0e68d7f01e Cleanup: renaming functions
517c945ef7 Fix: remove 1px sample in curve falloff
b558d3fda0 Cleanup falloff and rings
6287facbdf Move up intersections functions
166afe3de7 Cleanup: use Span instead of Array ref
Compare 20 commits »
Amélie Fondevilla pushed to gpv3-erase-operator-soft-mode at amelief/blender 2023-08-22 16:01:52 +02:00
a45ba83bab Use the brush's falloff curve in the soft eraser
9d1d0a64e9 Add the falloff curve UI in the eraser tool
3179bd965e Update the paint settings function with the new grease pencil paint mode.
5f87455328 Add brush strength controller in the UI
9a1455b3cc Fix: wrong map passed to gather attributes
Compare 203 commits »
Amélie Fondevilla created pull request blender/blender#111387 2023-08-22 15:38:03 +02:00
Fix: GPv3: Stroke Eraser does not work with one-point strokes.
Amélie Fondevilla created branch gpv3-erase-operator-fix-stroke in amelief/blender 2023-08-22 15:33:32 +02:00
Amélie Fondevilla pushed to gpv3-erase-operator-fix-stroke at amelief/blender 2023-08-22 15:33:32 +02:00
e071889844 Deal with one-point strokes
47b431d3b6 Fix: Use correct byte size for GPU_DEPTH_COMPONENT24
fccab83bc8 Cleanup: Small cleanups to BKE_cloth.hh header
914b1e2a75 Cleanup: Remove unnecessary parantheses in node declaration
55d6d5b335 Cleanup: Move BKE_cloth.h to C++
Compare 10 commits »
Amélie Fondevilla deleted branch gpv3-dopesheet-layer-groups from amelief/blender 2023-08-21 10:51:08 +02:00
Amélie Fondevilla merged pull request blender/blender#111015 2023-08-21 10:51:07 +02:00
GPv3: Display layer groups in grease pencil dopesheet
Amélie Fondevilla pushed to main at blender/blender 2023-08-21 10:51:07 +02:00
3dc93d6e38 GPv3: Display layer groups in grease pencil dopesheet
Amélie Fondevilla pushed to gpv3-dopesheet-layer-groups at amelief/blender 2023-08-21 10:50:05 +02:00
c920335471 Update API changes
4ba43cd6b9 Refactor select range
173a314125 Refactor select region
24bb76cd36 Select box for layer group
99f05d8646 Update is editable to is locked
Compare 176 commits »
Amélie Fondevilla pushed to gpv3-erase-operator-soft-mode at amelief/blender 2023-08-16 14:37:56 +02:00
94ec1fae71 Use the brush's falloff curve in the soft eraser
683d9082ea Add the falloff curve UI in the eraser tool
f750d6eef0 Update the paint settings function with the new grease pencil paint mode.
d9d2d4b3a8 Add brush strength controller in the UI
4c771be9d2 Fix: wrong map passed to gather attributes
Compare 82 commits »
Amélie Fondevilla approved blender/blender#111177 2023-08-16 14:08:41 +02:00
Cleanup: GPv3: Refactor use of TreeNode

Looks good to me.

Amélie Fondevilla commented on pull request blender/blender#111015 2023-08-16 13:09:52 +02:00
GPv3: Display layer groups in grease pencil dopesheet

@dr.sybren could you take a look more specifically at the way we now define the grease pencil channel types in anim_channels_defines.cc using namespaces ? Of course, you are very welcome to…