First release. All scripts in v1.

This commit is contained in:
2016-08-28 04:42:41 +02:00
commit d08693c64c
38 changed files with 1975 additions and 0 deletions

28
xg_backup_2d_curves.py Normal file
View File

@@ -0,0 +1,28 @@
#
#
# 3DE4.script.name: Backup 2D Curves
#
# 3DE4.script.version: v1.0
#
# 3DE4.script.gui: Manual Tracking::Edit
#
# 3DE4.script.comment: Backup 2D Curves in memory
# 3DE4.script.gui.button: Manual Tracking::Backup, 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.backup ()