Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
c4d.modules.snap
QUANTIZE_GRID
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.)
Hi @Cairyn,
thank you for reaching out to us. I can confirm that the c4d.QUANTIZE_GRID symbol is not used anymore internally in C++ aside from being defined. In Python the docs have not been updated properly, we will fix that in a future release. The major reason behind that is that Cinema does not have anymore a fixed world grid, so this mode is not really possible anymore.
c4d.QUANTIZE_GRID
I have reached out to the development team to ask if we can also remove the symbol in C++ or if there is a reason why it still lingers.
Thanks for pointing this out,
Cheers, Ferdinand
Thanks for the confirmation.
(Follow-up questions moved to a separate post)