SendModelingCommand \ LOOP_TOOL

Hi!
Is there any news about SendModelingCommand \ LOOP_TOOL? Still broken?

I asked this question a year ago.
I tried this code, but always got False:

bc = c4d.BaseContainer()
bc[c4d.MDATA_LOOP_SEL_STOP_AT_BOUNDS] = False
bc[c4d.MDATA_LOOP_SEL_SELECT_BOUNDS] = False
bc[c4d.MDATA_LOOP_SEL_GREEDY_SEARCH] = False
bc[c4d.MDATA_LOOP_LOOP_EDGE] = 1 # edge index
bc[c4d.MDATA_LOOP_SELECTION] = c4d.SELECTION_ADD

utils.SendModelingCommand(command=c4d.ID_MODELING_LOOP_TOOL,
                          list=[op],
                          mode=c4d.MODELINGCOMMANDMODE_EDGESELECTION,
                          bc=bc,
                          doc=doc,
                          flags=c4d.MODELINGCOMMANDFLAGS_0)

Hi arsen,

I'm sorry but the bug is not fixed yet.
I've pinged the group responsible for handling it and as soon as I received news about the fixing time frame, I'll report here.

Best, Riccardo