Hello;
looking through the snap settings (c4d.modules.snap
), I find the option QUANTIZE_GRID
, which is described as "Set quantize move step to use the grid size."
At least that's mentioned (four times) on the page
https://developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d.modules/snap/index.html?highlight=workplane#c4d.modules.snap.GetWorkplaneMatrix
On the other hand, on the page
https://developers.maxon.net/docs/Cinema4DPythonSDK/html/classic_resource/unknown/dmodeling.html?highlight=mesh_check_point
this constant is not mentioned.
And in fact, setting it to some value doesn't seem to change anything in the GUI or the C4D behavior. Nor is there any corresponding checkbox in the modeling settings.
Is that value just not used, not used any more, or am I just unable to see how it is applied? (Quantize is enabled of course.)