Added painbrush - incomplete
This commit is contained in:
parent
6803073dc4
commit
97e0a65a73
|
|
@ -125,7 +125,7 @@ def onKeyDownObj(self, key):
|
|||
elif key in [" ", "s", "r", "e", "b", "p"]:
|
||||
svlgui.MODE=key
|
||||
svlgui.set_cursor({" ":"arrow","s":"arrow","r":"crosshair","e":"crosshair",
|
||||
"b":"arrow","p":"arrow"}}[key], MainWindow.stage)
|
||||
"b":"arrow","p":"arrow"}[key], MainWindow.stage)
|
||||
elif key=="F6":
|
||||
add_keyframe()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue