资源简介
适用于Blender2.79. 其他版本可能无法使用, 直接解压后, 把文件放到Blender对应的目录(Blender\2.79\scripts\addons)
代码片段和文件信息
‘‘‘
All constant data used in the package should be defined here.
‘‘‘
from collections import OrderedDict as base_DICT
BLENDING_TYPES = type(‘Blending‘ () {
‘NONE‘: ‘NoBlending‘
‘NORMAL‘: ‘NormalBlending‘
‘ADDITIVE‘: ‘AdditiveBlending‘
‘SUBTRACTIVE‘: ‘SubtractiveBlending‘
‘MULTIPLY‘: ‘MultiplyBlending‘
‘CUSTOM‘: ‘CustomBlending‘
})
BLENDING_CONSTANTS = type(‘BlendingConstant‘ () {
‘NoBlending‘:0
‘NormalBlending‘:1
‘AdditiveBlending‘:2
‘SubtractiveBlending‘:3
‘MultiplyBlending‘:4
‘CustomBlending‘:5
})
NEAREST_FILTERS = type(‘NearestFilters‘ () {
‘NEAREST‘: ‘NearestFilter‘
‘MIP_MAP_NEAREST‘: ‘NearestMipMapNearestFilter‘
‘MIP_MAP_LINEAR‘: ‘NearestMipMapLinearFilter‘
})
LINEAR_FILTERS = type(‘LinearFilters‘ () {
‘LINEAR‘: ‘LinearFilter‘
‘MIP_MAP_NEAREST‘: ‘LinearMipMapNearestFilter‘
‘MIP_MAP_LINEAR‘: ‘LinearMipMapLinearFilter‘
})
MAPPING_TYPES = type(‘Mapping‘ () {
‘UV‘: ‘UVMapping‘
‘CUBE_REFLECTION‘: ‘CubeReflectionMapping‘
‘CUBE_REFRACTION‘: ‘CubeRefractionMapping‘
‘SPHERICAL_REFLECTION‘: ‘SphericalReflectionMapping‘
})
NUMERIC = {
‘UVMapping‘: 300
‘CubeReflectionMapping‘: 301
‘CubeRefractionMapping‘: 302
‘EquirectangularReflectionMapping‘: 303
‘EquirectangularRefractionMapping‘: 304
‘SphericalReflectionMapping‘: 305
‘RepeatWrapping‘: 1000
‘repeat‘: 1000
‘ClampToEdgeWrapping‘: 1001
‘MirroredRepeatWrapping‘: 1002
‘NearestFilter‘: 1003
‘NearestMipMapNearestFilter‘: 1004
‘NearestMipMapLinearFilter‘: 1005
‘LinearFilter‘: 1006
‘LinearMipMapNearestFilter‘: 1007
‘LinearMipMapLinearFilter‘: 1008
}
JSON = ‘json‘
EXTENSION = ‘.%s‘ % JSON
INDENT = ‘indent‘
MATERIALS = ‘materials‘
SCENE = ‘scene‘
VERTICES = ‘vertices‘
FACES = ‘faces‘
NORMALS = ‘normals‘
BONES = ‘bones‘
UVS = ‘uvs‘
APPLY_MODIFIERS = ‘applyModifiers‘
COLORS = ‘colors‘
MIX_COLORS = ‘mixColors‘
EXTRA_VGROUPS = ‘extraVertexGroups‘
INDEX = ‘index‘
DRAW_CALLS = ‘drawcalls‘
DC_START = ‘start‘
DC_COUNT = ‘count‘
DC_INDEX = ‘index‘
GROUPS = ‘groups‘
SCALE = ‘scale‘
COMPRESSION = ‘compression‘
MAPS = ‘maps‘
frame_STEP = ‘frameStep‘
frame_INDEX_AS_TIME = ‘frameIndexAsTime‘
ANIMATION = ‘animations‘
CLIPS=“clips“
KEYframeS = ‘tracks‘
BAKE_KEYframeS = ‘bake_tracks‘
MORPH_TARGETS = ‘morphTargets‘
MORPH_TARGETS_ANIM = ‘morphTargetsAnimation‘
BLEND_SHAPES = ‘blendShapes‘
POSE = ‘pose‘
REST = ‘rest‘
SKIN_INDICES = ‘skinIndices‘
SKIN_WEIGHTS = ‘skinWeights‘
LOGGING = ‘logging‘
CAMERAS = ‘cameras‘
LIGHTS = ‘lights‘
HIERARCHY = ‘hierarchy‘
FACE_MATERIALS = ‘faceMaterials‘
SKINNING = ‘skinning‘
EXPORT_TEXTURES = ‘exportTextures‘
embed_TEXTURES = ‘embedTextures‘
TEXTURE_FOLDER = ‘textureFolder‘
ENABLE_PRECISION = ‘enablePrecision‘
PRECISION = ‘precision‘
DEFAULT_PRECISION = 6
CUSTOM_PROPERTIES = ‘customProperties‘
embed_GEOMETRY = ‘embedGeometry‘
embed_ANIMATION = ‘embedAnimation‘
OFF = ‘off‘
GLOBAL = ‘global‘
BU
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-05-07 13:51 io_three\
文件 8443 2018-05-07 13:51 io_three\constants.py
文件 2487 2018-05-07 13:51 io_three\dialogs.py
文件 363 2018-05-07 13:51 io_three\exceptions.py
目录 0 2018-05-07 13:51 io_three\exporter\
目录 0 2018-05-07 13:51 io_three\exporter\api\
文件 18827 2018-05-07 13:51 io_three\exporter\api\animation.py
文件 2028 2018-05-07 13:51 io_three\exporter\api\camera.py
文件 389 2018-05-07 13:51 io_three\exporter\api\constants.py
文件 784 2018-05-07 13:51 io_three\exporter\api\image.py
文件 1461 2018-05-07 13:51 io_three\exporter\api\light.py
文件 8405 2018-05-07 13:51 io_three\exporter\api\material.py
文件 38488 2018-05-07 13:51 io_three\exporter\api\mesh.py
文件 19789 2018-05-07 13:51 io_three\exporter\api\ob
文件 3680 2018-05-07 13:51 io_three\exporter\api\texture.py
文件 1502 2018-05-07 13:51 io_three\exporter\api\__init__.py
文件 3264 2018-05-07 13:51 io_three\exporter\ba
文件 22783 2018-05-07 13:51 io_three\exporter\geometry.py
文件 1877 2018-05-07 13:51 io_three\exporter\image.py
文件 2907 2018-05-07 13:51 io_three\exporter\io.py
文件 4004 2018-05-07 13:51 io_three\exporter\material.py
文件 6762 2018-05-07 13:51 io_three\exporter\ob
文件 8383 2018-05-07 13:51 io_three\exporter\scene.py
文件 1407 2018-05-07 13:51 io_three\exporter\texture.py
文件 1043 2018-05-07 13:51 io_three\exporter\utilities.py
文件 6976 2018-05-07 13:51 io_three\exporter\_json.py
文件 2708 2018-05-07 13:51 io_three\exporter\__init__.py
文件 1589 2018-05-07 13:51 io_three\logger.py
文件 32504 2018-05-07 13:51 io_three\__init__.py
相关资源
- Notepad++ 32位 jsonview插件
- notepad++ json格式化插件
- Jsonviewer2 for Notepad++ 64 bit
-
Notepad++xm
l格式化插件和json格式化插 -
Volley获取json和xm
l数据解析显示 - eCharts全国及各省、市、县地图层jso
- 编译好的json_lib.lib 包含64位,32位,头
- json格式化工具.zip
- 易语言JSON解析模块2.0源码
- echart地图 34省js及json文件 344地级js
- 全国各省市地json图
- 宁夏省市地图js和json文件
- echarts生成json地图最新版
- 中国国界和省界的GeoJson格式数据
- 中国地图_GeoJson文件
- 全国市级地图json文件
- echart 全国/各省份以及各地级市JSON文
- Echarts省市级地图js,json数据
- 全国各省、市、区json的Echarts地图
- 2018行政区划数据_省市区街居_五级_
- Json.net
- Notepad++的Json格式化插件win32和x64两版
- json获取datatable后生成table分页显示c
- 实现yarnlock与packagelockjson相互转换
- advanced rest client definitions.json
- 复杂的json字符串解析真实案例
- .net2.0中生成和解析JSON
- 2018年5月更新最新全国省市区县geojs
- echarts全国省市地图js、json数据
- Newtonsoft.json.dll v4.5.11
评论
共有 条评论