Updated
This commit is contained in:
12
Scripts/Animation/springmagic/main.py
Normal file
12
Scripts/Animation/springmagic/main.py
Normal file
@ -0,0 +1,12 @@
|
||||
import Animation.springmagic as springmagic
|
||||
import Animation.springmagic.ui as ui
|
||||
|
||||
def main(*args, **kwargs):
|
||||
|
||||
widget = ui.SpringMagicWidget()
|
||||
widget.show()
|
||||
|
||||
# if __name__ == "__main__":
|
||||
|
||||
# with springmagic.app():
|
||||
# springmagic.main()
|
Reference in New Issue
Block a user