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 19/08/2010 at 20:19, xxxxxxxx wrote:
User Information: Cinema 4D Version: 11.5 Platform: Windows ; Language(s) : C++ ;
--------- Is there a particular MSG that is called when a user makes a copy of an object. For example if the user holds down ctrl and drags an object to make a copy in the object manager, is there a MSG that is called when that happens? My plugin is designed to create a bunch of things when an object is first placed in the scene, but when the user makes a copy of the object, that doesn't happen. .. Any thoughts as to why this is?
~Shawn
On 20/08/2010 at 03:02, xxxxxxxx wrote:
virtual CopyTo()
On 20/08/2010 at 04:03, xxxxxxxx wrote:
Thanks Samir, I appreciate it.