Block a user
Hidden socket in the Viewer is not shown when
Shift Ctrl
I can reproduce it on 4.0, but I can not reproduce it on
e0e6dc8550f1
you could reproduce it on an empty socket without ant links
38e4e9c68b
Fix potential null pointer dereference from the RenderView::imbuf
6776d68f5e
Cleanup: avoid shadowing variables
ea7657511c
Cleanup: promote to size_t before calculating sizes
e01525cf2c
Cleanup: remove redundant variables & assignments
5741632e7c
Cleanup: quiet missing-declarations warnings
Fix #119596: Multiple points operations of Curvemap and Curveprofile
source/blender/makesdna/DNA_color_types.h
Lines 30 to 34 in 294ccde79f
typedef struct CurveMap_Runtime { |
|
/** Temp storage for multiple selections operation. */ |
|
/** Center of selected points */ |
|
float center_x, center_y; |
|
} CurveMap_Runtime; |
Since each CurveMap requires runtime storage, I…
dd8a6e2963
4.8 initializations and simplification
d2606602df
4.8 hue correct requires 3 curvemap
Fix #119596: Multiple points operations of Curvemap and Curveprofile
I noticed there are a few members named vec[3]
and origvec[3]
, may I modify them for this purpose?
Fix #119596: Multiple points operations of Curvemap and Curveprofile
the general goal has been accomplished.
- Shift all selected points together with slider control.
- Display selected points properties (flags) properly.
- Clamp the position on the…
8a6cabd4bf
Update interface_templates.cc
128f56fb2d
4.4 flags
06b57d1a85
4.4 Shift point positions from center
WIP: Fix #119596: Multiple points operations of curvemapping