AresDeveaux
  • Joined on 2023-03-03
AresDeveaux commented on pull request blender/blender#106517 2023-05-01 06:24:31 +02:00
Animation: blend to infinity slider

You are right, it should be "false"

AresDeveaux pushed to blend_to_infinity_slider at AresDeveaux/blender 2023-05-01 06:23:11 +02:00
c2111305f4 if x_delta = 0 should return "false"
AresDeveaux pushed to scale_average_slider at AresDeveaux/blender 2023-04-21 05:47:36 +02:00
27a5124078 small fix to operator
AresDeveaux pushed to scale_left_slider at AresDeveaux/blender 2023-04-21 05:46:25 +02:00
fe0255c6ab Changed name to "Scale From Left"
AresDeveaux pushed to scale_right_slider at AresDeveaux/blender 2023-04-21 05:43:43 +02:00
be961b3c63 changed name to "Scale from Right"
AresDeveaux pushed to ease_ease_slider at AresDeveaux/blender 2023-04-21 05:40:22 +02:00
90f2ba3e44 small fix to operator
AresDeveaux pushed to shear_right_slider at AresDeveaux/blender 2023-04-21 05:37:08 +02:00
ef97eb7b56 Changed name to "Shear from Right"
AresDeveaux commented on pull request blender/blender#106521 2023-04-21 05:30:00 +02:00
Animation: shear left slider

The same will need to be done with "Scale left", 'Scale right" and "Scale average" then.

AresDeveaux commented on pull request blender/blender#106521 2023-04-21 05:27:50 +02:00
Animation: shear left slider
Also, if there is going to be a "shear right" operator as well, I think the code would need some changes to avoid future code duplication. Some of the functions would need to be renamed to no…
AresDeveaux pushed to shear_left_slider at AresDeveaux/blender 2023-04-21 05:13:32 +02:00
6b507563d8 Changed the name to "Shear from Left"
AresDeveaux pushed to shear_left_slider at AresDeveaux/blender 2023-04-21 05:08:18 +02:00
5ea5535ca1 simple fix to the "RNA_def_float_factor" in the operator
AresDeveaux pushed to time_offset_slider at AresDeveaux/blender 2023-04-21 04:57:03 +02:00
65b92186e9 Used Christoph's lines of code
AresDeveaux commented on pull request blender/blender#106520 2023-04-20 22:45:37 +02:00
Animation: time offset slider

While trying to understand what you are doing in those lines, I went back to one comment you had a while back and could not understand what you meant.

When overshooting on positive x it…
AresDeveaux pushed to blend_offset_slider at AresDeveaux/blender 2023-04-20 21:47:04 +02:00
45de734e6b corrected a small error in the operator
AresDeveaux pushed to blend_to_ease_slider at AresDeveaux/blender 2023-04-20 21:45:26 +02:00
27ae422111 corrected a small error in the operator
AresDeveaux commented on pull request blender/blender#106517 2023-04-20 21:37:24 +02:00
Animation: blend to infinity slider

Hopefully I did it right.

AresDeveaux pushed to blend_to_infinity_slider at AresDeveaux/blender 2023-04-20 21:35:41 +02:00
7b2561452c blend_to_infinity function returns a boolean now. Took the warning out of the loop in the operator.
AresDeveaux pushed to blend_to_ease_slider at AresDeveaux/blender 2023-04-19 11:05:44 +02:00
f898da5022 added some comments
AresDeveaux pushed to ease_ease_slider at AresDeveaux/blender 2023-04-19 10:58:02 +02:00
ee0aacb090 rearanged some comments
AresDeveaux pushed to blend_to_ease_slider at AresDeveaux/blender 2023-04-19 10:52:35 +02:00
5a2d9b9012 removed magic numbers and took some lines out of the loop