def initialize():
global MAXIMUM_LATITUDE, MINIMUM_LATITUDE
global WESTERNMOST_LONGITUDE, EASTERNMOST_LONGITUDE
global LINES, LINE_SAMPLES, SAMPLE_BITS, MAP_RESOLUTION
global OFFSET, SCALING_FACTOR
global SAMPLE_TYPE, UNIT, TARGET_NAME, RadiusUM, Message
global start_up
LINES = LINE_SAMPLES = SAMPLE_BITS = MAP_RESOLUTION = 0
MAXIMUM_LATITUDE = MINIMUM_LATITUDE = 0.0
WESTERNMOST_LONGITUDE = EASTERNMOST_LONGITUDE = 0.0
OFFSET = SCALING_FACTOR = 0.0
SAMPLE_TYPE = UNIT = TARGET_NAME = RadiusUM = Message = ""
start_up=True
bpy.types.Scene.fpath = bpy.props.StringProperty(
name="Import File ",
description="Select your img file",
subtype="FILE_PATH",
default="",
update=update_fpath)
io_import_LRO_Lola_MGS_Mola_img.py 文件源码
python
阅读 20
收藏 0
点赞 0
评论 0
评论列表
文章目录