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

25
xg_ui_adj_tests_gui.py Normal file
View File

@@ -0,0 +1,25 @@
#
#
# 3DE4.script.name: TestAdjGui
#
# 3DE4.script.version: v1.0
#
# 3DE4.script.comment:
#
# 3DE4.script.gui: Main Window::xgiovio
#
# 3DE4.script.hide: false
# 3DE4.script.startup: false
#
# Giovanni Di Grezia 2016
# http://www.xgiovio.com
#
#init
script_base = tde4.get3DEInstallPath() + "/sys_data/py_scripts/"
#script related
adj_script_name = "xg_ui_adj_tests.py"
#script
tde4.createParameterAdjustScript(script_base + adj_script_name,"xg_focal_" + tde4.getCameraName(tde4.getCurrentCamera()),tde4.getCurrentCamera() ,10,20)