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-keyframes-column-select from amelief/blender 2023-07-28 16:18:48 +02:00
Amélie Fondevilla merged pull request blender/blender#110523 2023-07-28 16:18:47 +02:00
GPv3: Select frames by column
Amélie Fondevilla pushed to main at blender/blender 2023-07-28 16:18:47 +02:00
f7130d98c4 GPv3: Select frames by column
Amélie Fondevilla pushed to gpv3-keyframes-column-select at amelief/blender 2023-07-28 16:00:20 +02:00
e7efeea9da Rename function
1e981395b0 Change assert statement
3a336ddf8e Use gpv3/legacy function based on the channel type
7e68691671 Removed double parenthesis
262d93c82b Rename function
Compare 40 commits »
Amélie Fondevilla suggested changes for blender/blender#110579 2023-07-28 15:57:58 +02:00
GPv3: Add user count to drawings

Actually, the function should also take care of frames with fixed duration.

Amélie Fondevilla created pull request blender/blender#110583 2023-07-28 15:55:58 +02:00
GPv3 : Add API function to get active frame
Amélie Fondevilla created branch gpv3-frame-at-function in amelief/blender 2023-07-28 15:52:35 +02:00
Amélie Fondevilla pushed to gpv3-frame-at-function at amelief/blender 2023-07-28 15:52:35 +02:00
7dec742fb8 Comment
b026b114dd Renamed variable
6f1f4bdb03 Refactor drawing index at function
e8178b174c Add API function frame at
82c178a574 Fix #110556, #110546: wrong variable initialization
Compare 10 commits »
Amélie Fondevilla approved blender/blender#110579 2023-07-28 15:39:45 +02:00
GPv3: Add user count to drawings

Looks good.

Amélie Fondevilla commented on pull request blender/blender#110579 2023-07-28 15:39:45 +02:00
GPv3: Add user count to drawings

const int frame_number

Amélie Fondevilla pushed to gpv3-keyframes-column-select at amelief/blender 2023-07-28 09:36:23 +02:00
83aa04b07d Rename function
454f33831f Change assert statement
Compare 2 commits »
Amélie Fondevilla commented on pull request blender/blender#110523 2023-07-28 09:33:10 +02:00
GPv3: Select frames by column

Yes, because in this function we want to build the list of frame that are selected. So we only want to call the function above for frames that are indeed selected. Now that I think of it,…

Amélie Fondevilla pushed to gpv3-keyframes-column-select at amelief/blender 2023-07-27 18:32:35 +02:00
597e5ef9d4 Use gpv3/legacy function based on the channel type
2d5463a51e Removed double parenthesis
3e7d15cd65 Rename function
eb474be937 Better allocation function
838ae322b3 Remove assert
Compare 6 commits »
Amélie Fondevilla commented on pull request blender/blender#110523 2023-07-27 18:23:47 +02:00
GPv3: Select frames by column

Yes. I don't think this function is gonna be used anywhere else anyways. 😅

Amélie Fondevilla pushed to gpv3-keyframes-column-select at amelief/blender 2023-07-27 17:39:17 +02:00
2e51ebcd5d Set selection status in cfra element
Amélie Fondevilla pushed to gpv3-keyframes-column-select at amelief/blender 2023-07-27 17:37:27 +02:00
4fc99f3419 Remove unnecessary include
Amélie Fondevilla pushed to gpv3-keyframes-column-select at amelief/blender 2023-07-27 17:31:15 +02:00
185ca1db85 Implementation of column-based selection.
a9a279cd85 Add API function to populate a list of keyframe elements with selected frames.
ca1066faf3 Cleanup: move avi io to C++
382683db62 Fix build errors after ee7ba1955c
ee7ba1955c Outliner: Port particle system elements to new tree-element code design
Compare 26 commits »
Amélie Fondevilla pushed to gpv3-keyframes-column-select at amelief/blender 2023-07-27 17:29:17 +02:00
3ead10ead2 Implementation of column-based selection.
7b8c357690 Add API function to populate a list of keyframe elements with selected frames.
18de91f960 GPv3: Option to use tablet pressure for the eraser
2a5e0ff212 Cleanup: Remove unused argument from the tile highlight API
76995feea0 Refactor: Move tile highlight logic outside of Render
Compare 15 commits »
Amélie Fondevilla pushed to main at blender/blender 2023-07-27 12:48:13 +02:00
18de91f960 GPv3: Option to use tablet pressure for the eraser
Amélie Fondevilla deleted branch gpv3-fix-pressure-eraser-radius from amelief/blender 2023-07-27 12:48:13 +02:00