Christoph Lendenfeld ChrisLend
Christoph Lendenfeld merged pull request blender/blender#106890 2023-04-20 10:08:03 +02:00
Fix: Normalization with baked curves and preview range
Christoph Lendenfeld pushed to main at blender/blender 2023-04-20 10:08:03 +02:00
4054d76749 Fix: Normalization with baked curves and preview range
Christoph Lendenfeld commented on pull request blender/blender#106520 2023-04-15 19:37:35 +02:00
Animation: time offset slider

I added the lines you suggested to avoid memory leaks, and when compiling I get this message in regard to one of the lines:

warning: ignoring return value of function declared with…
Christoph Lendenfeld commented on pull request blender/blender#106520 2023-04-15 19:36:17 +02:00
Animation: time offset slider

variable length arrays are a C99 feature, but I think Blender runs on a different standard. But honestly I can't find in the wiki where that is.

A lot of the slider features are controller by…

Christoph Lendenfeld commented on pull request blender/blender#106521 2023-04-15 19:27:19 +02:00
Animation: shear left slider

I see you approved it, did you change the typo? don't know if I should publish the error correction and ask for a new review.

I didn't change anything, but if the changes are so super tiny,…

Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-15 19:25:52 +02:00
Animation: blend to infinity slider

this can also be clearer.

Christoph Lendenfeld suggested changes for blender/blender#106517 2023-04-15 19:25:52 +02:00
Animation: blend to infinity slider

getting there. only some small cleanup left to do :)

Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-15 19:25:51 +02:00
Animation: blend to infinity slider

since this is now outside of the if else, you can to

Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-15 19:25:51 +02:00
Animation: blend to infinity slider

This would be clearer if you checked explicitly to 0

Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-15 19:25:51 +02:00
Animation: blend to infinity slider

this can move into the for loop and you can then call it

Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-15 19:25:50 +02:00
Animation: blend to infinity slider

the conditions can also be simplified like above

Christoph Lendenfeld commented on pull request blender/blender#106517 2023-04-15 19:25:50 +02:00
Animation: blend to infinity slider

this code can be moved to the first if else

Christoph Lendenfeld approved blender/blender#106521 2023-04-14 17:43:35 +02:00
Animation: shear left slider

I see nothing wrong with it except a small typo :)

Christoph Lendenfeld commented on pull request blender/blender#106521 2023-04-14 17:43:35 +02:00
Animation: shear left slider

I assume you mean "linearly"?

Christoph Lendenfeld created pull request blender/blender#106959 2023-04-14 17:28:34 +02:00
Animation: make properties from motion path library overrideable
Christoph Lendenfeld pushed to motion_path_lib_override at ChrisLend/blender 2023-04-14 17:26:12 +02:00
8a0f8c3536 add props to be library overrideable
988f23cec3 Attributes: Add 2D integer vector attribute type
80f3f59555 Fix: Remove unsupported data types in extrude and split edges nodes
3f31ac2e1a Cleanup: Make deprecated custom data type handling consistent
2b4a62fa18 Fix: Respect preview range when auto normalizing in Graph Editor
Compare 10 commits »
Christoph Lendenfeld created branch motion_path_lib_override in ChrisLend/blender 2023-04-14 17:26:12 +02:00
Christoph Lendenfeld commented on pull request blender/blender#104565 2023-04-14 15:49:34 +02:00
Allow select range in animation editor

ok, so in above case, only selection of groups within range is expected? I was not in the meeting so I misinterpreted Sybren's message (I consider to include all channels+groups when group is…

Christoph Lendenfeld commented on pull request blender/blender#106952 2023-04-14 15:33:31 +02:00
Animation: Butterworth Smoothing filter

@blender-bot package

Christoph Lendenfeld commented on pull request blender/blender#106952 2023-04-14 15:32:26 +02:00
Animation: Butterworth Smoothing filter

demo video