Block a user
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
Fullframe compositor: unify behavior of size inference with realtime-compositor
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
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
Compositor: UI: better node visibility for default node tree
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
Fullframe compositor: unify scaling behavior with realtime compositor
I see thanks. Here is the report: #115043
Realtime compositor: crash when rendering with large render size
Fullframe compositor: unify scaling behavior with realtime compositor
@OmarEmaraDev @Sergey maybe you have opinions here too...
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
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…