First release. All scripts in v1.
This commit is contained in:
21
xg_fill2d_average_each_2_points.py
Normal file
21
xg_fill2d_average_each_2_points.py
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
#
|
||||
# 3DE4.script.name: Average each 2 points 2D
|
||||
#
|
||||
# 3DE4.script.version: v1.0
|
||||
#
|
||||
# 3DE4.script.comment: Average each 2 2D points
|
||||
#
|
||||
# 3DE4.script.gui: Manual Tracking Controls::Fill2D
|
||||
# 3DE4.script.hide: false
|
||||
# 3DE4.script.startup: false
|
||||
#
|
||||
# Giovanni Di Grezia 2016
|
||||
# http://www.xgiovio.com
|
||||
#
|
||||
|
||||
import xg_fill2d
|
||||
xg_fill2d = reload(xg_fill2d)
|
||||
|
||||
|
||||
xg_fill2d.average_each_2_points (dist = False)
|
||||
Reference in New Issue
Block a user