-
大小: 49KB文件类型: .rar金币: 1下载: 0 次发布日期: 2021-01-07
- 语言: 其他
- 标签: threejs blender2.79
资源简介
Blender导出ThreeJs(.json)文件插件
适用于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‘ ()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 8385 2018-06-26 15:25 io_three\constants.py
....... 2487 2018-06-26 15:25 io_three\dialogs.py
....... 363 2018-06-26 15:25 io_three\exceptions.py
....... 18827 2018-06-26 15:25 io_three\exporter\api\animation.py
....... 2028 2018-06-26 15:25 io_three\exporter\api\camera.py
....... 389 2018-06-26 15:25 io_three\exporter\api\constants.py
....... 784 2018-06-26 15:25 io_three\exporter\api\image.py
....... 1461 2018-06-26 15:25 io_three\exporter\api\light.py
....... 8405 2018-06-26 15:25 io_three\exporter\api\material.py
....... 38488 2018-06-26 15:25 io_three\exporter\api\mesh.py
....... 19528 2018-06-26 15:25 io_three\exporter\api\ob
....... 3680 2018-06-26 15:25 io_three\exporter\api\texture.py
....... 1502 2018-06-26 15:25 io_three\exporter\api\__init__.py
....... 3264 2018-06-26 15:25 io_three\exporter\ba
....... 22783 2018-06-26 15:25 io_three\exporter\geometry.py
....... 1877 2018-06-26 15:25 io_three\exporter\image.py
....... 2907 2018-06-26 15:25 io_three\exporter\io.py
....... 4004 2018-06-26 15:25 io_three\exporter\material.py
....... 6762 2018-06-26 15:25 io_three\exporter\ob
....... 8383 2018-06-26 15:25 io_three\exporter\scene.py
....... 1407 2018-06-26 15:25 io_three\exporter\texture.py
....... 1043 2018-06-26 15:25 io_three\exporter\utilities.py
....... 6976 2018-06-26 15:25 io_three\exporter\_json.py
....... 2708 2018-06-26 15:25 io_three\exporter\__init__.py
....... 1589 2018-06-26 15:25 io_three\logger.py
....... 31990 2018-06-26 15:25 io_three\__init__.py
目录 0 2018-06-26 15:25 io_three\exporter\api
目录 0 2018-06-26 15:25 io_three\exporter
目录 0 2018-06-26 15:25 io_three
文件 144 2018-11-24 16:06 2.79使用说明.txt
............此处省略3个文件信息
- 上一篇:基于水平集的SAR图像分割 源代码
- 下一篇:web编程基础试题及答案
评论
共有 条评论