On 15/01/2016 at 04:20, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 17
Platform: Windows ;
Language(s) :
---------
I think in the "mode" section under "SendModelingCommand" is a copy and paste error.
https://developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d.utils/index.html
It says
mode** (int) –
Modeling mode:
MODELINGCOMMANDMODE_ALL | All points/polygons. |
---|---|
MODELINGCOMMANDMODE_POINTSELECTION | Only the current point selection. |
MODELINGCOMMANDMODE_POLYGONSELECTION | Only the polygon point selection. |
MODELINGCOMMANDMODE_EDGESELECTION | Only the edge point selection. |
_<_t_>_
I'm assuming the "point" for polygon and edge selection doesn't belong there? Maybe I'm wrong and I just don't know what an edge point selection is...