Habib Gahbiche zazizizou
  • Joined on 2015-02-21
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
Habib Gahbiche created branch rm-update-views in zazizizou/blender 2024-05-26 20:12:13 +02:00
Habib Gahbiche pushed to rm-update-views at zazizizou/blender 2024-05-26 20:12:13 +02:00
7115733849 Compositor: Switch View: automatically update views when render views are enabled/disabled
eaf1454475 EEVEE-Next: UI: Move simplify panel just before post processes
e323a7d391 EEVEE-Next: UI: Rename Horizon Scan to Fast GI approximation
fbeb4b5914 Fix: EEVEE-Next: Light transmission influence is 0 in startup file
9f2f1a5c57 EEVEE-Next: Shadow: Remove per light resolution scale
Compare 10 commits »
Habib Gahbiche created pull request blender/blender#122288 2024-05-26 19:44:24 +02:00
Compositor: implement bicubic interpolation for Stabilize2DNode
Habib Gahbiche pushed to fix-bicubic-interp at zazizizou/blender 2024-05-26 19:42:34 +02:00
051029a1b7 Fix: unconnected Stabilize2dNode crashes with bicubic interp
Habib Gahbiche pushed to fix-bicubic-interp at zazizizou/blender 2024-05-25 23:08:55 +02:00
1988b0763b Fix build error
Habib Gahbiche pushed to fix-bicubic-interp at zazizizou/blender 2024-05-25 23:00:40 +02:00
0b08c715ca Fix bicubic interpolation
200cf730d8 Fix #122241: Apply selected as rest pose not working
b2d1979882 USD Export: option to triangulate meshes
896ef010f6 Fix #122031: Cycles: OSL implementation of Thin Film is missing
bfa54f22ce USD Import: Added an option to import only defined prims
Compare 10 commits »
Habib Gahbiche created branch fix-bicubic-interp in zazizizou/blender 2024-05-25 23:00:39 +02:00
Habib Gahbiche suggested changes for blender/blender#121843 2024-05-20 18:30:02 +02:00
WIP: Compositor tests: reorganize folders

@Maxime-Cots thank you for the patch! This is indeed how the task #120949 is intended to be solved :)

Habib Gahbiche pushed to com-backdrop-pan-zoom at zazizizou/blender 2024-05-20 17:16:50 +02:00
a1bdbd26e9 Merge remote-tracking branch 'origin/main' into com-backdrop-pan-zoom
a241790e8f Fix image viewer sampler does not consider image offset
70b008d18d Cleanup: Fix header location of color attribute fill function
5687072223 Cleanup: Sculpt: Use return values, C++ types
a72dbea01a Cleanup: Sculpt: Use return values for neighbor averaging functions
Compare 33 commits »
Habib Gahbiche closed issue blender/blender#96406 2024-05-20 14:43:42 +02:00
Compositor: optimize full frame compositor
Habib Gahbiche commented on issue blender/blender#96406 2024-05-20 14:43:38 +02:00
Compositor: optimize full frame compositor

Some optimization was done during unification with GPU compositor. No further concrete todos are defined for performance optimization, so I'm closing this issue.

Habib Gahbiche deleted branch fix-sample-offset from zazizizou/blender 2024-05-20 10:56:26 +02:00
Habib Gahbiche pushed to main at blender/blender 2024-05-20 10:56:25 +02:00
a241790e8f Fix image viewer sampler does not consider image offset
Habib Gahbiche merged pull request blender/blender#121992 2024-05-20 10:56:24 +02:00
Fix image viewer sampler does not consider image offset