First release. All scripts in v1.
This commit is contained in:
28
xg_restore_2d_curves.py
Normal file
28
xg_restore_2d_curves.py
Normal file
@@ -0,0 +1,28 @@
|
||||
#
|
||||
#
|
||||
# 3DE4.script.name: Restore 2D Curves
|
||||
#
|
||||
# 3DE4.script.version: v1.0
|
||||
#
|
||||
# 3DE4.script.gui: Manual Tracking::Edit
|
||||
#
|
||||
# 3DE4.script.comment: Restore 2D Curves from memory
|
||||
# 3DE4.script.gui.button: Manual Tracking::Restore, align-bottom-right, 120, 20
|
||||
#
|
||||
#
|
||||
#
|
||||
# Giovanni Di Grezia 2016
|
||||
# http://www.xgiovio.com
|
||||
#
|
||||
|
||||
import xg_backup_restore_2d_curves
|
||||
xg_backup_restore_2d_curves = reload(xg_backup_restore_2d_curves)
|
||||
|
||||
xg_backup_restore_2d_curves.restore ()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user