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 16/09/2011 at 17:21, xxxxxxxx wrote:
User Information: Cinema 4D Version: R13 Platform: Windows ; Language(s) : C++ ;
--------- Hey Guys,
Anyone know, how to stop drawing when mouse is over the active basedraw? -> So do not recalculate the view/document/draw automatically?
And ignore all keyinputs: -> That press 'd' don´t start the extrude tool etc.?
On 20/09/2011 at 09:47, xxxxxxxx wrote:
I got it.
Drawing: Now I handle in a MessageDate the Event EVMSG_UPDATEHIGHLIGHT;
Shortcuts: RemoveShortcut(LONG index)
Thanks anyway.