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).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/08/2005 at 01:27, xxxxxxxx wrote:
User Information: Cinema 4D Version: R9.102 Platform: Windows ; Language(s) : C++ ;
--------- Hello, I developed a plugins for R8.207 under VC++6. The code: >bc.SetReal(SNAP_PLANE_SPACING,100); >bc.SetLong(SNAP_PLANE_SUB,100); >bc.SetLong SNAP_PLANE_ROUGHSUB,10); >bc.SetBool(SNAP_PLANE_ENABLE,TRUE); >bc.SetLong(SNAP_PLANE_DYNAMICGRID,1); was compiled with no errors under R82. after upgrading to R9.102 the compiling result I couldn' find the definition of: SNAP_PLANE_SPACING SNAP_PLANE_SUB SNAP_PLANE_ROUGHSUB SNAP_PLANE_ENABLE SNAP_PLANE_DYNAMICGRID I know there was changes to the Snap-mechanism on R9.102 but I don't know if/where is the definfition of these constans.
On 18/08/2005 at 14:17, xxxxxxxx wrote:
Some of it seems to have moved into the BaseDraw description, e.g. BASEDRAW_DATA_SNAP_PLANE_SPACING.