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).
On 05/03/2013 at 10:11, xxxxxxxx wrote:
Hi all i am looking some python script to connect+delete a group off objects but not useing this way c4d.CallCommand(16768) # Connect Objects + Delete. I have looked thro the the mcommand_????? instructions but cant see any think any insite would be great thank you for any help. Cheers. Ray.
On 05/03/2013 at 12:40, xxxxxxxx wrote:
If you're writing a script then CallCommand is the easiest solution. If you don't want to use that you will need to use SendModelingCommand with the command MCOMMAND_JOIN.
On 06/03/2013 at 08:31, xxxxxxxx wrote:
Thank you for your reply. Cheers. Ray.