Habib Gahbiche zazizizou
  • Joined on 2015-02-21
Habib Gahbiche created branch com-interp-bicubic in zazizizou/blender 2024-04-21 15:43:42 +02:00
Habib Gahbiche pushed to com-interp-bicubic at zazizizou/blender 2024-04-21 15:43:42 +02:00
5157f3be2d Compositor: implement bicubic spline for CPU compositor
821b773d95 FIX #109121: VR: Render controllers only if they are active
8392f69e10 Fix 120863: Update presets with recent rename in EEVEE-Next settings
689fce50bd Fix #120789: Slowness when using image vectorscope opacity slider
933f74ca02 Anim: Baklava, add Animation data-block to anim filtering code
Compare 6 commits »
Habib Gahbiche commented on pull request blender/blender#120471 2024-04-21 10:31:25 +02:00
Compositor: UI: Visualize render size and domain size in image editor

I can't figure out how to make the size of the darkened area depend on the image editor space size. Any tips on how to achieve that?

Habib Gahbiche commented on pull request blender/blender#120471 2024-04-21 10:29:04 +02:00
Compositor: UI: Visualize render size and domain size in image editor

This means the drawing will be done by the image engine and not the overlay engine, as is done with the metadata drawing above. Is this ok?

Habib Gahbiche pushed to com-vis-render-size at zazizizou/blender 2024-04-21 10:27:18 +02:00
b1e7a31af8 cleanup
Habib Gahbiche pushed to com-vis-render-size at zazizizou/blender 2024-04-21 10:23:43 +02:00
d615df6cc3 Fix crash & cleanup
Habib Gahbiche pushed to com-vis-render-size at zazizizou/blender 2024-04-20 20:29:17 +02:00
9f3f99ed44 Add comment about fixed text size
Habib Gahbiche pushed to com-vis-render-size at zazizizou/blender 2024-04-20 20:18:18 +02:00
402b42b01e Text position from enum
Habib Gahbiche pushed to com-vis-render-size at zazizizou/blender 2024-04-20 19:42:40 +02:00
95e6a9418d Move overlay to sima.overlay
5e9b455623 Merge remote-tracking branch 'origin/main' into com-vis-render-size
eea73bffb4 UI: Fade all non-ID children if parent is hidden in outliner
df064270a1 Fix: EEVEE-Next: Light: Missing shadows inside sphere light
1587abc148 Fix #119854: Avoid unsetting HIDDEN flag on properties
Compare 185 commits »
Habib Gahbiche pushed to com-vis-render-size at zazizizou/blender 2024-04-14 20:10:50 +02:00
ed0ebcca63 Make bbox and text color customizable
4a53e08c8d Add passepartout overlay
e4f6ae89b2 WIP: Compositor: visualize render size and domain size in image viewer
740d1fbc4b Geometry Nodes: Log socket values for node tools
bfd0105213 Fix: EEVEE-Next: Compilation error in forward + sss material
Compare 179 commits »
Habib Gahbiche commented on issue blender/blender#120587 2024-04-13 11:18:57 +02:00
Scrolling broken after recent commit

I can confirm scrolling using a touchpad rotates the view instead of zooming in 4.1 on macOS, which is how it always has been I believe.

Habib Gahbiche commented on issue blender/blender#108656 2024-04-10 23:42:49 +02:00
Compositor : improve Viewer node behavior

@txo I also think a lot of users are missing a quick way of viewing multiple nodes. I started working on this with a prototype (without caching) as an add-on but want to integrate it in blender if…

Habib Gahbiche created pull request blender/blender#120471 2024-04-10 15:00:57 +02:00
Visualize render size and domain size in image editor
Habib Gahbiche pushed to com-vis-render-size at zazizizou/blender 2024-04-10 14:55:06 +02:00
5401379ed5 Merge remote-tracking branch 'origin/main' into com-vis-render-size
28bd1040ee WIP: Compositor: visualize render size and domain size in image viewer
20bc1cbb57 Fix: EEVEE-Next: Volume: Wrong voxelization from accurate method
eec9c50580 Fix #120436: "Show Fill Color" setting not working
05226881f7 Anim: make CombinedKeyingResult plain old data
Compare 10 commits »
Habib Gahbiche created branch com-vis-render-size in zazizizou/blender 2024-04-10 14:55:06 +02:00
Habib Gahbiche commented on pull request blender/blender-addons#105268 2024-04-07 18:34:51 +02:00
WIP: Compositor Viewer shortcuts prototype

@pioverfour thanks for looking into this! I was hoping I could create an installer directly with this patchset, but I will create a general devtalk thread with some other proposals and then…

Habib Gahbiche commented on pull request blender/blender-addons#105268 2024-04-06 17:25:45 +02:00
WIP: Compositor Viewer shortcuts prototype

@blender-bot package

Habib Gahbiche created pull request blender/blender-addons#105268 2024-04-06 17:25:25 +02:00
Compositor Viewer shortcuts prototype