Habib Gahbiche zazizizou
  • Joined on 2015-02-21
Habib Gahbiche merged pull request blender/blender#115440 2023-11-27 08:01:21 +01:00
Cleanup: silence warning inconsistent-missing-override
Habib Gahbiche pushed to main at blender/blender 2023-11-27 08:01:21 +01:00
46131a6813 Cleanup: silence warning inconsistent-missing-override
Habib Gahbiche deleted branch com-unify-size-inference from zazizizou/blender 2023-11-26 12:14:50 +01:00
Habib Gahbiche pushed to main at blender/blender 2023-11-26 12:14:48 +01:00
9cc038f580 Fullframe compositor: unify behavior of size inference with realtime-compositor
Habib Gahbiche merged pull request blender/blender#114755 2023-11-26 12:14:48 +01:00
Fullframe compositor: unify behavior of size inference with realtime-compositor
Habib Gahbiche pushed to com-unify-size-inference at zazizizou/blender 2023-11-26 12:08:43 +01:00
9f1d208c3c Merge remote-tracking branch 'origin/main' into com-unify-size-inference
b0cb58ca0e Fix #115368: Auto smooth node is added every time if the file has linked object
1b6cd937ff Cleanup: CMake: Modernize bf_imbuf dependencies
6b70c04724 Cleanup: CMake: Modernize bf_depsgraph dependencies
74dd1e044b Nodes: improve socket picking tolerances
Compare 328 commits »
Habib Gahbiche created pull request blender/blender#115440 2023-11-26 12:05:00 +01:00
Cleanup: silence warning inconsistent-missing-override
Habib Gahbiche created branch cleanup-missing-override-warn in zazizizou/blender 2023-11-26 12:03:58 +01:00
Habib Gahbiche pushed to cleanup-missing-override-warn at zazizizou/blender 2023-11-26 12:03:58 +01:00
080a9f62a4 Cleanup: silence warning inconsistent-missing-override
Habib Gahbiche created pull request blender/blender#115439 2023-11-26 11:54:35 +01:00
Compositor: UI: better node visibility for default node tree
Habib Gahbiche pushed to com-startup-node-pos at zazizizou/blender 2023-11-26 11:45:53 +01:00
1e8b7635a4 Compositor: UI: better node visibility for default node tree
b0cb58ca0e Fix #115368: Auto smooth node is added every time if the file has linked object
1b6cd937ff Cleanup: CMake: Modernize bf_imbuf dependencies
6b70c04724 Cleanup: CMake: Modernize bf_depsgraph dependencies
74dd1e044b Nodes: improve socket picking tolerances
Compare 10 commits »
Habib Gahbiche created branch com-startup-node-pos in zazizizou/blender 2023-11-26 11:45:53 +01:00
Habib Gahbiche commented on pull request blender/blender#114764 2023-11-17 14:17:35 +01:00
Fullframe compositor: unify scaling behavior with realtime compositor

I see thanks. Here is the report: #115043

Habib Gahbiche opened issue blender/blender#115043 2023-11-17 13:57:44 +01:00
Realtime compositor: crash when rendering with large render size
Habib Gahbiche pushed to com-split-node at zazizizou/blender 2023-11-17 12:40:46 +01:00
26a0397b0d Make Format
Habib Gahbiche commented on pull request blender/blender#114764 2023-11-17 12:29:30 +01:00
Fullframe compositor: unify scaling behavior with realtime compositor

@OmarEmaraDev @Sergey maybe you have opinions here too...

Habib Gahbiche pushed to com-split-node at zazizizou/blender 2023-11-17 12:26:16 +01:00
87e0925f4c Fix build errors
62baa54b70 Merge remote-tracking branch 'origin/main' into com-split-node
eeb8d74a88 Coding style
f6569b7726 Cleanup: Make format
10fae637aa Refactor: Extract function to initialize a BezTriple
Compare 92 commits »
Habib Gahbiche commented on pull request blender/blender#114245 2023-11-17 12:26:01 +01:00
Compositor: Make split viewer a regular split node

👍

Habib Gahbiche commented on pull request blender/blender#114245 2023-11-17 11:57:39 +01:00
Compositor: Make split viewer a regular split node

ELEM is used in other places for single element comparison. I'm leaving out node_gizmo.cc, to better conform with the coding style rule "When making changes, conform to the style and…