diff --git a/README.md b/README.md index 1ee5cda..0fc0452 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,8 @@ class FilterContext(FilterBase): - **Create Pose** ![Example UI](images/createpose.gif) -- **Hot-Key** -![Example UI](images/hotkey.png) +- **HotKey & MirrorPlane** +![Example UI](images/mirrorplane.gif) ### ATTENTION ! diff --git a/images/mirrorplane.gif b/images/mirrorplane.gif new file mode 100644 index 0000000..09a53a9 Binary files /dev/null and b/images/mirrorplane.gif differ diff --git a/rollercoaster/core/mutils/marking_menu.py b/rollercoaster/core/mutils/marking_menu.py index 93444d2..6589c1c 100644 --- a/rollercoaster/core/mutils/marking_menu.py +++ b/rollercoaster/core/mutils/marking_menu.py @@ -68,7 +68,7 @@ def new_menu_item(parent=None, label='', command='', sub_menu=False, ) menu_item_paste_clip = new_menu_item(label='Paste Clip', parent=menu, sub_menu=True) new_menu_item( - label='Select', parent=menu_item_paste_clip, + label='Selected', parent=menu_item_paste_clip, command='from rollercoaster.main import sprc_menu;sprc_menu.paste_animation("SELECTED");' ) new_menu_item(divider=True, parent=menu_item_paste_clip)