Hello!
I was just wondering if anyone knows a workaround to get the 'Connect (with dialog)' hotkey function working?
As far as I know, it has 'never' really popped up a dialog window, unless I've missed something. In its current state, it simply connects the selected edges without the dialog window popping up, which is a bit of a concern!
I have noticed that other people have posted the same issue online, and I have not seen any answers where the solution can be wielded solely with the native software (i.e. no plug-ins!) I hope that perhaps one of you may know a solution.
Thanks in advance,
- Andr
Replies
The only way i've found, is to toggle the keyboard shortcuts override, then, under
customize UI>
group>
editable poly or edit poly (because they are not the same , that would be too logical hohoho !)
connect edge settings : assign a shortcut
Now it would be great to not have to use the overide because it's really confusing to me.
Great, it works! Thank you.
Too bad it requires the hotkey override, the epitome of hotkey madness! I'll investigate further to see if there is another way...
It is driving me crazy >_>
MisterSande, this solution does not work for me TOO (((( Did you find some working solution? Does anybody know the answer?
It comes by default and is doing this:
MacroScript ConnectEdgesOptions
category: ~CONNECTEDGESOPTIONS_CATEGORY~
internalCategory:"Ribbon - Modeling"
tooltip: ~CONNECTEDGESOPTIONS_TOOLTIP~
(
On IsEnabled Return Filters.Is_EPolySpecifyLevel #{3..4}
On Execute do (
local A = modPanel.getCurrentObject()
A.popupDialog #ConnectEdges
)
)