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 created pull request blender/blender#110486 2023-07-26 10:06:26 +02:00
GPv3: Prevent crashes from the dopesheet functions
Amélie Fondevilla pushed to gpv3-prevent-crashes at amelief/blender 2023-07-26 10:03:04 +02:00
97988c05a8 Prevent crashes in edit operators
50f2be2f1e Prevent crashes in selection operators
Compare 2 commits »
Amélie Fondevilla pushed to gpv3-prevent-crashes at amelief/blender 2023-07-26 10:02:06 +02:00
53125204b2 Prevent crashes in edit operators
9a8a56618f Prevent crashes in selection operators
Compare 2 commits »
Amélie Fondevilla created pull request blender/blender#110484 2023-07-26 09:59:33 +02:00
GPv3: Add filtering for channels in the grease pencil dopesheet
Amélie Fondevilla pushed to gpv3-dopesheet-filtering at amelief/blender 2023-07-26 09:56:45 +02:00
20e7f65c86 Refactor filtering code
897e32b51a Add API function to check if layer is selected
Compare 2 commits »
Amélie Fondevilla pushed to gpv3-dopesheet-filtering at amelief/blender 2023-07-26 09:47:16 +02:00
d859840896 Small typo
031a69cfca Add filtering in layer channels
a075214b36 Add API function is empty for grease pencil layer
dc83bdd1f8 Add channel filtering for grease pencil datablock
Compare 4 commits »
Amélie Fondevilla created branch gpv3-dopesheet-filtering in amelief/blender 2023-07-26 09:47:16 +02:00
Amélie Fondevilla created branch gpv3-prevent-crashes in amelief/blender 2023-07-26 09:43:30 +02:00
Amélie Fondevilla pushed to gpv3-prevent-crashes at amelief/blender 2023-07-26 09:43:30 +02:00
e9c6bfec8a Prevent crashes in edit operators
171b18e6cd Prevent crashes in selection operators
002c33df02 Small typo
9f6092da5d Add filtering in layer channels
68bb0c2a65 Add API function is empty for grease pencil layer
Compare 6 commits »
Amélie Fondevilla created branch gpv3-keyframes-click-select in amelief/blender 2023-07-25 16:32:06 +02:00
Amélie Fondevilla pushed to gpv3-keyframes-click-select at amelief/blender 2023-07-25 16:32:06 +02:00
cbde51bb8f Refactor code
e8ca1abe11 Select all frames in the channel
edf107e85c Select column of keyframes
ecd701980a Deselect all frames before selecting a grease pencil frame.
88e8e9e718 Refactor selection code
Compare 10 commits »
Amélie Fondevilla created pull request blender/blender#110460 2023-07-25 14:35:53 +02:00
GPv3: Adjust the eraser radius according to the pressure only if "Use Pressure" is enabled
Amélie Fondevilla created branch gpv3-fix-pressure-eraser-radius in amelief/blender 2023-07-25 14:34:00 +02:00
Amélie Fondevilla pushed to gpv3-fix-pressure-eraser-radius at amelief/blender 2023-07-25 14:34:00 +02:00
8cc47ba3ad The eraser tool now calibrates its radius according to the pressure only if the Use Pressure option is enabled
89811cb96f Cleanup: unused-imports in tests/
d7558a243c Keymap: avoid 3D View transform inheritance
932a85a24f Fix tests failing from errors in the users startup file
b248295530 Depsgraph: handle camera switching via markers in context drivers.
Compare 10 commits »
Amélie Fondevilla pushed to gpv3-erase-operator-stroke-mode at amelief/blender 2023-07-21 18:40:48 +02:00
ac75331239 Refactor and simplify
Amélie Fondevilla pushed to gpv3-erase-operator-soft-mode at amelief/blender 2023-07-21 12:56:37 +02:00
9945798049 Use the brush's falloff curve in the soft eraser
29adaa0de3 Add the falloff curve UI in the eraser tool
ef3a1c9421 Update the paint settings function with the new grease pencil paint mode.
7140de1f07 Add brush strength controller in the UI
71ceb316b1 Fix: wrong map passed to gather attributes
Compare 5 commits »
Amélie Fondevilla commented on pull request blender/blender#110338 2023-07-21 12:36:57 +02:00
GPv3: Refactor: ramer_douglas_peucker_simplify

"the index in an index into the subrange."

Amélie Fondevilla pushed to gpv3-erase-operator-soft-mode at amelief/blender 2023-07-21 11:03:50 +02:00
c3bb873441 Add descriptive comment for the soft eraser function
d3fc1a8f62 Refactor: gather points attributes
Compare 2 commits »
Amélie Fondevilla commented on pull request blender/blender#110310 2023-07-21 09:17:51 +02:00
GPv3: Soft mode for the Eraser tool

to confirm, when we reach the threshold , is it creates the new points at the edge of the eraser gizmo? or it create points inside of it ? and thanks for your works, hope enjoy it

No, right…