Duplicate Selected Object Command in Clarisse

Clarisse iFX is a really good tool indeed.
But a Duplicate command is a “must-have” in any software (I don’t want to use the copy and then paste commands, that’s one more click than it should be). 🙂

I just put those two into one command, but I think this will be helpful for anyone who just started to learn Clarisse. That’s it.

Here is how to install it:

  • Download the script
  • Put the script inside the Program Files\Isotropix\Clarisse iFX 4.0 <version>\Clarisse\python\menus\main_menu\edit folder.
  • Edit the _populate.py script (it’s in the same folder) and paste this line after the last Edit category (begins with menu.add_command(“Edit>Instantiate”) line:
menu.add_command("Edit>Duplicate", "./duplicate.py", "shift+alt+d", "Duplicate selected Node or Object")
  • Save
  • Start Clarisse iFX
  • You’ll see a nice new menu item inside the Edit menu.

Of course, you can change the shortcut.

Cheers, D

One comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.