AresDeveaux
  • Joined on 2023-03-03
AresDeveaux pushed to blend_to_infinity_slider at AresDeveaux/blender 2023-04-14 13:35:41 +02:00
f540381225 a lot of simplification
AresDeveaux pushed to blend_offset_slider at AresDeveaux/blender 2023-04-14 11:20:24 +02:00
fab764a6cf deleted 2 likes that I added to test the bidirectional slider
AresDeveaux pushed to blend_offset_slider at AresDeveaux/blender 2023-04-14 11:18:20 +02:00
960b6c41e2 another round of simplification
AresDeveaux commented on pull request blender/blender#106517 2023-04-14 11:11:19 +02:00
Animation: blend to infinity slider

thanks. I will take a look.

On a related note, I was addressing the notes on another slider and as you said before, I have been confused about names all along.

On this line `const…

AresDeveaux commented on pull request blender/blender#106518 2023-04-14 10:02:46 +02:00
Animation: blend offset slider

I just tried this. One problem with a bidirectional slider is that the factor is always going to be more than zero, so the else part of the if statement is never executed. I still need to know…

AresDeveaux pushed to blend_offset_slider at AresDeveaux/blender 2023-04-14 08:08:38 +02:00
6332c5abae Merge branch 'main' into blend_offset_slider
8d16e8f726 Merge branch 'blender-v3.5-release'
6e51f8d202 Fix Python Module build on Windows
ac0ed09735 Fix #104329 viewport render with path guiding crashes
a58c951c98 Merge branch 'blender-v3.5-release'
Compare 17 commits »
AresDeveaux pushed to blend_to_infinity_slider at AresDeveaux/blender 2023-04-14 08:05:45 +02:00
227980c797 formating error
AresDeveaux pushed to blend_to_infinity_slider at AresDeveaux/blender 2023-04-14 08:00:26 +02:00
232dc85eea merged main
5a4881e529 rearranged the code to avoid possible "index our of range" error, and simplified the code a bit
8d16e8f726 Merge branch 'blender-v3.5-release'
6e51f8d202 Fix Python Module build on Windows
ac0ed09735 Fix #104329 viewport render with path guiding crashes
Compare 18 commits »
AresDeveaux pushed to dev at AresDeveaux/blender 2023-04-14 07:54:13 +02:00
0acc6c51d6 temp-sculpt-dyntopo: Fix bmesh toolflags bug and curvature bug
aae820d385 Merge branch 'main' into temp-sculpt-dyntopo
7a267aa000 DRW: Selection Occlusion
bc86223975 Cleanup: readability improvements in uv packer
cde565c26c PBVH: update mesh data pointers stored in pbvh
Compare 294 commits »
AresDeveaux commented on pull request blender/blender#106517 2023-04-14 04:57:01 +02:00
Animation: blend to infinity slider

Thanks so much for the feedback. I have a couple of thoughts.

I understood what fcurve_segment_start_get gets me (no need to change the name), but I do need not only the key next to the…

AresDeveaux commented on pull request blender/blender#106517 2023-04-11 08:45:50 +02:00
Animation: blend to infinity slider

Thanks for the feedback. I tried to address most of them. I keep forgetting to run make format and have additional commit just for that (I'll keep trying to make that work in VS Code preferences)

AresDeveaux pushed to push_pull_slider at AresDeveaux/blender 2023-04-11 02:09:06 +02:00
78a283cc22 simplified the function a bit
AresDeveaux pushed to scale_average_slider at AresDeveaux/blender 2023-04-11 02:06:01 +02:00
bd5041d0d4 Took away unnecesary lines of code
AresDeveaux pushed to scale_left_slider at AresDeveaux/blender 2023-04-11 02:03:23 +02:00
97d688695b Took away unnecesary lines of code
AresDeveaux pushed to scale_right_slider at AresDeveaux/blender 2023-04-11 02:02:05 +02:00
18199f1afe took away not necesary lines of code
AresDeveaux pushed to shear_left_slider at AresDeveaux/blender 2023-04-11 01:52:00 +02:00
5a62dcd02c By mistake I deleted the solution to not devide by 0, so I put it back
AresDeveaux pushed to shear_right_slider at AresDeveaux/blender 2023-04-11 01:49:36 +02:00
87f886b195 simplified the function a bit
AresDeveaux pushed to ease_ease_slider at AresDeveaux/blender 2023-04-11 01:46:11 +02:00
b027f75883 fixed some formating
AresDeveaux pushed to shear_left_slider at AresDeveaux/blender 2023-04-11 01:44:35 +02:00
2df0da0412 simplified the function a bit
AresDeveaux pushed to ease_ease_slider at AresDeveaux/blender 2023-04-11 01:40:58 +02:00
1c2624e459 more simplification