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

View File

@@ -0,0 +1,24 @@
#
#
# 3DE4.script.name: Delete Non Keyframes,Triangulate and Reel in
#
# 3DE4.script.version: v1.0
#
# 3DE4.script.comment: Delete Non Keyframes,Triangulate and Reel in
#
# 3DE4.script.gui: Manual Tracking Controls::Reconstruction
# 3DE4.script.hide: false
# 3DE4.script.startup: false
#
# Giovanni Di Grezia 2016
# http://www.xgiovio.com
#
import xg_reconstruct_tool
xg_reconstruct_tool = reload(xg_reconstruct_tool)
xg_reconstruct_tool.operations (del_non_keyframes = True, triangulate = True, reelin = True)