SendModelingCommand - Missing features

On 17/01/2018 at 05:56, xxxxxxxx wrote:

I can't find some options in [SendModelingCommand()](https://developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d.utils/index.html#c4d.utils.SendModelingCommand)

Spin Edge    c4d.CallCommand(440000044, 440000044) # Spin Edge
Dissolve      c4d.CallCommand(440000043, 440000043) # Dissolve

On 18/01/2018 at 02:03, xxxxxxxx wrote:

Hi,

Dissolve and Spin Edge mesh commands doesn't provide a modeling operation to be invoked with SendModelingCommand().
These are just standard command plugins without options and have to be executed with CallCommand().