Habib Gahbiche zazizizou
  • Joined on 2015-02-21
Habib Gahbiche deleted branch fix-bicubic-interp from zazizizou/blender 2024-05-30 17:38:55 +02:00
Habib Gahbiche merged pull request blender/blender#122288 2024-05-30 17:38:52 +02:00
Compositor: implement bicubic interpolation for Stabilize2DNode
Habib Gahbiche pushed to main at blender/blender 2024-05-30 17:38:52 +02:00
192d4dc9dc Compositor: implement bicubic interpolation for Stabilize2DNode
Habib Gahbiche pushed to fix-bicubic-interp at zazizizou/blender 2024-05-30 17:10:52 +02:00
9b1955217b Update tests
43f396bb57 Merge remote-tracking branch 'origin/main' into fix-bicubic-interp
0be9540775 Refactor: Anim: move animation.cc into action.cc
0b3157dc93 Cleanup: Cycles: remove unused SYCL environment variable
ba5206b209 Anim: add Action.is_action_layered and Action.is_action_legacy to RNA
Compare 216 commits »
Habib Gahbiche pushed to main at blender/blender-test-data 2024-05-30 17:09:33 +02:00
25b7bed33c Compositor: update CPU distort tests after bicubic sampling fix.
Habib Gahbiche commented on pull request blender/blender#122288 2024-05-30 16:55:45 +02:00
Compositor: implement bicubic interpolation for Stabilize2DNode

Ah yes true. It's still not completely random though and that might play a role.

Habib Gahbiche commented on pull request blender/blender#122288 2024-05-30 15:58:13 +02:00
Compositor: implement bicubic interpolation for Stabilize2DNode

My tests only include the case where datatype_ == Color and the value to be copied is always the same. For number_of_elements = 4 results look different: https://quick-bench.com/q/FV5Ai_bHNldJ6

Habib Gahbiche commented on pull request blender/blender#122288 2024-05-30 14:04:16 +02:00
Compositor: implement bicubic interpolation for Stabilize2DNode

From a quick test, the following code slows down Stabilize 2D Node from 220ms to 280ms (disconnected image input) and translate node (image input disconnected, X input connected to image) from 1ms…

Habib Gahbiche closed issue blender/blender#109866 2024-05-30 13:21:45 +02:00
Switch View Node does not get updated when clicking update views button
Habib Gahbiche commented on issue blender/blender#109866 2024-05-30 13:21:41 +02:00
Switch View Node does not get updated when clicking update views button

Updates are now done automatically so the button "Update Views" was removed: blender/blender#122290, so I'm closing this report.

Thank you for reporting :)

Habib Gahbiche deleted branch rm-update-views from zazizizou/blender 2024-05-30 13:18:26 +02:00
Habib Gahbiche merged pull request blender/blender#122290 2024-05-30 13:18:24 +02:00
Compositor: Switch View: automatically update views when render views are enabled/disabled
Habib Gahbiche pushed to main at blender/blender 2024-05-30 13:18:24 +02:00
9484770551 Compositor: Switch View: automatically update views when render views are enabled/disabled
Habib Gahbiche pushed to rm-update-views at zazizizou/blender 2024-05-30 12:20:21 +02:00
c465ebb559 Remove NODE_UPDATE_OPERATOR
3b5161d685 Merge remote-tracking branch 'origin/main' into rm-update-views
ba5206b209 Anim: add Action.is_action_layered and Action.is_action_legacy to RNA
b076c1337f Cleanup: INTERNET Icon
cc38c43198 UI: check if only ctrl is pressed when editing label
Compare 199 commits »
Habib Gahbiche commented on pull request blender/blender#122288 2024-05-27 10:22:52 +02:00
Compositor: implement bicubic interpolation for Stabilize2DNode

Yes, a previous patch for translate node introduced this bug: blender/blender#121436. The difference now is the argument get_relative_x(x) is given to the…

Habib Gahbiche commented on pull request blender/blender#122288 2024-05-27 10:22:33 +02:00
Compositor: implement bicubic interpolation for Stabilize2DNode

This is the same way read_elem_bilinear() is implemented. I'll see if there is a better way.

Habib Gahbiche created pull request blender/blender#122290 2024-05-26 20:14:04 +02:00
Compositor: Switch View: automatically update views when render views are enabled/disabled