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 pushed to gpv3-dopesheet-layer-groups at amelief/blender 2023-08-16 13:03:37 +02:00
184a0a0aeb Refactor select range
083064c69f Refactor select region
Compare 2 commits »
Amélie Fondevilla pushed to gpv3-duplicate-keyframe at amelief/blender 2023-08-16 12:49:06 +02:00
d82073b2b0 Renamed variable
a8a0551683 Comment
50e1cd9c9e Renaming map of duplicated frames
Compare 3 commits »
Amélie Fondevilla pushed to gpv3-duplicate-keyframe at amelief/blender 2023-08-16 12:35:56 +02:00
edd4f4013e Cleanup + comments
d528874648 Refactor
6cd58a944d We can now have both duplicate and non duplicate frames in a transform
b21af15d5d Duplicate frames are now listed directly in the trans data
8852c666c9 Duplicate does not clean up the duplicated frames if there already are some
Compare 126 commits »
Amélie Fondevilla pushed to gpv3-dopesheet-layer-groups at amelief/blender 2023-08-16 12:07:31 +02:00
561c940e2a Select box for layer group
Amélie Fondevilla pushed to gpv3-dopesheet-layer-groups at amelief/blender 2023-08-16 12:01:04 +02:00
71cc6483a2 Update is editable to is locked
43b4c3d8f0 Use namespace for channel define
d8de01fd8c Refactor
09dd6f34db Comment
8ad5b44a5b Precise integer type in depth function
Compare 33 commits »
Amélie Fondevilla pushed to main at blender/blender 2023-08-16 11:44:24 +02:00
27eb6d48d3 GPv3: Select box grease pencil frames
Amélie Fondevilla closed issue blender/blender#110522 2023-08-16 11:44:23 +02:00
GPv3: Select box grease pencil frames
Amélie Fondevilla merged pull request blender/blender#110939 2023-08-16 11:44:23 +02:00
GPv3: Select box grease pencil frames
Amélie Fondevilla pushed to gpv3-dopesheet-layer-groups at amelief/blender 2023-08-16 11:37:45 +02:00
6865b3cc16 Use namespace for channel define
Amélie Fondevilla pushed to gpv3-dopesheet-layer-groups at amelief/blender 2023-08-16 10:08:03 +02:00
92f52ae354 Refactor
7caed66358 Comment
bdff5ddbf8 Precise integer type in depth function
Compare 3 commits »
Amélie Fondevilla pushed to gpv3-dopesheet-layer-groups at amelief/blender 2023-08-16 10:07:29 +02:00
13989f71d5 Comment unused parameter
1011dc6152 Cleanup and comments
e6aae32d72 Prevent flushing settings of a layer group to layers
dee6137544 Prevent fallthrough in case
2b65a80de8 Searching for layer group by name in the dopsheet
Compare 177 commits »
Amélie Fondevilla commented on issue blender/blender#110056 2023-08-14 12:05:37 +02:00
GPv3: Integration in the Dopesheets

@PratikPB2123 It's an operator that frames the view of the dopesheet to zoom on the frames of the selected channels. Here is a video of its behavior in grease pencil 2 :

<video src="/attachmen…

Amélie Fondevilla pushed to gpv3-erase-operator-soft-mode at amelief/blender 2023-08-14 10:53:14 +02:00
858b552edd Use the brush's falloff curve in the soft eraser
634feb0712 Add the falloff curve UI in the eraser tool
70e8d8fc2f Update the paint settings function with the new grease pencil paint mode.
0d8df7c7d8 Add brush strength controller in the UI
8288fbef96 Fix: wrong map passed to gather attributes
Compare 227 commits »
Amélie Fondevilla commented on pull request blender/blender#110310 2023-08-14 09:08:10 +02:00
GPv3: Soft mode for the Eraser tool

Yes, that is one idea I have for refactoring the eraser in all modes. Right now, this PR is still pending because we would like to improve a bit the behavior of the soft eraser, so that it inserts…

Amélie Fondevilla created pull request blender/blender#111051 2023-08-11 17:09:27 +02:00
GPv3: Duplicate keyframes
Amélie Fondevilla pushed to gpv3-duplicate-keyframe at amelief/blender 2023-08-11 17:09:14 +02:00
1af8b1e537 Cleanup + comments
Amélie Fondevilla created branch gpv3-duplicate-keyframe in amelief/blender 2023-08-11 16:58:40 +02:00
Amélie Fondevilla pushed to gpv3-duplicate-keyframe at amelief/blender 2023-08-11 16:58:40 +02:00
4bb49fb2f6 Refactor
c242710f4c We can now have both duplicate and non duplicate frames in a transform
03cbb84676 Duplicate frames are now listed directly in the trans data
bc204abb46 Duplicate does not clean up the duplicated frames if there already are some
05b4e1ea73 add const qualifiers
Compare 10 commits »
Amélie Fondevilla pushed to main at blender/blender 2023-08-11 11:31:42 +02:00
5b0f200ea1 GPv3: Fix layer renaming synchronization from the dopesheet