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#110962 2023-08-09 15:39:14 +02:00
GPv3: Include summary and datablock keyframes in the grease pencil dopesheet
Amélie Fondevilla created branch gpv3-dopesheet-summary in amelief/blender 2023-08-09 15:29:48 +02:00
Amélie Fondevilla pushed to gpv3-dopesheet-summary at amelief/blender 2023-08-09 15:29:48 +02:00
1d1c23377a Grease Pencil datablock channel : toggle expand on click
9a0851b28e Add grease pencil datablock in region selection
13b92ab9fc Grease Pencil frames can now be selected from their data block summary
dabb67283a Make grease pencil channels selectables in summary
4e238b7d11 Refactor
Compare 10 commits »
Amélie Fondevilla suggested changes for blender/blender#110957 2023-08-09 15:05:27 +02:00
GPv3: Refactor: replace remove_frame_at function

Hey, I just have a few comments on the PR.

Amélie Fondevilla commented on pull request blender/blender#110957 2023-08-09 15:05:27 +02:00
GPv3: Refactor: replace remove_frame_at function

Small typo \retruns > \returns.

Amélie Fondevilla commented on pull request blender/blender#110957 2023-08-09 15:05:26 +02:00
GPv3: Refactor: replace remove_frame_at function

This is always going to return false.

Amélie Fondevilla commented on pull request blender/blender#110957 2023-08-09 15:05:26 +02:00
GPv3: Refactor: replace remove_frame_at function

Maybe we should check for null frames here, before accessing the drawing with the drawing index. I guess we cannot remove them with this function, right ?

Amélie Fondevilla commented on pull request blender/blender#110957 2023-08-09 15:05:25 +02:00
GPv3: Refactor: replace remove_frame_at function

I guess this can be const

Amélie Fondevilla commented on pull request blender/blender#110957 2023-08-09 15:05:25 +02:00
GPv3: Refactor: replace remove_frame_at function

Maybe you can use the API here ?

Amélie Fondevilla commented on pull request blender/blender#110957 2023-08-09 15:05:24 +02:00
GPv3: Refactor: replace remove_frame_at function

typo get_next_availible_index > get_next_available_index

Amélie Fondevilla merged pull request blender/blender#110791 2023-08-09 12:24:07 +02:00
GPv3: Include other channel selection modes
Amélie Fondevilla pushed to main at blender/blender 2023-08-09 12:24:06 +02:00
ffafc183ba GPv3: Include other channel selection modes
Amélie Fondevilla pushed to gpv3-move-keyframe at amelief/blender 2023-08-09 09:24:54 +02:00
1c08651ef5 Cleanup: renamed variable + docstring
Amélie Fondevilla pushed to gpv3-move-keyframe at amelief/blender 2023-08-09 09:17:36 +02:00
b9b76abf49 Changed switch to an if
06e1d68148 Renaming variables
Compare 2 commits »
Amélie Fondevilla pushed to gpv3-move-keyframe at amelief/blender 2023-08-08 18:34:22 +02:00
97fff56165 Cleanup
Amélie Fondevilla pushed to gpv3-move-keyframe at amelief/blender 2023-08-08 18:24:45 +02:00
1c5dc38a39 Cleanup: no need to have a full map of key transformation anymore
Amélie Fondevilla pushed to gpv3-move-keyframe at amelief/blender 2023-08-08 17:12:51 +02:00
9efdf891f9 Add function description
Amélie Fondevilla pushed to gpv3-move-keyframe at amelief/blender 2023-08-08 17:04:54 +02:00
7c1df36505 Cleanup
Amélie Fondevilla pushed to gpv3-move-keyframe at amelief/blender 2023-08-08 16:59:30 +02:00
df5e68b39b Remove unused functions
Amélie Fondevilla pushed to gpv3-move-keyframe at amelief/blender 2023-08-08 16:51:49 +02:00
4d3f6ae306 Refactor
4caa188f64 Add comment on legacy code
eb9a58ae56 Refactor
b889007719 Keep frame duration while moving
facd6a9764 Moving frames without lost
Compare 6 commits »