Skip to content

Commit

Permalink
Init Commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
astips committed Dec 11, 2018
1 parent ca84301 commit 936b0ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 !
Expand Down
Binary file added images/mirrorplane.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion rollercoaster/core/mutils/marking_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 936b0ea

Please sign in to comment.