Block a user
UI: Implement snapping for node resizing
I thought resizing and snapping should be done at the same place. transform_convert_node.cc
also seems to do translation and snapping at the same place.
We could remove the whole operator…
UI: Nodes: Remove some snapping options
All of #define
, constexpr
and (1<<1)
are used in these files so I wasn't sure...
67c1c565d1
Bump file subversion 6->7
69ec9a0bfb
Merge remote-tracking branch 'origin/main' into com-rm-snap
85e12e7dc0
Cleanup: Select Engine: Move debug draw to new draw manager
e68897e117
Fix: prevent duplicate shader node links during USD import
39e5e3c4fe
Cleanup: Grease Pencil: Remove unused functions
Node editor snapping
I wouldn't add an extra option just for that. I think it is expected that if snapping is active, it will have an effect on scaling nodes as well.
That was bad wording from my side. I meant…
UI: Implement snapping for node resizing
728e4702fe
UI: Implement snapping for node resizing
e68897e117
Fix: prevent duplicate shader node links during USD import
39e5e3c4fe
Cleanup: Grease Pencil: Remove unused functions
6e814e7597
Compositor: Implement Mao UV node for new CPU compositor
7f7ababec2
Compositor: Implement Displace node for new CPU compositor
Compositor crop gizmo suggests there is a valid crop when there isn't one
the compositing's corp node is not work
We plan to fix this by not allowing such a bounding box: blender/blender#128550
Fix Crop Node gizmo broken when dragging upper left corner
b3121e325f
Set shortcut in RNA
bc2c4a0add
Merge remote-tracking branch 'origin/main' into com-fast-vieweing
db62ddd57c
Merge branch 'blender-v4.3-release'
a3773c827d
Merge branch 'blender-v4.3-release'
f026c3a80f
Merge branch 'blender-v4.3-release'
Cleanup: WITH_COMPOSITOR_CPU now refers to Full-Frame compositor, not tiled.