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 02/03/2008 at 10:21, xxxxxxxx wrote:
User Information: Cinema 4D Version: 10.5 Platform: Windows ; Language(s) : C++ ;
--------- Hey folks,
have a bit of a problem with refreshing AM the thing is that i need to have some info to change in AM when i click a handle in viewport...
I pointed it down to that GetDDescription is not called when you click on a handle, but if you drag a handle it does, so is there a way to force it to call somehow?
Thanks
Sandi
On 02/03/2008 at 11:08, xxxxxxxx wrote:
op->Message(MSG_CHANGE);
On 02/03/2008 at 11:12, xxxxxxxx wrote:
doh, so simple and obvious...
thanks!