Applying patch #24822: Select linked for curves as for meshes, CTRL + L version
With some own changes: - Select pick moved to invoke() - Used editsurfcurve_region_view3d as poll function for this operator due to ogl dependency Thanks to Elia Sarti (vekoon)!
This commit is contained in:
@@ -156,6 +156,7 @@ int ED_operator_editarmature(struct bContext *C);
|
||||
int ED_operator_editcurve(struct bContext *C);
|
||||
int ED_operator_editsurf(struct bContext *C);
|
||||
int ED_operator_editsurfcurve(struct bContext *C);
|
||||
int ED_operator_editsurfcurve_region_view3d(struct bContext *C);
|
||||
int ED_operator_editfont(struct bContext *C);
|
||||
int ED_operator_editlattice(struct bContext *C);
|
||||
int ED_operator_editmball(struct bContext *C);
|
||||
|
||||
Reference in New Issue
Block a user