First release. All scripts in v1.
This commit is contained in:
27
xg_store_3d_calculated_points.py
Normal file
27
xg_store_3d_calculated_points.py
Normal file
@@ -0,0 +1,27 @@
|
||||
#
|
||||
#
|
||||
# 3DE4.script.name: Store 3D Points
|
||||
#
|
||||
# 3DE4.script.version: v1.0
|
||||
#
|
||||
# 3DE4.script.gui: Orientation Controls::Edit
|
||||
#
|
||||
# 3DE4.script.comment: Store 3D Calculated Positions of all selected points in Memory
|
||||
# 3DE4.script.gui.button: Orientation Controls::Store 3D Points, align-bottom-left, 120, 20
|
||||
#
|
||||
#
|
||||
#
|
||||
# Giovanni Di Grezia 2016
|
||||
# http://www.xgiovio.com
|
||||
#
|
||||
|
||||
import xg_store_restore_3d_points
|
||||
xg_store_restore_3d_points = reload(xg_store_restore_3d_points)
|
||||
|
||||
xg_store_restore_3d_points.store_3d ()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user